selectLabels: Select significant labels

View source: R/DownstreamAnalysisFunctions.R

selectLabelsR Documentation

Select significant labels

Description

selectLabels() Determines labels for bulk data by mapping them via the calculated information matrix

Usage

selectLabels(labelScores, z = 2)

Arguments

labelScores

a matrix of label scores, output of labelBulk with allScores set to TRUE

z

numeric z-score threshold for significance

Value

list of signficant labels for each region in bulk data

Examples

data("SampleCellWalkRData")
selectLabels(SampleCellWalkRData$labelScores)


PFPrzytycki/CellWalkR documentation built on Oct. 26, 2023, 1:50 p.m.