Description Usage Arguments Value
Limma module taking metadata_csv and raw count data frame to run DE analysis
1 2 3 4 5 6 7 8 9 10 11 12 |
count_data |
object in matrix format (integers) with rownames as genes and colnames as sample IDs |
anno_tb |
data frame of ensembl_gene_id - external_gene_id mappings for annotation |
tpm_tb |
data frame of tpms to append to results for output |
tag |
string used to prefix output |
metadata_csv |
path to file holding metadata |
metadata_design |
string of design using colnames of metadata_csv BN that final entry is the |
control_reference |
string indicating the 'control' intgroup for last element of design |
output_dir |
path to where output goes |
delim_samples |
character to delimit sample IDs (default: ".") |
nz_fc_co raw count object with no lines summing to zeros
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.