View source: R/fit_pred_models.R
scaled_counts_scran | R Documentation |
Scale counts using scran-like size factors
scaled_counts_scran(counts, groups, pseudocount = 0.5)
counts |
count table oriented as samples (rows) x features (columns) |
groups |
group or treatment labels for columns |
pseudocount |
small count to augment whole matrix by in order to eliminate zero counts |
scaled count table oriented as samples (rows) x features (columns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.