Exploratory analysis of edgeR data

exploratory_analysis_edger(disp, species, metadata)

Arguments

disp

DGEList object; output of edgeR::estimateDisp

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 and with raw count data stored in metadata$count$A and length-adjusted count data stored in metadata$count$B. Created as part of run_dea