Description Usage Arguments References See Also Examples
Each line in this file represents one gene/protein from an AGS/FGS and is accompanied with respective AGS/FGS ID. This format can be used e.g. as input at web site EviNet
1 | save_gs_list(gs.list, File = "gs.list.groups")
|
gs.list |
a list created with |
File |
output file name. |
http://www.biomedcentral.com/1471-2105/13/226
samples2ags
, mutations2ags
, as_genes_fgs
, import.gs
1 2 3 4 5 | data(net.kegg)
netpath <- net.kegg
net <- import.net(netpath);
fgs.genes <- as_genes_fgs(net);
save_gs_list(fgs.genes, File = "single_gene_ags.groups.tsv");
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.