PCs_1000G | R Documentation |
A sample dataset containing information about population, gender, and the first 20 principal components calculated from 2504 individuals in the Phase 3 data release of the 1000 Genomes Project. The principal component analysis was conducted using PLINK.
PCs_1000G
A data frame with 2504 rows and 24 variables:
sample ID number
three letter designation of 1000 Genomes reference population
three letter designation of 1000 Genomes reference super population
gender of individual
principal component 1
principal component 2
principal component 3
principal component 4
principal component 5
principal component 6
principal component 7
principal component 8
principal component 9
principal component 10
principal component 11
principal component 12
principal component 13
principal component 14
principal component 15
principal component 16
principal component 17
principal component 18
principal component 19
principal component 20
https://www.internationalgenome.org
head(PCs_1000G) genome_PC <- PCs_1000G # Create PCs PC <- as.data.frame(genome_PC[,c(1,5:24)]) head(PC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.