trainClassifier | R Documentation |
The training model with cds and 3' UTRs as random forest
trainClassifier(
tissue,
ip = "localhost",
port = 54321,
nthreads_h2o = max(min(45, as.integer(BiocParallel::bpparam()$workers/2)), 1),
max_mem_size = "200G"
)
tissue |
Tissues to train on, use "combined" if you want all in one |
ip |
h2o cluster ip, default: "localhost". |
port |
h2o cluster port, default: 54321 |
nthreads_h2o |
number of cores for H20. Default:
|
max_mem_size |
max allowed memory for H20: default ("200G") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.