Process
The general command line for running jclusterfunk is:
jclusterfunk <command> [options]
annotate
cluster
collapse
context
convert
divide
extract
insert
merge
prune
Reconstructs
reorder
reroot
sample
scale
split
statistics
tmrca
annotate assign cluster collapse extract subcluster conquer context convert divide insert merge prune reconstruct reorder reroot sample scale split statistics tmrca
-h / --help List the available options and stop. Combine with a command to get help for that command.
-h
--help
--version Print the version number and stop.
--version
-v / --verbose Print extended information about analysis performed.
-v
--verbose
-i / --input <filename> Specify the input tree file.
-i
--input <filename>
-m / --metadata <filename> Specify a metadata table in CSV format where required.
-m
--metadata <filename>
-t / --taxa <filename> Specify a list of taxa in CSV format or as a tree where required.
-t
--taxa <filename>
-o / --output <output_path> Output filename or path to a directory if multiple output files will be produced.
-o
--output <output_path>
-f / --format <nexus|newick> Output tree file format (nexus or newick)
-f
--format <nexus|newick>
-p / --prefix <file_prefix> Output file prefix when multiple output files are produced.
-p
--prefix <file_prefix>
-c / --index-column <column name> Metadata column to use to match tip labels (default first column)
-c
--index-column <column name>
--index-field <field number> The tip label field to use to match metadata rows indexed from 1 (default = whole label)
--index-field <field number>
--field-delimiter <delimiter> The delimiter used to specify fields in the tip labels (default |)
--field-delimiter <delimiter>
|
--label-fields <columns> A list of metadata columns to add as tip label header fields.
--label-fields <columns>
--tip-attributes <columns> A list of metadata columns to add as tip attributes.
--tip-attributes <columns>
--ignore-missing Ignore any tips that don’t have a match in the annotations table (default: stop and report missing metadata).
--ignore-missing
--replace Replace the existing annotations or tip labels rather than appending (default: append).
--replace
-k --keep-taxa Keep the taxa specifed (default: prune specified taxa)
-k
--keep-taxa
--decreasing Order nodes by decreasing clade size. --increasing Order nodes by increasing clade size.
--decreasing
--increasing
--outgroup <outgroup taxa> Root tree using specified outgroup --midpoint Root tree at the branch-length midpoint.
--outgroup <outgroup taxa>
--midpoint
--attribute <attribute>
The easiest way to install is using conda:
conda
conda install cov-ert::jclusterfunk
Alternatively, the download the latest binary: https://github.com/cov-ert/jclusterfunk/releases/latest
This contains two files: jclusterfunk an executable shell file jclusterfunk.jar the Java jar file
jclusterfunk
jclusterfunk.jar
Both of these can be copies to a bin directory on the path such as /usr/local/bin or ~/bin
bin
/usr/local/bin
~/bin
对聚类结果进行注释、比较与功能解释。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
jclusterfunk
#
The general command line for running jclusterfunk is:
jclusterfunk <command> [options]commands
annotateclustercollapsecontextconvertdivideextractinsertmergepruneReconstructsreorderrerootsamplescalesplitstatisticstmrcaannotate assign cluster collapse extract subcluster conquer context convert divide insert merge prune reconstruct reorder reroot sample scale split statistics tmrca
general options
-h/--helpList the available options and stop. Combine with a command to get help for that command.--versionPrint the version number and stop.-v/--verbosePrint extended information about analysis performed.-i/--input <filename>Specify the input tree file.-m/--metadata <filename>Specify a metadata table in CSV format where required.-t/--taxa <filename>Specify a list of taxa in CSV format or as a tree where required.-o/--output <output_path>Output filename or path to a directory if multiple output files will be produced.-f/--format <nexus|newick>Output tree file format (nexus or newick)-p/--prefix <file_prefix>Output file prefix when multiple output files are produced.taxa matching options
-c/--index-column <column name>Metadata column to use to match tip labels (default first column)--index-field <field number>The tip label field to use to match metadata rows indexed from 1 (default = whole label)--field-delimiter <delimiter>The delimiter used to specify fields in the tip labels (default|)command specific options
annotate--label-fields <columns>A list of metadata columns to add as tip label header fields.--tip-attributes <columns>A list of metadata columns to add as tip attributes.--ignore-missingIgnore any tips that don’t have a match in the annotations table (default: stop and report missing metadata).--replaceReplace the existing annotations or tip labels rather than appending (default: append).contextprune-k--keep-taxaKeep the taxa specifed (default: prune specified taxa)reorder--decreasingOrder nodes by decreasing clade size.--increasingOrder nodes by increasing clade size.reroot--outgroup <outgroup taxa>Root tree using specified outgroup--midpointRoot tree at the branch-length midpoint.split--attribute <attribute>Installation
The easiest way to install is using
conda:conda install cov-ert::jclusterfunkAlternatively, the download the latest binary: https://github.com/cov-ert/jclusterfunk/releases/latest
This contains two files:
jclusterfunkan executable shell filejclusterfunk.jarthe Java jar fileBoth of these can be copies to a
bindirectory on the path such as/usr/local/binor~/bin