.new.bcbioRNASeq <- function( # nolint
assays,
rowRanges,
colData,
metadata,
transgeneNames = NULL,
spikeNames = NULL
) {
rse <- prepareSummarizedExperiment(
assays = assays,
rowRanges = rowRanges,
colData = colData,
metadata = metadata,
transgeneNames = transgeneNames,
spikeNames = spikeNames
)
assert_is_all_of(rse, "RangedSummarizedExperiment")
new("bcbioRNASeq", rse)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.