Description Usage Arguments Examples
add gene annotation from a reannotation package to limma output
1 | process_fitoutput(gse_id, fitfile, anno_package)
|
gse_id |
a valid GSE ID e.g.: "GSE65309" |
fitfile |
path to a file retrieved from get_fitfiles |
anno_package |
for example: mogene10sttranscriptcluster.db |
1 2 | process_fitoutput("GSE65309", fitfile, mogene10sttranscriptcluster.db)
lapply(result_files, function(x) process_fitoutput("GSE65309", x, mogene10sttranscriptcluster.db))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.