We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
my name is Natasha and I am following the tutorial on http://bioconductor.org/packages/devel/bioc/vignettes/GDCRNATools/inst/doc/GDCRNATools.html#cernas-network-analysis-of-degs
I have 273 miRNAs and mRNAs on my expression table. However, when I give the following command:
ceOutput <- gdcCEAnalysis(lnc = rownames(deLNC), pc = rownames(dePC), lnc.targets = 'starBase', pc.targets = 'starBase', rna.expr = mrna2, mir.expr = mirna2)
It gives me this error:
Step 1/3: Hypergenometric test done ! Error in cor.test.default(lncDa, mirDa, alternative = "less") : not enough finite observations
there are 99 deLNC and 1622 dePC (FDR <= 0.05)
Please, can you help me? Where did I do wrong?
best wishes, Natasha
The text was updated successfully, but these errors were encountered:
Hello! I have encountered the same error, do you know how to resolve this issue now? Thanks for your reply!
Sorry, something went wrong.
No branches or pull requests
Hello!
my name is Natasha and I am following the tutorial on http://bioconductor.org/packages/devel/bioc/vignettes/GDCRNATools/inst/doc/GDCRNATools.html#cernas-network-analysis-of-degs
I have 273 miRNAs and mRNAs on my expression table. However, when I give the following command:
ceOutput <- gdcCEAnalysis(lnc = rownames(deLNC),
pc = rownames(dePC),
lnc.targets = 'starBase',
pc.targets = 'starBase',
rna.expr = mrna2,
mir.expr = mirna2)
It gives me this error:
Step 1/3: Hypergenometric test done !
Error in cor.test.default(lncDa, mirDa, alternative = "less") :
not enough finite observations
there are 99 deLNC and 1622 dePC (FDR <= 0.05)
Please, can you help me? Where did I do wrong?
best wishes,
Natasha
The text was updated successfully, but these errors were encountered: