Description Methods See Also Examples
To extract snp.df slot of annotatedSNPset-classobject.
signature(x = "annotatedSNPset")getDF(x). x must be an object of annotatedSNPset-class
1 2 3 4 5 | obfile <- system.file("sampleData", "obData.rda", package="GKnowMTest")
load(obfile) # loads a mapping object ob1
res=getDF(ob1)
head(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.