Description Usage Arguments Value Examples
Get a gene interaction data frame from a iRef ppi mitab data frame
1 |
mitab |
@param mitab - The mitab data frame containing PPI's e.g Obtained using http://www.inside-r.org/packages/cran/iRefR/docs/get_irefindex |
a data frame that contains the gene interaction graph in two columns, the first being the source HGNCSymbol and the second being the target HGNCSymbol of an interaction
1 2 3 4 5 6 | ## Not run:
library(iRefR)
iref_mitab=get_irefindex(tax_id="9606",data_folder="/tmp/",iref_version = "13.0")
irefGeneInteractions = getGeneInteractionListFromIRefMITAB(iref_mitab)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.