View source: R/get_inweb_list.R
get_inweb_list | R Documentation |
Use inweb_table data to get InWeb interactors and non-interactors of bait.
get_inweb_list(bait, type = "all")
bait |
name of bait protein |
type |
string ("all","hc","gs") indicating types of interactors to return (all, high-confidence, or gold-standard) |
data.frame containing gene and significant columns for all non-bait InWeb genes (significant=T for InWeb interactors of bait). NULL if bait not found in InWeb.
## Not run: df1 <- get_inweb_list('BCL2',type='all') df2 <- get_inweb_list('BCL2',type='hc') df3 <- get_inweb_list('BCL2',type='gs') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.