subset.binmpcross: Subset binned mpcross object

Description Usage Arguments Value Note See Also

Description

Reduces a binned mpcross object down to a specified set of chromosomes, markers and/or lines

Usage

1
2
3
## S3 method for class 'binmpcross'
subset(x, groups = NULL, chr = NULL, markers = NULL,
  lines = NULL, ...)

Arguments

x

Object of class binmpcross

groups

selected groups to KEEP. Default is all

chr

Selected chromosomes TO KEEP. Default is all

markers

Selected markers TO KEEP. Default is all

lines

Selected lines TO KEEP. Default is all

...

Additional arguments

Value

The original object with chromosomes/lines/markers removed which are not listed in the arguments.

Note

This is essentially the same function as subset.mpcross with the addition of dealing with the bins component.

See Also

mpcollapse, mpexpand


behuang/mpMap documentation built on May 12, 2019, 10:53 a.m.