swapAltExp_sameColData {ChromSCape}R Documentation

Swap main & alternative Experiments, with fixed colData

Description

Swap main & alternative Experiments, with fixed colData

Usage

swapAltExp_sameColData(scExp, alt)

Arguments

scExp

A SingleCellExperiment

alt

Name of the alternative experiment

Value

A swapped SingleCellExperiment with the exact same colData.

Examples

data(scExp) 
swapAltExp_sameColData(scExp, "peaks")


[Package ChromSCape version 1.4.0 Index]