Here, we have example genotype and phenotype data that we use in our vignette.
For genotype, we have the following 3 files:
sample.pgen
: this is a binary file storing the genotype matrix in a compressed format.sample.psam
: this is a text file containing the list of individualssample.pvar.zst
: this is a zstd
(Zstandard)-compressed text file containing the list of genetic variants.For phenotype (response variable, Y, in the regression model), we have sample.phe
, which is a table stored in a text file.
Lastly, we have vars.rds
as a R language's .rds
format that stores a list object. One can read it with readRDS
function in R
.
Please check our vignette for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.