
Create Summarized Experiment from a TASSEL Genotype Table
Source:R/genotype_table_functions.R
getSumExpFromGenotypeTable.RdThis function will generate an object of
SummarizedExperiment class for marker data derived from a
TasselGenotypePhenotype class object.
Arguments
- tasObj
An object of class
TasselGenotypePenotype.- coerceDosageToInt
Should dosage array be returned as
integervalues? IfFALSE, dosage array will be returned as typerawbyte values. Returningrawbyte values. Will greatly save on memory. Defaults toTRUE.- verbose
Should messages be displayed to console? Defaults to
FALSE.