eisaR settings for three biological replicates
1
0
Entering edit mode
@nishanthemje-24028
Last seen 3.4 years ago

Hello,

While running the eisaR program with three biological replicates each for control and treated samples instead of two replicates (as shown in the vignette), is there any change to be made in the program? Can it be done in the default mode, i.e., "Run eisa convenienty?" This approach resulted in error due to which I switched to "run eisa step-by-step" mode. In this approach, I got the following error:

> y <- estimateDisp(y, design)
Warning message:
In estimateDisp.default(y = y$counts, design = design, group = group,  :
  No residual df: setting dispersion to NA
> fit <- glmFit(y, design)
Error in glmFit.default(y = y$counts, design = design, dispersion = dispersion,  : 
  NA dispersions not allowed

Kindly guide me as to how to rectify this issue and what changes need to be made in the command.

Thank you

Regards Nishanth

eisaR edgeR • 795 views
ADD COMMENT
1
Entering edit mode
@gordon-smyth
Last seen 10 hours ago
WEHI, Melbourne, Australia

You have most likely setup up the design matrix incorrectly.

You don't shown us how you created the design matrix, so we can't tell what you might have done wrong. When you post a question here you need to give all the code necessary to create the error, not just one or two commands in isolation with undefined input arguments. See https://www.bioconductor.org/help/support/posting-guide/

ADD COMMENT
0
Entering edit mode

Thank you, Dr. Smyth; I corrected the column titles in the matrix and the error was solved. I have gone through the posting-guide and will stick to the guidelines. Thank you.

ADD REPLY

Login before adding your answer.

Traffic: 792 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