q.clean | R Documentation |
Clean data by eliminating genes with many missing values
q.clean(x, missing = 0.1, lowest = 10)
x |
A data matrix (raw: samples, col: genes). |
missing |
A ratio of missing values in each column allowed to be remained in the data. |
lowest |
The lowest value recognized in the data (e.g., TPM, FPKM, or raw read counts). |
A data matrix (raw: samples, col: qualified genes)
Takahiko Koizumi
data(Pinus) train.raw <- Pinus$train ncol(train.raw) train <- q.clean(train.raw) ncol(train)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.