Skip to content

A script to check fungus names for the most up to date nomenclature according to Species Fungorum πŸ„

License

Notifications You must be signed in to change notification settings

Rowena-h/FungusNameCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

FungusNameCheck.R

A script to check fungi names for the most up to date nomenclature according to Species Fungorum.

Requirements

FungusNameCheck.R is an R script (written in R v4.1.1) designed to run in the linux command line.

To download:

git clone https://github.com/Rowena-h/FungusNameCheck.git

It requires the taxize R package to run.

Usage

The only input needed is a file containing a list of names without a header. To see an example, refer to example/list.

To run the script in the command line:

Rscript FungusNameCheck.R example/list

This will produce a csv file with two columns, where the first is the provided name and the second is the current name (see example/checked_names_PID333527.csv).

To run the script and additionally produce a log file:

Rscript FungusNameCheck.R example/list 2>&1 | tee log

If there is an NA in the current name column it means that the provided name can't be found anywhere in Species Fungorum, but as the script can't cope with typos, it's probably worth double-checking for that before anything else.

About

A script to check fungus names for the most up to date nomenclature according to Species Fungorum πŸ„

Topics

Resources

License

Stars

Watchers

Forks

Languages