samp_for_class | R Documentation |
Splits a sample table into 2 sample tables roughly by prop in which no samples with sampe exp_id are in both the test and train
samp_for_class(sampTab, prop = 0.5, dLevel = "description1",
dLevelStudy = "exp_id")
sampTab |
sample table must have exp_id column |
prop |
proportion of samples to use as training |
dLevel |
column name for |
dLevelStudy |
column name to indicate experiment or study id |
list of stTrain stVal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.