How can I merge the phenotypic genetic data ( DataFrame and MatrixTable)?

Permanently deleted user
Hello everyone, First of all, I want to say thank you for providing a large amount of educational materials. Using Python, I have obtained a CSV file with phenotypic data. I have also downloaded genetic data from Bulk/Exome sequences/Population level exome OQFE variants, PLINK format - final release/ for the required chromosome and filtered the genetic data for the required positions in the chromosome, and now it is in MatrixTable. My question is, how can I enrich the phenotypic data, which is represented as a Pandas DataFrame, with the genetic data that is in MatrixTable? I would like to obtain a Pandas DataFrame that is augmented with the genetic data. Next, I want to analyze this DataFrame. Since this is an urgent question, I would appreciate a detailed and prompt response.

Comments

2 comments

Please sign in to leave a comment.