View source: R/exportCoverage.R
exportOpenTiles | R Documentation |
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)
SampleTileObject |
The SummarizedExperiment object output from
|
cellPopulation |
The name of the cell population to export |
outDir |
Desired output directory where bigBed files will be saved |
verbose |
Set TRUE to display additional messages. Default is FALSE. |
outList A List of output filepaths
## Not run:
MOCHA::exportOpenTiles(
SampleTileObject = SampleTileObject,
cellPopulation,
outDir = tempdir(),
verbose = TRUE
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.