Skip to main content

Questions on handling circular genomes

Comments

1 comment

  • Official comment
    Matt Kearse

    Hi Pedro,

    Sorry for the slow reply!

    1. SequenceDocument.isCircular() has a link to SequenceAnnotationInterval.getFrom() which describes how annotation intervals should be created on circular sequences.

    2. It really depends on the details of your algorithm. Some of our algorithms will concatenate a sequence with itself and treat it like it's linear so that the region spanning the origin is continuous. And then, depending on the algorithm, you may need to normalize the position of results and remove duplicates.

Please sign in to leave a comment.