Differential transcript usage StageR error message
0
0
Entering edit mode
5.4 years ago
akilabioinfo ▴ 10

Dear All,

I have used the recent protocol for DTU analysis from this recent version

I am facing some issues while doing the stagewise analysis for dtu

stageRObj <- stageRTx(pScreen=pScreen, pConfirmation=pConfirmation, pScreenAdjusted=TRUE, tx2gene=tx2gene)
stageRObj <- stageWiseAdjustment(object=stageRObj, method="dtu", alpha=0.05)

Error in .stageWiseTest(pScreen = pScreen, pConfirmation = pConfirmation,  : 
NA p-values found in either the screening or confirmation tests.

If you want to allow for NA p-values, set allowNA = TRUE.

If I give allowNA = TRUE it is showing like this:

stageRObj <- stageWiseAdjustment(object=stageRObj, method="dtu", alpha=0.05, allowNA=TRUE)
Removing 4 features with NA screening hypothesis p-values. 

Error in pConfirmation[id, ] : incorrect number of dimensions

Help me

DRIMSEQ BIOCONDUCTOR DTU stage-R R • 1.2k views
ADD COMMENT
1
Entering edit mode

It is something to do with dimension of your input datasets, check dim(pScreen), dim(pConfirmation), check the example datasets dimensions. Ensure str() of your data is same as example datasets, etc. Joys of debugging.

ADD REPLY

Login before adding your answer.

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