pathway analysis tools for xenopus
0
0
Entering edit mode
7.8 years ago
mike ▴ 90

Hello,

I am working with xenopus laveis genome.Is there any pathways analysis tool (apart from KEGG) which takes multiomics data for xenopus laveis?

Thanks

pathways omics xenopus • 2.4k views
ADD COMMENT
0
Entering edit mode

Please state the reason to not consider KEGG bit clearer !! and also mention in detail what is your requirement for reference functional database (pathway database)?

ADD REPLY
0
Entering edit mode

@EagleEye With KEGG I am getting only 10% of the genes from my dataset mapped to the pathways and same goes for metabolites. I am looking for a tool which can give me more genes and metabolite from my list in the pathway.

ADD REPLY
0
Entering edit mode

Which tools did you try? Because it depends on how the tool is using the database resource, whether it is updated resource or the older version of KEGG.

ADD REPLY
0
Entering edit mode

I am using KEGG Mapper. How can I check the version of KEGG Mapper on the interface? So far I haven't found any pathway tool which uses xenopus as a reference.

ADD REPLY
0
Entering edit mode

Try GeneSCF, it is real-time based tool uses current KEGG directly from the source.

Gene Set Clustering based on Functional annotation (GeneSCF)

ADD REPLY
0
Entering edit mode

I read the documentation for this tool.. seems promising. WIll it also handle metabolites in future?

I get the following error when I tired it

Illegal division by zero at /home/shh2026/Documents/geneSCF-master-source-v1.1/class/lib/List/Vectorize/lib/List.pl line 599, <in2> chunk 1.

ADD REPLY
0
Entering edit mode

Right now it can handel only Entrez GeneID and Gene Symbols. If you get this error please have a look at this,

https://github.com/santhilalsubhash/geneSCF/issues/2

https://github.com/santhilalsubhash/geneSCF/issues?q=is%3Aissue+is%3Aclosed

If you still get the issue, please comment here.

We are currently working extensively on adding more features to GeneSCF, future version will be improved.

JFI: In your case you should use 'update' mode from GeneSCF because, GeneSCF download comes with only 'Human' database. The update mode will download the KEGG resource and do enrichment analysis.

./geneSCF -m=update -i=[INPUT FILE] -t=[gid|sym] -o=[OUTPUT PATH/FOLDER/] -db=KEGG -p=yes -bg=[#TotalBackgroundGenes] -org=xla

Sample input Gene Symbols for xla:

slc5a11

foxd3-a

cypxl301-a

t2

met

crb2

zbtb7b

sal-3-a

tbx4

tbx5-a

Sample input Entrez IDs for xla:

373547

373548

373549

373550

373551

373552

373553

373554

373555

373556

ADD REPLY
0
Entering edit mode

I have already used -m=update option in command and xla folder is generated under db folder too. I also tested the example which is provided in the documentation and it is giving me same error.

ADD REPLY
0
Entering edit mode

can you please enter the command used to run test dataset ?

ADD REPLY
0
Entering edit mode

./geneSCF -m=update -i=/home/Desktop/GeneSCF/gene1.list -t=gid -db=KEGG -o=/home/Desktop/GeneSCF -org=xla --plot=yes --background=20000

ADD REPLY
0
Entering edit mode

One more request, please also provide some lines of your input. Because this error usually means none of the input genes are matching with the KEGG database.

http://genescf.kandurilab.org/faqs.php

ADD REPLY
0
Entering edit mode

379087 443741 380084 379924 380589 734364 444644 496247 446645 444262 735017 398353 380572 494639 378517 495080 379818 447106 379775 432055 380128 495369 446392 734304 394334 397913 379740

ADD REPLY
0
Entering edit mode

I hope these are new line separated (one gene per line). And also please check the system requirement for GeneSCF,

System requirements: GeneSCF only works on Linux system, it has been successfully tested on Ubuntu, Mint and Cent OS. Other distributions of Linux might work as well. If something goes wrong, please test whether these commands are woking fine on your teminal, awk, cat, gzip, wget, rm, mkdir, sort, date, sed, paste, join, grep, curl, echo (Still it needs Linux to run successful)

ADD REPLY
0
Entering edit mode

Hi Mike,

This solution might work, split GeneSCF run into to two steps,

1) Download updated resource for XLA from KEGG

./prepare_database -db=KEGG -org=xla

2) Run normal mode on downloaded data

./geneSCF -m=normal -i=/home/Desktop/GeneSCF/gene1.list -t=gid -db=KEGG -o=/home/Desktop/GeneSCF -org=xla --plot=yes --background=20000

Because I tested with the sample gene list you provided, it works without any problem on Linux (Ubuntu, Mint and CentOS).

ADD REPLY
0
Entering edit mode

Thanks for your answer. The problem was with "line-ending" while saving the gene1.list file.

ADD REPLY

Login before adding your answer.

Traffic: 2414 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6