Description Usage Arguments Value
This works a bit like subsetting a list. If you use the '[' construct you will get another snppicker object with a subset of the elements. The ability to plot that subset should remain. If you use the '[[' construct it will extract just that element, and return an object of class groups. No plotting ability is retained, but a single groups object is easy to inspect and manipulate.
1 2 3 4 5 | ## S4 method for signature 'snppicker,ANY,missing,missing'
x[i]
## S4 method for signature 'snppicker,ANY'
x[[i]]
|
x |
snppicker object |
i |
numeric, logical or character vector to index SNPs |
subsetted snppicker object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.