.expand_sce_rows | R Documentation |
The function identifies the missing ensembl_gene_id's (if any), and generates new zero'd matrix rows, rbinds them to the matrix, then sorts the matrix by ensembl_gene_id. rowData (except ensembl_gene_id) and metadata are dropped to facilitate subsequent cbind-ing of SingleCellExperiments.
.expand_sce_rows(sce, union_ensembl_gene_id)
sce |
a SingleCellExperiment |
union_ensembl_gene_id |
the full list of ensembl_gene_id to be included in the new expanded SingleCellExperiment |
sce a annotated SingleCellExperiment object with any
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.