launchDBTCShiny {DBTCShiny}R Documentation

Launch DBTCShiny

Description

This function launches the DBTCShiny Application

Usage

launchDBTCShiny(verbose = TRUE)

Arguments

verbose

If set to TRUE then there will be output to the R console, if FALSE then this reporting data is suppressed (Default TRUE).

Details

This function launches a DBTCShiny Application which allows a user to run the 'DBTC' functions and process high throughput sequencing data.

Value

There are no values or files returned from this function

Note

This is a wrapper function which launches the DBTCShiny package as a 'Shiny' application in the systems default browser program

Author(s)

Robert G. Young

References

<https://github.com/rgyoung6/DBTC> Young, R. G., Hanner, R. H. (Submitted October 2023). Metabarcoding analysis using Dada-BLAST-Taxon Assign-Condense shiny Application (DBTCShiny). Biodiversity Data Journal.

See Also

dada_implement() combine_dada_output() make_BLAST_DB() seq_BLAST() taxon_assign() combine_assign_output() reduce_taxa() combine_reduced_output()

Examples

if(interactive()){
launchDBTCShiny()
}


[Package DBTCShiny version 0.1.2 Index]