snppicker-subset: Subset snppicker object

Description Usage Arguments Value

Description

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.

Usage

1
2
3
4
5
## S4 method for signature 'snppicker,ANY,missing,missing'
x[i]

## S4 method for signature 'snppicker,ANY'
x[[i]]

Arguments

x

snppicker object

i

numeric, logical or character vector to index SNPs

Value

subsetted snppicker object


chr1swallace/GUESSFM documentation built on May 13, 2019, 6:17 p.m.