Description Usage Arguments Value
View source: R/ks.miRNA_differential_expression.R
The variable performes standard differential expression analysis using unpaired t-test with BH and Bonferonni correction. It requires 'ttpm_pofiltrze' object, which is a matrix of log-transformed TPM-normalized miRNAs counts with miRNAs placed in 'ttpm' design (i.e. columns and cases placed as rows). Classess should be passed as 'klasy' and this should be a vector of length equal to number of rows in 'ttpm_polfiltrze' and contain only "Cancer" or "Control" labels!! The function returns the miRNAs sorted by BH-corrected p-value.
1 | ks.miRNA_differential_expression(ttpm_pofiltrze, klasy, mode = "auto")
|
ttpm_pofiltrze |
matrix of log-transformed TPM-normalized miRNAs counts with miRNAs placed in 'ttpm' design (i.e. columns and cases placed as rows) |
klasy |
vector describing label for each case. It should contain only "Cancer" and "Control" labeles!!!! |
mode |
use 'logtpm' for log(TPM) data or 'deltact' for qPCR deltaCt values. This parameters sets how the fold-change is calculated. Setting it to "auto" will try to read settings from var_type.txt (used in docker). |
Data frame with results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.