You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am trying to run JunctionSeq on 15 samples with 5 conditions and three replicates each. Conditions are "wild type" and four mutants. I want to make pairwise compaisons between wild type and each mutant. My data comes from a single ended, stranded (fr-secondstrand) library. I keep running into this error in the last step done by estimateEffectSizes . This error comes for a lot of genes.
Error in if (any(dispersion < 0)) stop("dispersion values must be non-negative") :
missing value where TRUE/FALSE needed
In addition: Warning message:
In FUN(X[[i]], ...) : glmnb.fit failed for AT5G09885:
I first tried running runJunctionSeqAnalyses on all samples together and on pairs separately but the same error comes. Using section 5.2 of the JunctionSeq vignette I ran it step by step and this error comes in the last step for all samples.
I will really appreciate if you can help me troubleshoot this problem. I am using version 1.17.0 which I installed from bioconductor.
Thank You
Yes I ran with only WT vs one mutant but got the same error. I have 4 mutants and I get the same error in every possible pairwise comparison. If I ignore this error and move to the next step of writing and plotting results, I do not get any errors and JunctionSeq gives me around 700 significant genes. I was expecting many of these genes to be significant.
I also tried subsetting the jscs considering it an ExpressionSet object but then I get unmatched dimensions error,
Hi
I am trying to run JunctionSeq on 15 samples with 5 conditions and three replicates each. Conditions are "wild type" and four mutants. I want to make pairwise compaisons between wild type and each mutant. My data comes from a single ended, stranded (fr-secondstrand) library. I keep running into this error in the last step done by
estimateEffectSizes
. This error comes for a lot of genes.I first tried running
runJunctionSeqAnalyses
on all samples together and on pairs separately but the same error comes. Using section 5.2 of the JunctionSeq vignette I ran it step by step and this error comes in the last step for all samples.I will really appreciate if you can help me troubleshoot this problem. I am using version 1.17.0 which I installed from bioconductor.
Thank You
The text was updated successfully, but these errors were encountered: