Hello,
I am a little confused with the classification of genes in TissueEnrich:
Tissue Enriched: Genes with an expression level greater than or equal to 1 (TPM or FPKM) that also have at least five-fold higher expression levels in a particular tissue compared to all other tissues.
Another:
Tissue Enhanced: Genes with an expression level greater than or equal to 1 (TPM or FPKM) that also have at least five-fold higher expression levels in a particular tissue compared to the average levels in all other tissues, and that are not considered Tissue Enriched or Group Enriched.
These two classifications looks quite similar. Can anyone please list some examples of these two kind of gens?
Many thanks!
Thanks Ashish Jain!
That's quite clear. But I met another problem with my data. I am not sure if I should open a new issue or not because it looks really wierd! Here is my data. I tried to use teGeneRetrieval only to find that when I set foldChangeThreshold to a high number, I got an error:
However a value 1.5 works fine
Is this because some of my data is to similar?
The problem is the value of "maxNumberOfTissues" argument. In your test data, the tissue number is 5 whereas for calculating group enriched genes you are using 7 (by default). If you change that it to less than or equal to "max(tissues)-1", it will work. This is a good catch and I will put a check for that so that users can know what is going wrong. Usually, we recommend that people use tissueEnrich for data with more than 10 tissues.
Many thanks @Ashish Jain !
Yeah, it will be really nice if a warnning message throws out when the number of input samples are less than "maxNumberOfTissues".