Documentation read from 04/17/2019 22:07:25 version of /vol/public-pseed/FIGdisk/FIG/bin/svr_corr_by_exp.

svr_corr_by_exp [-m MinPCC]

svr_corr_by_exp [-m MinPCC]

Get genes that have similar expression profiles.

------

Example:

    svr_all_features 83333.1 peg | svr_corr_by_exp

would produce a 3-column table. The first column would contain PEG IDs for genes occurring in genome 83333.1, the second would give the Pearson correlation coefficient, and the third would give the PEG that seems to have a similar expression profile..

------

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.

Command-Line Options

-c Column

This is used only if the column containing PEGs is not the last.

-m Minimum value for the Pearson correlation coefficient
-max MaxReturned [default 1000000]

This is used to restrict the number of results displayed for a single incoming line (not a restriction on the number of tatal lines)

Output Format

The standard output is a tab-delimited file. It consists of lines from the input file that are for PEGs that have Pearson correlation coefficients that indicate potential correlation. The lines will have two appended columns: the Pearson correlation coefficient and the functionally PEG that appears to have a correlated profile.