Description Usage Arguments Examples
Run PartitionFinderProtein 2
1 | PartitionFinderProtein(arglist = arglist_get(...), outdir = getwd())
|
arglist |
Arguments for PartitionFinder |
outdir |
Filepath to output files are placed |
1 2 3 4 5 6 7 8 9 | library(outsider)
PartitionFinderProtein <- module_import('PartitionFinderProtein',
repo = 'dombennett/om..partitionfinder')
example_fetch <- module_import('example_fetch',
repo = 'dombennett/om..partitionfinder')
# bring PartitionFinder examples to working directory
example_fetch(type = 'aminoacid')
# run on the "aminoacid" example folder
PartitionFinderProtein(arglist = 'aminoacid')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.