View source: R/GenotypeDataDS.R
GenotypeDataDS | R Documentation |
Container for storing genotype data from a GWAS together with the
metadata associated with the subjects (e.g. phenotypes and covariates) and SNPs
involved in the study. This is a wrapper of GenotypeData
function from GWASTools package.
GenotypeDataDS(
x,
covars,
columnId,
sexId,
male_encoding,
female_encoding,
case_control_column,
case,
control
)
x |
a |
covars |
a data.frame or a tibble having the metadata of samples (i.e. phenotypes and/or covariates) |
columnId |
|
sexId |
|
male_encoding |
|
female_encoding |
|
case_control_column |
|
case |
|
control |
|
...
Gonzalez, JR.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.