View source: R/exportCoverage.R
exportDifferentials | R Documentation |
exportDifferentials
exportDifferentials
exports the differential peaks
output GRangesList output from getDifferentialAccessibleTiles
to
bigBed format for visualization in genome browsers.
exportDifferentials(
SampleTileObject,
DifferentialsGRList,
outDir,
verbose = FALSE
)
SampleTileObject |
The SummarizedExperiment object output from
|
DifferentialsGRList |
GRangesList output from
|
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::exportDifferentials(
SampleTileObject = SampleTileMatrices,
DifferentialsGRList,
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.