Description Usage Arguments Examples
View source: R/create_CBRMSR.R
CHANGE
1 |
predictor |
A dataset of predictor values |
confounding |
An optional dataset of confounding variables (such as clinical data) to draw samples from first. |
classframe |
A two column dataframe of sample names and their classification label |
1 2 3 4 5 6 7 | ## Not run:
data(microarray)
data(clinical)
data(classframe)
CBRMSR <- create_CBRMSR(microarray, clinical, classframe)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.