View source: R/fit_pred_models.R
pull_features | R Documentation |
Generate simulated differential expression for two conditions
pull_features( DE_methods = c("ALDEx2", "DESeq2", "scran"), use_baseline = "oracle", use_totals = FALSE, use_renorm_counts = FALSE, use_cpm = FALSE )
DE_methods |
differential abundance calling methods to use |
use_baseline |
one of either "self" or "oracle"; baseline differential abundance calls against which we will score accuracy of calls made on observed (relative) abundance data |
use_totals |
pull fold change in total estimate from absolute counts |
use_renorm_counts |
pull features generated from method-renormalized data |
use_cpm |
use counts per million for relative abundances |
data.frame with predictive model training features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.