collect_n_taxa: Collect the number of taxa for analyses.

Description Usage Arguments Details Value Author(s) Examples

View source: R/collect_n_taxa.R

Description

Collect number of taxa

Usage

1
collect_n_taxa(project_folder_name = getwd())

Arguments

project_folder_name

project folder name, will be the full path to razzo_project

Details

After a razzo experiment is run, this function extracts the number of taxa from the resulting files. In practice, this number is extracted from all files named mbd.tree or pbd.newick.

Value

a dataframe with folder and taxa number for each phylogeny

Author(s)

Giovanni Laudanno, Richèl J.C. Bilderbeek

Examples

1
2
3
4
5
library(raztr)

collect_n_taxa(
  project_folder_name = get_raztr_path("razzo_project")
)

richelbilderbeek/razzo documentation built on March 10, 2021, 1:17 p.m.