edgeR_test: differential expression analysis of RNASeq data using edgeR
Usage
edgeR_test(data, gene_names, group, reference)
Arguments
- data
data matrix of counts data
- gene_names
vector of gene symbols to read to the result dataframe
- group
column name of the group of interest
- reference
reference group to use in the DE analysis
Value
EdgeR result object with the pvalues, adjusted pvalues and
foldchanges of the DE analysis