mgi_from_sif | R Documentation |
Creates a Pathways object from the information of a pathway stored in a SIF
file with some attributes. This pathways object can be used by function
hipathia
to analyze data.
mgi_from_sif(sif.folder, spe, entrez_symbol = NULL, dbannot = NULL)
sif.folder |
Path to the folder in which SIF and ATT files are stored. |
spe |
Species |
entrez_symbol |
Relation between Entrez (NCBI) genes and gene symbols. Data.frame with 2 columns: First column is the EntrezGene ID, second column is the gene Symbol. The genes in the nodes of the pathways should be defined by Entrez IDs in the SIF and ATT files of the pathways. In order to be more readable, gene names are used when plotting the pathways. |
dbannot |
Functional annotation of the genes in the pathways to create function nodes. |
A pathways object with the same structure of that returned by
function load_pathways
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.