pwf | R Documentation |
Default colours for PASS/WARN/FAIL
pwf
An object of class PwfCols
of length 1.
pwf
is an object of class PwfCols supplied with the package
and used as the default colouring.
Colours correspond approximately to PASS, WARN and FAIL from the FASTQC
reports, with the additional colour (MAX) included to indicate an extreme
FAIL.
In order, these colours in the default vector are green
(rgb(0, 0.8, 0)
), yellow (rgb(0.9, 0.9, 0.2)
), red
(rgb(0.8, 0.2, 0.2)
) and white (rgb(1, 1, 1)
)
# Make a pie chart showing the default colours
pie(rep(1,4), labels = names(pwf), col = getColours(pwf))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.