oushujun / LTR_retriever

LTR_retriever is a highly accurate and sensitive program for identification of LTR retrotransposons; The LTR Assembly Index (LAI) is also included in this package.
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5813529/
GNU General Public License v3.0
176 stars 40 forks source link

A question about LAI in autopolyploid #145

Closed kedduck closed 1 year ago

kedduck commented 1 year ago

Dear oushujun

Thanks for your great software about LTR annotation and LAI calculation.

I have browsed the previous issue about LAI in ploypolids species. In general, I may get the mean that the different subgenome should calculate separately.

I have a simple question about LAI in autopolyploids species. There is an autopolyploids reference genome with 4 haplotypes. I want to compare it with my 4 new haplotypes of the same species. Could I use the whole genome to calculate LAI to compare?

If I want to compare interspecies should I select 1 haplotpye randomly in each chromosome?

Looking forward to your reply !

oushujun commented 1 year ago

Hello,

No you still can't use the whole autopolyploid genome to calculate LAI. Actually, it is the worse case to do so because autoployploids have highly identical sequences between subgenomes and will negatively impact the LAI adjustment.

You may select 1 haplotype randomly for each paralogs to represent thsi sepcies. Or randomly assign haplotypes into four subgenomes and calculate LAI for each of them, then make an average of subgenome LAIs to represent this species.

Best, Shujun

kedduck commented 1 year ago

Thanks for your detailed reply!