Description Usage Arguments See Also Examples
Run the fourth stage of the phylotaR pipeline, cluster2. Identify clusters at higher taxonomic levels by merging sister clusters.
1 | clusters2_run(wd)
|
wd |
Working directory |
Other run-public: ClstrArc-class
,
ClstrRec-class
,
Phylota-class
, SeqArc-class
,
SeqRec-class
, TaxDict-class
,
TaxRec-class
, clusters_run
,
parameters_reset
, reset
,
restart
, run
,
setup
, taxise_run
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ## Not run:
# Note: this example requires BLAST and internet to run.
# example with temp folder
wd <- file.path(tempdir(), 'aotus')
# setup for aotus, make sure aotus/ folder already exists
if (!dir.exists(wd)) {
dir.create(wd)
}
ncbi_dr <- '[SET BLAST+ BIN PATH HERE]'
setup(wd = wd, txid = 9504, ncbi_dr = ncbi_dr) # txid for Aotus primate genus
# individually run stages
taxise_run(wd = wd)
download_run(wd = wd)
clusters_run(wd = wd)
clusters2_run(wd = wd)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.