nullmarkers {qtl} | R Documentation |
Identify markers without any genotype data
Description
Identify markers in a cross that have no genotype data.
Usage
nullmarkers(cross)
Arguments
cross |
An object of class |
Value
Marker names (a vector of character strings) with no genotype data.
Author(s)
Karl W Broman, broman@wisc.edu
See Also
Examples
# one marker with no data
data(hyper)
nullmarkers(hyper)
# nothing in listeria
data(listeria)
nullmarkers(listeria)
[Package qtl version 1.66 Index]