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