Description Usage Arguments Value Author(s) Examples
SCESet objects can contain an of bootstrap expression values (for example, as
generated by the kallisto software for quantifying feature abundance). These
functions conveniently access and replace the 'bootstrap' slot with the value
supplied, which must be an matrix of the correct size, namely the same
number of rows and columns as the SCEset
object as a whole.
1 2 3 4 5 6 7 8 9 10 11 | bootstraps(object)
bootstraps(object) <- value
bootstraps.SCESet(object)
## S4 method for signature 'SCESet'
bootstraps(object)
## S4 replacement method for signature 'SCESet,array'
bootstraps(object) <- value
|
object |
a |
value |
an array of class |
If accessing bootstraps slot of an SCESet
, then an array with
the bootstrap values, otherwise an SCESet
object containing new
bootstrap values.
Davis McCarthy
1 2 3 4 5 | data("sc_example_counts")
data("sc_example_cell_info")
pd <- new("AnnotatedDataFrame", data = sc_example_cell_info)
example_sceset <- newSCESet(countData = sc_example_counts, phenoData = pd)
bootstraps(example_sceset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.