impmat: Imputation function

Description Usage Arguments

View source: R/Impmat.R

Description

impmat imputes a dataset entered as rows=Genes, columns=Samples. NA values are imputed by row. Currently, impvalue function imputes these as the max value of the row, the largest observed value for a given Gene across all Samples.

Usage

1

Arguments

data

dataset to be imputed. Should contain all numeric values with rows=Genes and columns=Samples.


MiRAnorm documentation built on May 1, 2019, 7:12 p.m.