Description Usage Arguments Value See Also Examples
This function removes input SNPs from an mapping object of annotatedSNPset-class
and returns a new object.
1 | omit(ob,val)
|
ob |
Mapping object from which input SNPs to be removed |
val |
A vector of either SNPs(rsIDs) or indices of SNPs |
It returns an object of annotatedSNPset-class.See annotatedSNPset-class
for details.
1 2 3 4 5 | obfile <- system.file("sampleData", "obData.rda", package="GKnowMTest")
load(obfile) # loads a mapping object ob1
ob3<-omit(ob1,5:10)
ob3
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.