Description Usage Arguments Value Examples
Imports: dplyr, rlang
1 2 3 4 5 6 7 8 9 10 11 |
direction |
string, either "up" or "dn" (down), indicating that only rows with a positive or negative log2FC should be kept |
path |
string, full path to the file, including the file name |
col_ID |
string, the name of the column that should be used as an identifier |
col_log2FC |
string, the name of the column that should be used as the log2FC column |
col_padj |
string, the name of the column that should be used as the adjusted-p-value/FDR/qvalue column |
cutP |
number, p value cutoff. Rows with a number in col_padj higher than this number will be filtered out |
cutFC |
number, log2FC cutoff. Rows with a number in col_log2FC lower than this number wil be filtered out |
set |
string, indicating the separator used in the file |
a vector of strings (IDs)
1 | IDs <- setRead("up", path=myPath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.