Return the number of genotyped markers in an object.
If an mpcross object contains multiple experiments, one number is returned per experiment.
Number of genotyped markers
Return the number of genotyped markers in an object.
If an mpcross object contains multiple experiments, one number is returned per experiment.
nFounders(object)# S4 method for detailedPedigree
nFounders(object)
# S4 method for pedigree
nFounders(object)
# S4 method for mpcross
nFounders(object)
# S4 method for geneticData
nFounders(object)
The mpcross object from which to extract the number of founders
The number of founding lines in the population, or a list of numbers in the case of multiple experiments contained in a single object.