Description Usage Arguments Value
Run the CNA workflow
1 2 3 4 5 6 7 8 9 | run_cna_workflow(
expr.mat,
genes.bed,
window_size = NA,
mean_tpm_threshold = 0,
cv_threshold = 0,
reference_labels,
scale_samples_by_zero = TRUE
)
|
expr.mat |
A matrix of gene-expression values |
genes.bed |
A bed-like file of gene coordinates |
window_size |
Window size to use for rolling mean |
mean_tpm_threshold |
TPM threshold to retain genes |
cv_threshold |
CV threshold to retain genes |
reference_labels |
Reference labels |
scale_samples_by_zero |
Scale samples by zero? |
A re-scaled matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.