RunBusco: Run BUSCO to Assign Ortholog Ids

Description Usage Arguments Value Author(s) Examples

View source: R/RunBusco.R

Description

This function allows you to run BUSCO and harvest orthologs. Note that this function is limited to linux users as BUSCO will only run on linux

Usage

1
2
RunBusco(fasta_dir, toast_dir, path_to_run_busco.py, path_to_orthoDB,
  threads = 1)

Arguments

fasta_dir

directory of fastas; Genus_species.fasta

toast_dir

working directory where busco runs will be placed

path_to_run_busco.py

full path where the python script can be found

threads

number of threads to use, defaults to 1

path_to_orthDB

directory where orthoDB can be found

Value

Runs BUSCO on all fasta sequences in fasta_dir

Author(s)

Dustin J Wcisel, djwcisel@ncsu.edu

James Thomas Howard, jthowar3@ncsu.edu

Jeffrey A Yoder, jayoder@ncsu.edu

Alex Dornburg, dornburgalex@gmail.com

Examples

1
2
RunBusco(fasta_dir = "path/to/fasta/", toast_dir = "/path/to/toast/dir/",
          path_to_run_busco.py = "path/to/run/busco.py/", path_to_orthoDB = "path/to/orthoDB")

djwcisel/toast documentation built on Nov. 4, 2019, 10:55 a.m.