powered by
exportDifferentials
exportDifferentials exports the differential peaks output GRangesList output from getDifferentialAccessibleTiles to bigBed format for visualization in genome browsers.
getDifferentialAccessibleTiles
exportDifferentials( SampleTileObject, DifferentialsGRList, outDir, verbose = FALSE )
outList A List of output filepaths
The SummarizedExperiment object output from getSampleTileMatrix
getSampleTileMatrix
GRangesList output from getDifferentialAccessibleTiles
Desired output directory where bigBed files will be saved
Set TRUE to display additional messages. Default is FALSE.
if (FALSE) { MOCHA::exportDifferentials( SampleTileObject = SampleTileMatrices, DifferentialsGRList, outDir = tempdir(), verbose = TRUE ) }
Run the code above in your browser using DataLab