| UMIexperiment-class {umiAnalyzer} | R Documentation |
UMIexperiment class
Description
The UMIexperiment is the core data object, storing all data and relevant analysis data associated with your experiment. Each object has number of slots storing raw data, graphs and processed data.
Value
An object of class UMIexperiment
Slots
nameOptional project name for record keeping.
cons.dataThe raw consensus data supplied by the user.
summary.dataSummary data from UMIErrorCorrect
raw.errorCons0 error profile
readsConsensus reads imported using the parseBamFiles function.
meta.dataSample data optionally supplied by the user.
filtersA list of filtered cons.data, which can be accessed separately.
plotsA list of generated plots.
variantsConsensus table generated with the umiAnalyzer variant caller.
merged.dataData generated using the mergeTechnicalReplicates function.
[Package umiAnalyzer version 1.0.0 Index]