Skip to content
New issue

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

Error in rna.expr[pc, ] : subscript out of bounds #13

Open
maxlarosa opened this issue Sep 12, 2019 · 1 comment
Open

Error in rna.expr[pc, ] : subscript out of bounds #13

maxlarosa opened this issue Sep 12, 2019 · 1 comment

Comments

@maxlarosa
Copy link

When I try the following code

library(GDCRNATools)
library(limma)
data(lncTarget)
data("pcTarget")
data("DEGAll")
data("mirCounts")
data("rnaCounts")

Normalization of RNAseq data

rnaExpr <- gdcVoomNormalization(counts = rnaCounts, filter = FALSE)
####### Normalization of miRNAs data #######
mirExpr <- gdcVoomNormalization(counts = mirCounts, filter = FALSE)

deLNC <- gdcDEReport(deg = DEGAll, gene.type = 'long_non_coding')
dePC <- gdcDEReport(deg = DEGAll, gene.type = 'protein_coding')
ceOutput <- gdcCEAnalysis(lnc = rownames(deLNC), pc = rownames(dePC), lnc.targets = lncTarget, pc.targets = pcTarget, rna.expr = rnaExpr, mir.expr = mirExpr)

I get this error: Error in rna.expr[pc, ] : subscript out of bounds

@MaiTian-li
Copy link

Hello! Have you solved this problem now ?I encountered the same error with Error in mir.expr[mir, ] : subscript out of bounds. If you already know why and how to avoid such an error, I appreciate your reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants