Description Usage Arguments Details Author(s) See Also Examples
Objects of this class contain subject-specific SNP genotype or allele dosage data along with subject-specific phenotypes data, and SNP coded/noncoded allele information.
1 2 3 4 | is.snpdata(object)
as.snpdata(object)
## S3 method for class 'snpdata'
summary(object, ...)
|
object |
an object to test or coerce to snpdata class. |
... |
other arguments to |
An object of class snpdata
is a list with at least two elements, called
“snpinfo
” and “data
”. snpdata$snpinfo
must be a data frame
with (at least) columns called “snp
”, “coded.allele
” and “noncoded.allele
”.
snpdata$data
must be a data frame with columns for each SNP in
snpdata$snpinfo
with column names formed by pasting together the
snp
and coded.allele
with a separating underscore character,
e.g. “rs12345_A
”.
Toby Johnson Toby.x.Johnson@gsk.com
Widely used formats for measured or
imputed SNP genotype data are read by the read.snpdata.plink
,
read.snpdata.mach
and read.snpdata.impute
functions,
which all return data in the format described above.
1 2 3 4 5 6 7 | ## Not run:
align.snpdata.coding(params, snpdata)
grs.make.scores(params, snpdata)
grs.onesnp.apply(params, object)
make.moments2(params, phenolist, snpdata)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.