drop.nullmarkers | R Documentation |
Drop markers, from the data matrices and genetic maps, that have no genotype data.
drop.nullmarkers(cross)
cross |
An object of class |
The input object, with any markers lacking genotype data removed from
the genotype data matrices, genetic maps, and, if applicable, any
derived data (such as produced by calc.genoprob
).
(It might be a good idea to re-derive such things after using this
function.)
Karl W Broman, broman@wisc.edu
nullmarkers
, drop.markers
, clean.cross
,
geno.table
# removes one marker from hyper
data(hyper)
hyper <- drop.nullmarkers(hyper)
# shouldn't do anything to listeria
data(listeria)
listeria <- drop.nullmarkers(listeria)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.