cross2netgwas: cross
object to netgwas
data frame
Description
Converts cross
object from R/qtl package to netgwas
dataframe
Usage
cross2netgwas (cross.obj)
Value
An (\(n \times p\)) matrix corresponds to a genotype data matrix (\(n\) is the sample size and \(p\) is the number of variables). This matrix can be as an input data for netmap
, and netsnp
functions.
Arguments
- cross.obj
An object of class cross
.