BrooksLabUCSC / flair

Full-Length Alternative Isoform analysis of RNA
Other
208 stars 71 forks source link

deFLAIR cannot run on more than two groups #212

Open Jeltje opened 2 years ago

Jeltje commented 2 years ago

The code itself expects any number of groups, but runDE.py chokes on line 140 when it receives more than one:

    R('name <- grep("condition", resultsNames(dds), value=TRUE)')

because this results in a list instead of a single entry.

Note to self: Either make this a documented feature or solve the bug.