View source: R/DownstreamAnalysisFunctions.R
selectMultiLevelLabels | R Documentation |
selectMultiLevelLabels()
Determines labels across heirarchy for bulk data by mapping them via
the calculated information matrix
selectMultiLevelLabels(cellWalk, labelScores, z = 2)
cellWalk |
a cellWalk object |
labelScores |
a matrix of label scores, output of labelBulk with allScores set to TRUE |
z |
numeric z-score threshold for significance |
list of signficant labels for each region in bulk data
data("SampleCellWalkRData")
cellWalk <- clusterLabels(SampleCellWalkRData$cellWalk)
## Not run: selectMultiLevelLabels(cellWalk,SampleCellWalkRData$labelScores)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.