mv_tolerance: mv_tolerance

View source: R/base_mv_tolerance.R

mv_toleranceR Documentation

mv_tolerance

Description

Missing value tolerance analysis for GSClassifier models

Usage

mv_tolerance(
  X,
  gene.loss = c(2, 4, 6, 8, 10, 12),
  levels = c(1, 2, 3, 4),
  model = "PAD.train_20220916",
  seed = 487,
  verbose = T
)

Arguments

X

a data frame with the number of colume ≥ 2

gene.loss

a vector of the number of genes masked

model

a character of GSClassifier model or a luckyModel model

seed

random seed

verbose

whether to report the process

Value

A list containing results of subtype identification and multi-roc analysis

Author(s)

Weibin Huang<hwb2012@qq.com>

See Also

multiclass.roc.

Examples

Empty

huangwb8/GSClassifier documentation built on July 12, 2024, 5:10 p.m.