View source: R/fit_pred_models.R
| fit_predictive_model | R Documentation |
Generate simulated differential expression for two conditions
fit_predictive_model(
DE_methods = c("ALDEx2", "DESeq2", "scran"),
use_baseline = "oracle",
use_totals = FALSE,
use_renorm_counts = FALSE,
output_weights = TRUE,
train_percent = 0.8,
use_cpm = FALSE
)
DE_methods |
which DE calling method's results to predict; if "all", prediction is over all results together |
use_baseline |
"self" or "oracle" |
use_totals |
pull fold change in total estimate from absolute counts |
use_renorm_counts |
pull features generated from method-renormalized data |
output_weights |
flag indicating whether or not to plot some visualization of feature weights |
train_percent |
percent of simulated datasets to train on |
use_cpm |
use counts per million for relative abundances |
NULL (fitted models are saved in output directory)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.