View source: R/exportCoverage.R
exportMotifs | R Documentation |
exportMotifs
exportMotifs
exports a motif set GRanges from running
addMotifSet(returnSTM=FALSE)
to bigBed file files for visualization
in genome browsers.
exportMotifs(
SampleTileObject,
motifsGRanges,
motifSetName = "motifs",
filterByOpenTiles = FALSE,
outDir,
verbose = FALSE
)
SampleTileObject |
The SummarizedExperiment object output from
|
motifsGRanges |
A GRanges containing motif annotations, typically from
|
motifSetName |
Optional, a name indicating the motif set. Used to name
files in the specified |
filterByOpenTiles |
Boolean. If TRUE, a bigBed file will be exported for each cell population with motifs filtered to those occurring only in open tiles. |
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::exportMotifs(
SampleTileObject = SampleTileMatrices,
motifsGRanges,
motifSetName = "CISBP",
filterByOpenTiles = FALSE,
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.