Lasso in DESeq2
1
0
Entering edit mode
kieran.mace ▴ 40
@kieranmace-11647
Last seen 6.3 years ago

I have ~300 samples (RNA-seq) with a desired design matrix as: ~ Strain + Condition + Strain:Condition

Unfortunately this is an underdetermined system, as Strain can take one of 28 values, and Condition can take on one of 12, so the inclusion of the interaction terms gives me more variables than I have data.

In general linear models, one way to overcome an underdetermined learning problem is to apply constraints to to the number of non-zero parameters such as the Lasso.

Is there something akin to this in DESeq2?

deseq2 • 813 views
ADD COMMENT
2
Entering edit mode
@mikelove
Last seen 1 day ago
United States

No we don’t have L1 penalties. We do something like ridge (L2) but in an empirical Bayes setting not in a cross validation setting. You can take a look at glmnet:

https://cran.r-project.org/package=glmnet

ADD COMMENT
0
Entering edit mode

I've actually been using glmnet on the vlogTransformed output, but was wondering if it was built in to DESeq2 for the counts. Thanks! I'll stick with vlog -> glmnet

ADD REPLY

Login before adding your answer.

Traffic: 477 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6