Hi, please, how can I visualize nucelotides for every position. I have a percentage of bases but now I don't know how to create a plot.
fastq <- readDNAStringSet("https://d28rh4a8wq0iu5.cloudfront.net/ads1/data/ERR037900_1.first1000.fastq","fastq")
fastq
freq <- alphabetFrequency(fastq, as.prob = T,baseOnly=T)
I would like something like this (sorry for quality):
or use fastqc https://www.bioinformatics.babraham.ac.uk/projects/fastqc/ ?