plotGCcontent: plotGCcontent: Plots the proportions of relative GC content for all
FASTQ files.
Description
The function creates plots on proportions of relative GC content.
For each FASTQ file from wich data is contained,
one separate line is plotted.
A value of 0.1 at the proportion of 40 says that 0.1 % of the reads have
40 % GC content.
Usage
plotGCcontent(object, main, ...)
Arguments
object
Fastqq: Object which contains collected values from
nFiles FASTQ files.
main
integer(optional): The main title displayed on top of
the plot. When missing, a standard text is printed.
...
Other arguments which are passed to the internally called
plot function.