harrispopgen / mutyper

Ancestral k-mer mutation types for SNP data
https://harrispopgen.github.io/mutyper/
MIT License
7 stars 3 forks source link

strand-aware mutation contexts #9

Closed wsdewitt closed 4 years ago

wsdewitt commented 4 years ago

Optionally provide a strand_file in BED format, indicating the regions where the reverse strand should be used to define mutation type. Sites not in the BED file's regions will use the forward strand.

This could be useful to polarize context according to direction of replication or transcription.

If the argument is not used, the usual collapase-by-reverse-complement approach is used.