areyesq89 / DEXSeq

8 stars 6 forks source link

enable coloring of significant rows in HTML results table #8

Closed klugem closed 1 year ago

klugem commented 4 years ago

Column with name 'padjust' does not exist. As defined in line 9 the column is named 'padj'.

results <- data.frame( object[, c( "groupID", "featureID", "exonBaseMean", "dispersion", "pvalue", "padj" )], stringsAsFactors=TRUE)