roblanf / sangeranalyseR

functions to analyse sanger sequencing reads in R
MIT License
95 stars 24 forks source link

color in chromatogram #83

Closed Andreas-Bio closed 1 year ago

Andreas-Bio commented 2 years ago

image

Not the same as trace?

Kuanhao-Chao commented 1 year ago

Hi @andzandz11 ,

Sorry to get back to you late. Since the package that sangeranalyseR depends on, sangereqR, changed its color coding for the previous release, so that's why the colors of the sequences do not match with the chromatogram. Thank you for pointing out this bug : )

I've fixed it in the latest version of sangeranalyseR. Please try the newest version and see if it works for you

install.packages("devtools")

library(devtools)
install_github("roblanf/sangeranalyseR", ref = "develop")
library(sangeranalyseR)

Best wishes, Kuan-Hao