View source: R/DownstreamAnalysisFunctions.R
storeBulk | R Documentation |
storeBulk()
stores labels for bulk data in the cellWalk object
storeBulk(cellWalk, bulkPeaks, labelScores, bulkID)
cellWalk |
a cellWalk object |
bulkPeaks |
GRanges of peaks in bulk data or GRangesList of sets of peaks |
labelScores |
a matrix of label scores, output of labelBulk with allScores set to TRUE |
bulkID |
character string assigning name to bulk data |
cellWalk object with labels for each region in bulk data
data("SampleCellWalkRData")
cellWalk <- storeBulk(SampleCellWalkRData$cellWalk,
SampleCellWalkRData$sampleEnhancers,
SampleCellWalkRData$labelScores)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.