More posts like this
-
How to prepare ranked-gene list for statistical enrichment test in PANTHER database
written by kousi31 •Hi all, As per PANTHER manual, statistical enrichment test uses Mann-Whitney U Test (Wilcoxon Rank-Sum Test) to find enriched pathways. It requires a input file …
-
Are gene symbol and HGNC symbol the same names for a gene?
written by Sib •I have GB-ACC numbers of differentially expressed genes from GEO2R. But I need gene symbols for entering to enrichr database for further analyses. I used …
-
Annotating Agilent micro array probe sequence with gene
written by ifudontmind_plzzIs there any way to convert Agilent Probe sequence to gene ID? I have got ~500 Agilent Probe sequence which needs to be annotated with …
-
Bos Taurus Genes Annotation ARS-UCD1.2
written by villot •Hello Everyone, I have a specific interest for a gene ID: ENSBTAG00000053889 that is not identified with Ensembl using PANTHER or DAVID tools and Bos …
-
Inconsistency in Panther vs KOBAS2.0. Other recommendation for KEGG?
written by CandiceChuDVMPlease see my latest answer for the inconsistency in Panther vs KOBAS2.0. Can anyone recommend other platforms for KEGG? ================================================================== Hi all, I am analyzing …
-
Get whole gene number in Kegg
written by nvayin •Hi, How can we list\ get all gene number in KEGG using KEGG REST , i tried : genes = urlread('http://rest.kegg.jp/list/genes'); genes = urlread('http://rest.kegg.jp/link/genes'); but …
-
Mapping mouse gene symbols to Entrez IDs in GAGE
written by bojingjia •I've come across many posts about common errors using GAGE, and many of these common pitfalls relate to mismatching ID systems (Entrez gene ID, gene …
-
Agilent Data Normalization Result
written by nvayin •<p>I have an Agilent data set , and normalized and read it using the code bellow , but the result is different from what the …
-
R_Conversion from ENTREZ ID to OFFICIAL GENE SYMBOL
written by kim •I'm having an issue how to convert data. Actually, I have data file which contains tons of gene sets and genes as follows. GO.1 GO.2 …
-
How To Convert Gene Names From Agilent Id To Ncbi Ids?
written by syed.nuruddin •<p>I have performed microarray expression analysis from the sample of Sheep brains by using Agilent ovine microarray. Now I have Agilent gene ID and gene …
We need you to clarify your question. What do you mean by using "Panther database to detect pathway genes" ? What tool are you using ? Where did you enter gene symbols ? What do you mean by "it doesn't work" ? Do you get an error message ?
Also make sure you're using correct gene symbols (with respect to the species of interest).
@jean I used the link bellow:
http://pantherdb.org/
and in the text box which is under:
Enter ids and or select file for batch upload. Else enter ids or select file or list from workspace for comparing to a reference list:
I entered the genes symbol:
then when I select the enrich analyse and panther pathway, I got empty result? but when I used reactom I have result?
The two most likely explanations are that either you're not using symbols/identifiers that Panther recognizes or that Panther doesn't have pathways with your genes of interest. Different pathway databases have different notions of pathways and different ways of curating them and none of them is comprehensive in terms of gene coverage. When doing enrichment analysis, it's also possible that your list is not enriched in any pathway represented in Panther. You may get enrichment in a pathway with the same or similar name in another database e.g. Reactome due to the differences in pathways compositions.
@Jean , The Panther DataBase give some result if I remove the check box for :bonferroni correction for multiple test??
It means that there's no statistically significant result at the selected threshold after applying the Bonferroni correction for multiple testing. The problem is that the Bonferroni correction is too conservative for most practical cases and GO terms enrichment in particular.
@jean: I have a significant pathways from Reactome and significant biological process from GO (no pathways from panther data base), I am confused , :( please I need your help :(
I don't know the details of what you've tried but the main reason you get different results is simply because different tools/databases do things differently. First, as I mentioned previously, the different databases have different pathways (i.e. they group genes differently), second the associated enrichment tools most likely also use different background gene lists, third they may also implement different testing procedures (like for example how to deal with redundancy/overlap in particular for GO terms) with different corrections for multiple testing (or maybe none at all). Note, on the matter of background gene lists, that a proper background list should be composed only of the genes interrogated in the experiment used to derive the query list. For genome-wide studies, using the whole genome as background is fine but for example, if you studied only genes on one chromosome, then your background list should be composed only of genes from that chromosome.
You may want to read more about pathway analysis in other posts on biostars or in this review.