View source: R/DownstreamAnalysisFunctions.R
selectLabels | R Documentation |
selectLabels()
Determines labels for bulk data by mapping them via
the calculated information matrix
selectLabels(labelScores, z = 2)
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")
selectLabels(SampleCellWalkRData$labelScores)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.