swapAltExp_sameColData {ChromSCape} | R Documentation |
Swap main & alternative Experiments, with fixed colData
swapAltExp_sameColData(scExp, alt)
scExp |
A SingleCellExperiment |
alt |
Name of the alternative experiment |
A swapped SingleCellExperiment with the exact same colData.
data(scExp) swapAltExp_sameColData(scExp, "peaks")