View source: R/set_syntenyParams.R
set_syntenyParams | R Documentation |
set_syntenyParams
Generate all data needed to run synteny. This
includes the synteny parameters, combined/annotated bed file and annotated
blast files.
set_syntenyParams
Locate the required orthofinder results for genespace,
which are stored in the /results directory. Typically for internal use. If
called directly, use with caution.
find_ofFiles
Find raw orthofinder results files. Typically for
internal use with copy_of2results. If called directly, use with caution.
copy_of2results
copy files from an orthofinder run to the genespace
results directory. Typically for internal use. If called directly, use with
caution.
set_syntenyParams(gsParam)
find_ofFiles(orthofinderDir)
copy_of2results(orthofinderDir, resultsDir)
gsParam |
A list of genespace parameters. This should be created by init_genespace. |
orthofinderDir |
file.path to the raw orthofinder directory
|
resultsDir |
file.path to the results directory |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.