Description Usage Arguments Value Author(s) See Also Examples
View source: R/check.pigengene.input.R
Checks Data
and Labels
for NA
values, row and column
names, etc.
1 | check.pigengene.input(Data, Labels, na.rm = FALSE, naTolerance=0.05)
|
Data |
A matrix or data frame containing the expression data, with genes corresponding to columns and rows corresponding to samples. Rows and columns must be named. |
Labels |
A (preferably named) vector containing the Labels (condition
types) for |
na.rm |
If |
naTolerance |
Upper threshold on the fraction of entries per gene that
can be missing. Genes with a larger fraction of missing
entries are ignored. For genes with smaller fraction of NA
entries, the missing values are imputed from their average
expression in the other samples.
See |
A list of:
Data |
The checked |
Labels |
The checked vector of |
Habil Zare
check.nas
, one.step.pigengene
, Pigengene-package
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.