Description Usage Arguments Value
Do differential analysis with DESeq2 recursively with attributes defined in 'fields' parameter
1 2 | differentialAnalysis(countTable, coldata, fields, geneInfo,
datasetIdentifier = "")
|
countTable |
a raw read count table |
coldata |
an annotation table for samples, must include attributes naming "barcode", "patient_barcode", "survival", "vital_status", "total_count", "cohort" |
fields |
name list of the attributes for differential expression analysis |
geneInfo |
an annotation table for genes, must include attribute nameing "gene_length" |
datasetIdentifier |
a prefix for the output csv files |
a list of DESeqDataSet
object and output csv files for differential analysis results and vsd normalized expression table directly to current directory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.