fastqcr icon indicating copy to clipboard operation
fastqcr copied to clipboard

add custom intercept line to qc_plot

Open alex-d13 opened this issue 3 years ago • 0 comments

Hi, thanks for the great tool!

I have a small question: I am trimming my reads at a certain base position based on the sequence quality. Could you help me how I can add a vertical line into my unfiltered qc_plot to indicate where I am trimming? I tried this, but the plot does not show the line:

p<-qc_plot(qc_file,modules = "Per base sequence quality")
        p + geom_vline(xintercept = 240, color = "red")

Cheers, Alex

alex-d13 avatar May 11 '21 14:05 alex-d13