Exploratory analysis of DESeq2 data

exploratory_analysis(dds, species, metadata)

Arguments

dds

DESeqDataSet object created by DESeq2::DESeq

species

character string specifying the name of the species. Only 'human', and 'mouse' are supported at present. [DEFAULT = human].

metadata

list created by sanity_check_chip and with raw count data stored in metadata$counts. Created as part of run_chip