predictUorfs | R Documentation |
Training data pos set is by CDS (coding sequences) Neg seg is by trailers (3'UTRs)
predictUorfs(
tissues = readTable("experiment_groups")[[1]],
ip = "localhost",
port = 54321,
nthreads_h2o = max(min(45, as.integer(BiocParallel::bpparam()$workers/2)), 1),
max_mem_size = "200G",
mode = "uORF"
)
tissues |
Groups to train on, default (readTable("experiment_groups")[[1]]), use "combined" if you want mean of all groups |
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") |
mode |
character, default "uORF" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.