-
Notifications
You must be signed in to change notification settings - Fork 13
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
molecular.subtyping error #29
Comments
Hi @elicabe, Based on the included error it appears that none of the gene identifiers you have supplied to the function map to the selected molecular signature. Can you please provide the exact code you are running to get the error as well as you It would also be helpful if you can include the results from Best, |
Hi ChristopherEeles, thank you for your help. I write what you tell me: 1- The exact code you are running to get the error: 2- sessionInfo() R version 4.2.0 (2022-04-22) Matrix products: default locale: attached base packages: 3- head(dannot) A tibble: 6 × 5probe EntrezGene.ID NCBI.gene.symbol HUGO.gene.symbol probe.name Thank you very much in advance. |
Hi @elicabe, In order to match the features in your data with the gene signatures included in If these conditions aren't met, then there is no way to apply the gene signature in question to your data, since none of the relevant features can be identified. Since you are using the
The same pattern can be used for other gene signature in the package. See Best, |
Hello!
I am trying to analyze a database with the package genefu, but I have a problem that I could not solve.
I have prepare a matrix data with the gene expression (ddata) and a matrix with the annotations (dannot).
When I run the function "molecular.subtyping" or "intrinsic.cluster.predict" I always have the same result:
Error in rep(NA, nrow(data)) : invalid 'times' argument
In addition: Warning message:
In geneid.map(geneid1 = gid, data1 = data, geneid2 = centroids.gid, :
no gene ids in common!
I have checked if I have repeated data, samples or genes, and is still given the same problem.
Could you help me with this question?
Thank you very much I advance
The text was updated successfully, but these errors were encountered: