-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels