I'm wondering if anyone has any experience using continuous covariates in a JunctionSeq model for testing differential exon usage (DEU)? From the readJunctionSeqCounts function description it says: "design A data frame containing the condition variable and all desired covariates. All variables should be factors". Also, in the vignette all of the examples only involve factors.
My questions then are:
- Is there some way to coerce the program to include numeric factors for things like age or components outputted from SVA?
- If not, are there other programs that test for DEU that might allow for continuous covariates in the model?