Description Usage Arguments Examples
Input are the up and down-regulated list for a set of comparisons C1,...CL,the output will be a matrix of L columns, where each element if #' 1(up),0 (not),-1 (down). Useful to construct venn-diagram and status columns for some applications when you are reading lists from collections and you want to intersect with your analysis.
1 | from2list2D(up, down)
|
up: |
is a list of L vectors containing up regulated genes in each comparison C1,...CL |
down: |
is a list of L vectors containing down regulated genes in each comparison C1,...CL |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.