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")[1])

Arguments

scExp

A SingleCellExperiment with genomic coordinate as features (peaks or bins)

ref_genome

Reference genome ('hg38' or 'mm10')

Value

A data.frame of the SCE features with their corresponding cytoband name

Details

The cytobands are an arbitrary cutting of the genome that dates back to staining metaphase chromosomes with Giemsa.

Examples

data("scExp") matching_cyto = get_cyto_features(scExp, ref_genome="hg38")