plotFreq {ssviz} | R Documentation |
Plots nucleotide frequency generated by ntfreq
plotFreq(freqvector, percentage = TRUE)
freqvector |
|
percentage |
Logical value to represent y-axis as percentage or frequency. |
Diana H.P. Low
data(ssviz) freq<-ntfreq(pctrlbam,ntlength=10) plotFreq(freq)