RnaSeqCountDataClass | R Documentation |
R6 class to provide a common interface for count data
R6 class to provide a common interface for count data
hlsgr::AbstractBaseClass
-> RnaSeqCountDataClass
new()
RnaSeqCountDataClass$new(counts, identifier = "ensembl_id")
clone()
The objects of this class are cloneable with this method.
RnaSeqCountDataClass$clone(deep = FALSE)
deep
Whether to make a deep clone.
project <- RnaSeqCountDataClass$new(projectdir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.