hi everyone, i don't know if it's the place to do my question, but i have a question about how CAFE handle with polyploidism in some organism, because your input matrix could have a huge amount of genes duplicated due to polyploidism that could make noise of a false birth or loss. i did because i'm working with polyploid plants.
Hello:
We have sequenced a new rodent species and predicted the gene models using maker2. Now, I am trying to find gene expansion or loss comparing to other rodents. As one of the input file to CAFE, I need to identify gene families and get the number of genes in each spices. I am new in such field, so I wonder which are the best solutions, what pipeline, tool or database I can achieve this relatively easier?
Thanks
2 answers
I was one of the participants at the 2017 Workshop on Phylogenomics in Český Krumlov. Here you can find the CAFE TUTORIAL: http://evomicsorg.wpengine.netdna-cdn.com/wp-content/uploads/2016/06/cafe_tutorial-1.pdf
UPDATE: the files and python scripts needed to follow the CAFE tutorial are available at the CAFE v.4 website: https://hahnlab.github.io/CAFE (Tutorial files: https://iu.app.box.com/v/cafetutorial-files )
This is definitely not the place to post your question. Please open a new question and explain your problem in details there.
A pipeline that is often used with CAFE might look something like the following:
- Isolate the longest isoform for each gene
- Create a single file containing all of these isoforms
- Run all-by-all BLAST on the file, optionally filtering low complexity regions with the -seg parameter
- Find clusters of similar sequences. You can use mcl (http://micans.org/mcl/) for this
- Parse the mcl output to tabulate the number of gene copies found in each species for each gene family.
You may want to filter out gene families with large variances for better accuracy. This is all based on a tutorial written for CAFE and presented at the Workshop on Phylogenetics in Český Krumlov this year. You can find it online I believe.
Log in to answer this question.
Maybe this thread from a few years back can help.
Hey,Santiago and Ben,Now I meet some trouble about CAFE: 1.I use the output of OrthoFinder, part of result provide me the species tree and gene family(orthogroups), I am not sure whether this species can be use as input tree of CAFE 2.After I load the OrthoFinder-version species tree to r8s to generate a ultrametric tree, the parameter nsites and fixage confused me, how can I obtain this information? is there any tools or software can help me? Thanks very much
Hi, I am using CAFE to isolate longest isoform for each gene (the first step in pipeline). Can anyone tell how long this step takes mine has been running for days with no output! Installation and file formats are all correct!! Thanks!
No, this should be a fairly quick process. The script cafetutorial_longest_iso.py ) is quite simple, so I suggest you take a look at it and see if you can isolate the problem. Otherwise, we may need your input files to see if we can duplicate this issue.