Description Usage Arguments Details Value See Also Examples
Runs a set of tests to check if ggfastqc
is working
correctly.
1 | test_ggfastqc(verbose = FALSE, pkg = "pkg", silent = FALSE)
|
verbose |
If |
pkg |
Root directory name under which all package content
(ex: |
silent |
Logical, default |
Runs a series of tests. These can be used to see features and
examples of usage, too. Running test_ggfastqc
will tell you the full
location of the test file(s) to open.
When silent equals to TRUE
it will return TRUE
if
all tests were successful. FALSE
otherwise. If silent equals to
FALSE
it will return TRUE
if all tests were successful. Error
otherwise.
fastqc
, plot_gc_stats
plot_dup_stats
1 2 3 4 | ## Not run:
ggfastqc:::test_ggfastqc()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.