nphe {qtl} | R Documentation |
Determine the number of phenotypes QTL experiment
Description
Determine the number of phenotypes in cross object.
Usage
nphe(object)
Arguments
object |
An object of class |
Value
The number of phenotypes in the input cross object.
Author(s)
Karl W Broman, broman@wisc.edu
See Also
read.cross
, plot.cross
,
summary.cross
,
nmar
,
nchr
,
totmar
,
nind
Examples
data(fake.f2)
nphe(fake.f2)
[Package qtl version 1.66 Index]