powered by
exportOpenTiles
exportOpenTiles exports the open tiles of a given cell population to bigBed file for visualization in genome browsers.
exportOpenTiles(SampleTileObject, cellPopulation, outDir, verbose = FALSE)
outList A List of output filepaths
The SummarizedExperiment object output from getSampleTileMatrix
getSampleTileMatrix
The name of the cell population to export
Desired output directory where bigBed files will be saved
Set TRUE to display additional messages. Default is FALSE.
if (FALSE) { MOCHA::exportOpenTiles( SampleTileObject = SampleTileObject, cellPopulation, outDir = tempdir(), verbose = TRUE ) }
Run the code above in your browser using DataLab