save_gs_list: Create a TAB-delimited text file from AGS or FGS

Description Usage Arguments References See Also Examples

Description

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

Usage

1
save_gs_list(gs.list, File = "gs.list.groups")

Arguments

gs.list

a list created with samples2ags, mutations2ags, as_genes_fgs, or import.gs.

File

output file name.

References

http://www.biomedcentral.com/1471-2105/13/226

https://www.evinet.org/

See Also

samples2ags, mutations2ags, as_genes_fgs, import.gs

Examples

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");

NEArender documentation built on May 2, 2019, 8:30 a.m.