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
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
The text was updated successfully, but these errors were encountered:
You can try to convert the data format. cl <- classify(expMat = as.data.frame(eset)
Sorry, something went wrong.
the eset must be a matrix, buddy
No branches or pull requests
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.
predicting Baylor subtypes...Error in Exp[G, ] : subscript out of bounds
The text was updated successfully, but these errors were encountered: