Perl Scripts
-
make_pm_pair_graph_from_2_lists

- Date Added:
- 03/26/2010
- Hits:
- 108
Takes two files of nodes and build pair-lists of all possible combination of list-1 in the first column and list-2 in the second.
-
make_pair_graph_from_matrix

- Date Added:
- 08/17/2009
- Hits:
- 159
Converts an adjacency matrix to a pair-list - two nodes with the numerical value associated with the relationship.
-
make_gene_sample_matrix

- Date Added:
- 03/26/2010
- Hits:
- 96
Takes the "up" and "down" files, from "R_discretize_vass",
which are converted to a discretized gene-sample matrix.
-
make_pair_graph_from_list

- Date Added:
- 08/17/2009
- Hits:
- 156
Takes a list of genes or probesets and convert to a pair-list of all possible combinations.
This can then be compared to an observed pair-list, from the output of
"make_pair_graph_from_matrix", using "compare_pair_graphs".
-
compare_pair_graphs

- Date Added:
- 08/17/2009
- Hits:
- 168
Compares two pair-lists
- output is common pairs from two pair-lists, with the associated numerical values.