Create Summarized Experiment from a TASSEL Genotype Table
Source:R/genotype_table_functions.R
getSumExpFromGenotypeTable.Rd
This 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
integer
values? IfFALSE
, dosage array will be returned as typeraw
byte values. Returningraw
byte values. Will greatly save on memory. Defaults toTRUE
.- verbose
Should messages be displayed to console? Defaults to
FALSE
.