You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the Dasheng LTR, there exists a tandem repeat, but according to the current filtering strategy of LTR_retriever, it seems to be filtered out. Below is a Dasheng LTR scn record in rice:
I attempted to disable trf, however, within the LTR.identifier.pl's Identifier function, it gets filtered out again due to blastn alignment records exceeding 8 times. Could you confirm if LTR_retriever is currently able to identify this LTR?
The text was updated successfully, but these errors were encountered:
Yes, I realized that LTR elements like Dasheng may contain tandem repeats. They are currently filtered. We are still working on a new way to process the tandem repeat information.
LTR_retriever does not count the copy number of flanking sequences, but compares the flanking with internal sequences and discards those with flanking sequences similar to internal sequences. This usually works effectively but may be sabotaged by centromeric repeats where Dasheng is located. It will be helpful to tell more exactly how it is filtered from information in the .defalse file.
Hey sorry for the delay. From the defalse output, the program cannot identify the LTR region, which is because of multiple self-alignment entries reported by blastn as you shown. You can pick out the LTR region by eyes which is the line with 1...442 alignments, but I have not implement a programmatic scheme to find such regions out of multiple self alignments. Can you come up with a way?
Hi @oushujun,
Within the Dasheng LTR, there exists a tandem repeat, but according to the current filtering strategy of LTR_retriever, it seems to be filtered out. Below is a Dasheng LTR scn record in rice:
1524180 1531026 6847 1524180 1524621 442 1530585 1531026 442 98.87 0 Chr1
I conducted debugging based on this record.
You can also view this instance on UCSC: Link
I attempted to disable trf, however, within the LTR.identifier.pl's Identifier function, it gets filtered out again due to blastn alignment records exceeding 8 times. Could you confirm if LTR_retriever is currently able to identify this LTR?
The text was updated successfully, but these errors were encountered: