Learn R Programming

ssviz (version 1.6.2)

plotFreq: plotFreq

Description

Plots nucleotide frequency generated by ntfreq

Usage

plotFreq(freqvector, percentage = TRUE)

Arguments

freqvector
data.frame object generated by ntfreq
percentage
Logical value to represent y-axis as percentage or frequency.

See Also

ntfreq

Examples

Run this code
data(ssviz)
freq<-ntfreq(pctrlbam,ntlength=10)
plotFreq(freq)

Run the code above in your browser using DataLab