Description Usage Arguments Value Examples
View source: R/preprocessing_filtering_reduction.R
Does SingleCellExperiment has genomic coordinates in features ?
1 |
scExp |
A SingleCellExperiment object |
TRUE or FALSE
1 2 3 4 5 | scExp = create_scExp(create_scDataset_raw()$mat,create_scDataset_raw()$annot)
has_genomic_coordinates(scExp)
scExp_gene = create_scExp(create_scDataset_raw(featureType="gene")$mat,
create_scDataset_raw(featureType="gene")$annot)
has_genomic_coordinates(scExp_gene)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.