Description Usage Arguments Value Examples
View source: R/preprocessing_filtering_reduction.R
Get SingleCellExperiment's genomic coordinates
1 |
scExp |
A SingleCellExperiment object. |
A GRanges object of genomic coordinates.
1 2 | scExp = create_scExp(create_scDataset_raw()$mat,create_scDataset_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.