Description Usage Arguments Value Examples
Get dimensions of the ExperimentSubset
object.
1 2 | ## S4 method for signature 'ExperimentSubset'
dim(x)
|
x |
codeExperimentSubset Input |
A list
containing number of rows and number of columns of the
object.
1 2 3 | data(sce_chcl, package = "scds")
es <- ExperimentSubset(sce_chcl)
dim(es)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.