Description Usage Arguments Author(s)
Converts a data table with pathway and gene IDs (a "gene bag") to a BioPAX object. Has an option of recording the BioPAX object to file.
1 2 3 4 5 6 7 8 9 | gene_bag_to_biopax(gene_df
,filename=NULL
,cols=list(pwid="Pathway.ID"
,pwname="Pathway.Name"
,genedisplayname="Gene.Symbol"
,genename="Gene.Name"
,genesymbol="Gene.Symbol"
,geneid="Gene.ID")
)
|
gene_df |
data table with mandatory columns: |
filename |
output filename. If |
cols |
|
Ivan Grishagin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.