Documentation read from 04/17/2019 22:07:27 version of /vol/public-pseed/FIGdisk/FIG/bin/svr_link_to_compare_regions.
Get link to compare regions organized to show co-occuring genes
------
Example:
echo 'fig|83333.1.peg.4' | svr_link_to_compare_regions > 2-col.txt
would produce a 2-column table (in this case containing a single row). The first column would contain a PEG id (in this case fig|83333.1.peg.4) and the second a URL to illustrate conserved contiguity.
------
The standard input should be a tab-separated table (i.e., each line is a tab-separated set of fields). Normally, the last field in each line would contain the PEG for which functions are being requested. If some other column contains the PEGs, use
-c N
where N is the column (from 1) that contains the PEG in each case.
This is a pipe command. The input is taken from the standard input, and the output is to the standard output.
This is used only if the column containing PEGs is not the last.
This allows the user to specify which SEED he wishes the links to point at
This parameter lets the user give a minimum FC score (which is the number of distinct OTUs in which co-occurrence has been detected).
This allows the user to restrict the compare region to a limited set of genomes.
The standard output is a tab-delimited file. It consists of the input file with an extra column added (the URL to produce the desired compare region).