View source: R/utility_functions.R
getHumanPPIfromSTRINGdb | R Documentation |
Utility function to extract a gene subnetwork from STRINGdb including only the seed genes and their interactions.
getHumanPPIfromSTRINGdb(
gene_ids = NULL,
cutoff = 700,
directed = FALSE,
version = "11",
gene_id_mart_column = "hgnc_symbol"
)
gene_ids |
a character vector indicating target genes to include. |
cutoff |
a numeric value indicating the cutoff for the edge scores. |
directed |
a boolean value indicating the type of grpah to be generated. |
version |
a character value specifying STRINGdb version to query from |
gene_id_mart_column |
column name in biomaRt to translate STRING_ids to |
an igraph
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.