| SalmonClass | R Documentation |
R6 class for importing salmon count data
R6 class for importing salmon count data
hlsgr::AbstractBaseClass -> hlsgr::RnaSeqCountDataClass -> SalmonClass
new()SalmonClass$new(project, quantdir)
projectNgsProjectClass object
quantdirfolder containing salmon quant data
save()SalmonClass$save(filename)
subset()SalmonClass$subset(samples = NULL, genes = NULL)
clone()The objects of this class are cloneable with this method.
SalmonClass$clone(deep = FALSE)
deepWhether to make a deep clone.
project <- SalmonClass$new(project, quantdir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.