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 Exp[G, ] : subscript out of bounds #1

Open
DongqiangZeng0808 opened this issue Nov 22, 2019 · 2 comments
Open

Error in Exp[G, ] : subscript out of bounds #1

DongqiangZeng0808 opened this issue Nov 22, 2019 · 2 comments

Comments

@DongqiangZeng0808
Copy link

Dear author of BLCAsubtyping,

It's really an excellent classifier for BLCA. Recently, we have a problem running this function.
I am looking forward to hearing from you.

cl <- classify(expMat = as.matrix(eset),

  •            symbol = "Gene.Symbol",
    
  •            classification.systems = c("Baylor", "UNC", "MDA", "CIT", "Lund", "TCGA"))
    

predicting Baylor subtypes...Error in Exp[G, ] : subscript out of bounds

summary(rownames(eset)%in%rownames(cit))
Mode FALSE TRUE
logical 7418 18712
summary(rownames(cit)%in%rownames(eset))
Mode FALSE TRUE
logical 4440 18712

@DR-Lemontea
Copy link

You can try to convert the data format.
cl <- classify(expMat = as.data.frame(eset)

@orange511
Copy link

You can try to convert the data format. cl <- classify(expMat = as.data.frame(eset)

the eset must be a matrix, buddy

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

3 participants