powered by
Search the STRING database for protein interactions.
search_string_db( genes_list, species = 9606, network_type = "full", score_threshold = 400 )
A list containing the following elements:
A data frame with STRING interaction metrics.
The STRINGdb object used.
The STRING IDs for the input genes.
A list of gene IDs.
The NCBI taxon ID of the species. Defaults to 9606 (Homo sapiens).
The type of network to use, either "full" or "physical". Defaults to "full".
The minimum score threshold for string interactions. Defaults to 400.
if (FALSE) { library(STRINGdb) genes <- c("TP53", "BRCA1") results <- search_string_db(genes) print(results) }
Run the code above in your browser using DataLab