Description Usage Arguments Value
tagsof
shows tags for a named character vector of SNPs
taggedby
shows SNPs tagged by a named character vector of tag SNPs
'[' will extract another object of the same class. '[[' will extract a single element.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | tagsof(object, i)
taggedby(object, i)
## S4 method for signature 'tags,character'
taggedby(object, i)
## S4 method for signature 'tags,character'
tagsof(object, i)
## S4 method for signature 'groups,character'
taggedby(object, i)
## S4 method for signature 'groups,character'
tagsof(object, i)
## S4 method for signature 'groups,character,missing,missing'
x[i]
## S4 method for signature 'groups,numeric,missing,missing'
x[i]
## S4 method for signature 'groups,logical,missing,missing'
x[i]
## S4 method for signature 'tags,character,missing,missing'
x[i]
## S4 method for signature 'groups,numeric'
x[[i]]
## S4 method for signature 'groups,logical'
x[[i]]
## S4 method for signature 'groups,character'
x[[i]]
|
object |
tags or groups object |
i |
numeric, logical or character vector to index SNPs or tags |
x |
groups or tags object |
data.frame of tags and their tagged SNPs
subsetted groups or tags object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.