View source: R/preprocessing_filtering_reduction.R
get_genomic_coordinates | R Documentation |
Get SingleCellExperiment's genomic coordinates
get_genomic_coordinates(scExp)
scExp |
A SingleCellExperiment object. |
A GRanges object of genomic coordinates.
raw <- create_scDataset_raw()
scExp = create_scExp(raw$mat, raw$annot)
feature_GRanges = get_genomic_coordinates(scExp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.