Ok thank you! Otherwise it does not modify the sequences that are under the seqname with that flag, yes?
I am manipulating sequences using GRanges (creating alternative proteins and such) so I want to make sure it doesn't impact the sequences / functionality of these sequences.
Thanks again!
In genomics the genome is usually represented as a linear string of bases. This is somewhat problematic for circular genomes because you can have annotated features or NGS reads that partially overlap both the beginning and end of this linear string, since in reality they are just one continuous sequence. If there was no indicator of circularity you would have no way to programmatically check whether these features or reads are legitimate or just some error in annotation or alignment.