Index representing how correlated syntenic regions are
Source:R/correlation_index.R
correlation_index.Rd
A sequence feature on the target genome is considered ‘syntenic’ to the feature of the query genome matched by the most of its alignments. The correlation coefficient of the center of syntenic alignments is then calculated. Then, the computed numbers for all the target's features are averaged as a mean weighted by is the total number of aligned bases of each feature. Thus, a number close to 1 is expected for closely related genomes.
Arguments
- gb
A
GBreaks
object.
Note
Here, the definition of ‘synteny’ is sequences on the same DNA strands, or in technical terms: sequences that are on the same feature, regardless of strand orientation.
See also
Other Similarity indexes:
GOC()
,
strand_randomisation_index()
,
synteny_index()