na_fill: NA filling with recursive partitioning and regression trees

View source: R/ModelSeries_fitModels.R

na_fillR Documentation

NA filling with recursive partitioning and regression trees

Description

NA filling with recursive partitioning and regression trees

Usage

na_fill(
  Xmat,
  method = c("quantile", "rpart", NULL)[1],
  seed = 2022,
  verbose = T
)

Arguments

Xmat

A gene expression matrix with NA value

method

One of 'quantile', 'rpart' and NULL.

Author(s)

Weibin Huang<654751191@qq.com>

See Also

rpart


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