Description Usage Arguments Value Author(s) Examples
Given output list from allez
, this function will create an
indicator matrix of the highest ranking sets; sets IDs are listed as
columns, genes as rows.
1 | allezMat(allez.out, n.low = 5, n.upp = 500, n.cell = 0, zthr = 3)
|
allez.out |
list output from |
n.low |
numeric, smallest number of genes in a set to consider for ranking |
n.upp |
numeric, largest number of genes in a set to consider for ranking |
n.cell |
numeric, minimum number of genes in a set with score>0, mainly used in conjunction with binary scores |
zthr |
numeric, keep sets with z-scores at this level or higher |
A matrix of 0,1, with genes listed as rows and sets as columns; matrix element is a 0 if the gene is not in the set, and 1 if the gene is part of the set.
Aimee Teo Broman and Michael Newton
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.