thackl / gggenomes

A grammar of graphics for comparative genomics
https://thackl.github.io/gggenomes/
Other
581 stars 64 forks source link

flip() supports where() with .bin_track/.seq_track but lacks an example #78

Closed thackl closed 3 years ago

thackl commented 3 years ago

You can do fancy stuff with flip() and tidyselect::where() but without doc it is hard to know. For example, you can flip a series of sequences based on the strand of a certain gene of interest.

thackl commented 3 years ago

Resolved by #81