Description Methods See Also Examples
It returns no.of equivalence class by no.of annotation matrix of an object of annotatedSNPset-class
.
signature(x = "annotatedSNPset")
getMAT(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=getMAT(ob1)
res[1:10,1:6]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.