get_cyto_features | R Documentation |
Map the features of a SingleCellExperiment onto the cytobands of a given genome. Some features might not be mapped to any cytobands (e.g. if they are not in the canconical chromosomes), and are removed from the returned object.
get_cyto_features(scExp, ref_genome = c("hg38", "mm10", "ce11")[1])
scExp |
A SingleCellExperiment with genomic coordinate as features (peaks or bins) |
ref_genome |
Reference genome ('hg38' or 'mm10') |
The cytobands are an arbitrary cutting of the genome that dates back to staining metaphase chromosomes with Giemsa.
A data.frame of the SCE features with their corresponding cytoband name
data("scExp")
matching_cyto = get_cyto_features(scExp, ref_genome="hg38")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.