Description Usage Arguments Value Author(s)
Plot a variable content (adapter or N) as percentage along the sequences per entry in a set of zip archives generated by FastQC. To be used after extractFastqcAdpContents() or extractFastqcBaseNs().
1 2 3 4 | plotFastqcContent(content, max.datasets.per.plot = 25, lowest.perc = NULL,
highest.perc = NULL, ylab = "Content (%)", main = "Quality control",
legend.x = "topleft", legend.y = NULL, legend.cex = 1,
add.2nd.yaxis = TRUE)
|
content |
return value from extractFastqcAdpContents() or extractFastqcBaseNs() |
max.datasets.per.plot |
max number of datasets on the same plot |
lowest.perc |
lowest percentage of content for the y-axis |
highest.perc |
highest percentage of content for the y-axis |
ylab |
a title for the y axis |
main |
an overall title for the plot |
legend.x |
x coordinate to position the legend (no legend if NULL) |
legend.y |
y coordinate to position the legend |
legend.cex |
numeric character expansion factor for legend labels |
add.2nd.yaxis |
add a 2nd y-axis on the right side of the plot |
nothing
Timothee Flutre [cre,aut], Nicolas Rode [ctb]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.