lpantano / DEGreport

Create a cromphensive report of DEG list coming from any analysis of RNAseq data
http://lpantano.github.io/DEGreport/
MIT License
23 stars 16 forks source link

Fix for missing factor observations when summarizing in DEGpattern #24

Closed roryk closed 5 years ago

roryk commented 5 years ago

DEGpattern with summarize set to an existing entry in the metadata matrix will throw an error if there are levels with no observations. You can see this behavior by running the test before the fix. The fix just drops any factor levels with missing observations before continuing.