Description Usage Arguments Details Value
View source: R/GenewiseMethod.R
SplitData
selects a portion (ratio
) of samples
(columns in data
) to be used as training set
1 |
data |
matrix; raw counts (genes as rows and samples as columns) |
ratio |
numeric; ratio of the samples to be used for training |
write.to.file |
logical; should the output be written to a file? |
train.only |
logical; if TRUE define only a training dataset, if FALSE writes both training and validation sets (defaults to TRUE) |
Selects a portion (ratio
) of samples (columns in data
)
to be used as training set and writes to file 'training_raw.txt'.
matrix containing raw counts (genes as rows and samples as columns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.