empty_onemap_obj | R Documentation |
Produce empty object to avoid code break. Function for internal purpose.
empty_onemap_obj(vcf, P1, P2, cross)
vcf |
object of class vcfR |
P1 |
character with parent 1 ID |
P2 |
character with parent 2 ID |
cross |
type of cross. Must be one of: |
An empty object of class onemap
, i.e., a list with the following
components:
geno |
a matrix with integers indicating the genotypes read for each marker. Each column contains data for a marker and each row represents an individual. |
n.ind |
number of individuals. |
n.mar |
number of markers. |
segr.type |
a vector with the
segregation type of each marker, as |
segr.type.num |
a
vector with the segregation type of each marker, represented in a
simplified manner as integers, i.e. 1 corresponds to markers of type
|
input |
the name of the input file. |
n.phe |
number of phenotypes. |
pheno |
a matrix with phenotypic values. Each column contains data for a trait and each row represents an individual. |
Cristiane Taniguti, chtaniguti@tamu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.