Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identify Duplication #38

Open
wyim-pgl opened this issue Oct 4, 2022 · 2 comments
Open

Identify Duplication #38

wyim-pgl opened this issue Oct 4, 2022 · 2 comments

Comments

@wyim-pgl
Copy link

wyim-pgl commented Oct 4, 2022

Hi,
I have been testing Anchorwave, to check the genome duplication.
It didn't give me expected result with -R 1 -Q 3. I checked MAF and converted MAF to many other format but I couldn't find any 1:3 match in the result. Can you share some idea?

anchorwave gff2seq -r Athaliana_167_TAIR9.fa -i Athaliana_167_TAIR10.gene.gff3  -o cds.fa

minimap2 -x splice -t 40 -k 12 -a -p 0.4 -N 20 Athaliana_167_TAIR9.fa cds.fa > ref.sam
minimap2 -x splice -t 40 -k 12 -a -p 0.4 -N 20 Saharan.fasta cds.fa > cds.sam

anchorwave proali -i Athaliana_167_TAIR10.gene.gff3 -r Athaliana_167_TAIR9.fa -as cds.fa   -a cds.sam -ar ref.sam -s Saharan.fasta -n anchors -R 1 -Q 3 -o alignment.maf -f alignment.f.maf -t 4
@baoxingsong
Copy link
Owner

Thanks for your feedback.
AnchorWave has not been developed to check genome duplication. You should know the whole genome duplications before running AnchorWave.
If you expect Saharan has a triplication, you should set "-R 3 -Q 1".

@wyim-pgl
Copy link
Author

Hi @baoxingsong,
We already knew that the Saharan has triplication. I will run it with -R 3 -Q 1 and give you update.
By the way, can we use Saharan -R3 -Q3 itself?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants