Description Usage Arguments Examples
add gene annotation from a gpl-soft-file to limma output
1 | process_fitoutput_with_gpl(gse_id, fitfile, gpl)
|
gse_id |
a valid GSE id, e.g.: "GSE41496" |
fitfile |
ath to a file retrieved from get_fitfiles |
gpl |
a valid GPL id, e.g.: "GPL13912" |
1 2 | process_fitoutput_with_gpl("GSE41496", fitfiles[1], "GPL13912")
lapply(fitfiles, function(x) process_fitoutput_with_gpl("GSE41496", x, "GPL13912"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.