K2tax | R Documentation |
This function performs K2 Taxonomer procedure only. Arguments values are extracted from K2meta(K2res) unless specified otherwise.
K2tax(
K2res,
nFeats = NULL,
featMetric = NULL,
recalcDataMatrix = NULL,
nBoots = NULL,
clustFunc = NULL,
useCors = NULL,
clustList = NULL,
linkage = NULL,
oneoff = NULL,
stabThresh = NULL
)
K2res |
A K2 class object. |
nFeats |
'sqrt' or a numeric value <= number of features to subset for each partition. |
featMetric |
Character. Metric to use to assign gene-level variance/signal score.
|
recalcDataMatrix |
Logical. Recalculate dataMatrix for each partion? Default is TRUE. |
nBoots |
nBoots A value of the number of bootstraps to run at each partition. Default is 500. |
clustFunc |
Character. Wrapper function to be used in recursive partitioning.
|
useCors |
Numeric. Number of cores to use for parallelizable processes. |
clustList |
Optional named list of parameters to use with clustFunc.
|
linkage |
Character. Linkage criteria for splitting cosine matrix ('method' in hclust). 'average' by default. |
oneoff |
Logical. Allow 1 observation partition groups? Default is TRUE. |
stabThresh |
Numeric. A value between 0 and 1 indicatingThreshold for ending clustering. |
An object of class K2.
reed_2020K2Taxonomer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.