Skip to content

Error in gdcCEAnalysis: not enough finite observations #14

@NatashaJorge

Description

@NatashaJorge

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions