View source: R/DownstreamAnalysisFunctions.R
storeMat | R Documentation |
storeMat()
stores the original ATAC matrix
storeMat(cellWalk, ATACMat, peaks)
cellWalk |
a cellWalk object |
ATACMat |
cell-by-peak matrix |
peaks |
GRanges of peaks in ATACMat |
cellWalk object with original ATAC matrix stored
data("SampleCellWalkRData")
cellWalk <- storeMat(SampleCellWalkRData$cellWalk,
SampleCellWalkRData$ATACMat,
SampleCellWalkRData$peaks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.