exportPeakMatrixForSTREAM | R Documentation |
This function gets a PeakMatrix from an ArchRProject
and writes it to a set of files for STREAM (https://github.com/pinellolab/STREAM)
exportPeakMatrixForSTREAM( ArchRProj = NULL, useSeqnames = NULL, verbose = TRUE, binarize = FALSE, threads = getArchRThreads(), logFile = createLogFile("exportMatrixForSTREAM") )
ArchRProj |
An |
useSeqnames |
A character vector of chromosome names to be used to subset the data matrix being obtained. |
verbose |
A boolean value indicating whether to use verbose output during execution of this function. Can be set to FALSE for a cleaner output. |
binarize |
A boolean value indicating whether the matrix should be binarized before return. This is often desired when working with insertion counts. |
logFile |
The path to a file to be used for logging ArchR output. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.