
Last chance! 50% off unlimited learning
Sale ends in
SCEset
object as a whole.
bootstraps(object)
bootstraps(object) <- value
bootstraps.SCESet(object)
"bootstraps"(object)
"bootstraps"(object) <- value
SCESet
object."numeric"
containing bootstrap
expression valuesSCESet
, then an array with
the bootstrap values, otherwise an SCESet
object containing new
bootstrap values.
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)
Run the code above in your browser using DataLab