Description Usage Arguments Value Examples
creates a ranked list from diff.Expression data
1 2 3 4 5 6 7 |
DE |
a data.frame with a column "log2FC" and entrezids as rownames. Optionally a "padj" column if pFilter is to be used. |
pFilter |
float, cutoff below which genes are excluded from the list (takes colp to determine which column to filter) |
colentrez |
string, name of column containing entrezids |
colrank |
string, name of column values should be ranked after (high to low) |
colp |
string, name of column by which the pFilter operates |
A sorted vector with rank values (e.g. log2FC) and entrezids as names
1 2 | myDE <- sqDE
rl <- seekGSErl(myDE, pFilter=0.05, colentrez="EntrezId")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.