Thank you so much for the information. I'm trying to performing intrinsic.cluster() function as you suggested me and I have obtained the following error:
Error in intrinsic.cluster(data = counts, annot = annot, do.mapping = FALSE, :
no probe in common -> annot or mapping parameters are necessary for the mapping process!
being annot (Matrix of annotations with at least one column named "EntrezGene.ID", dimnames being properly defined)
EntrezGene.ID
ACTR3B 57180
ANLN 54443
BAG1 573
BCL2 596 [...]
and intrinsicg:
probe EntrezGene.ID
ACTR3B ACTR3B 57180
ANLN ANLN 54443
BAG1 BAG1 573
BCL2 BCL2 596 [...]
both are obtained from PAM50 data.
I did not find what it is wrong.
Thanks for your help.
Maria
Please see also: Where To Download Pam50 Gene Set?
Hi Maria, did you solve the problem you had 5 months ago? If so, would you share how? Thanks :)
I also ran into the same issue :
I have an gene expression matrix with samples as rows and genes (symbols) as columns (not probes)
I created an annotation matrix with the gene symbols and de EntrezGene_ID.
when running the intrinsic.cluster function on my data I get:
When looking at the function code this originates from
This should be false as there are genes from Pam50 present in my data as can be seen in this way :
Any help would be greatly appreciated
Please post this as a new question.