View source: R/get_irefindex_list.R
get_irefindex_list | R Documentation |
Use irefindex_table data to get IRefIndex interactors and non-interactors of bait.
See ?irefindex_table
for more details about the data set.
get_irefindex_list(bait, n = 1)
bait |
string. name of bait protein |
n |
numeric. Minimum number of publications that this interaction has been described in. |
data.frame containing gene and significant columns for all non-bait IRefIndex genes (significant=T for IRefIndex interactors of bait). NULL if bait not found in IRefIndex.
## Not run: df1 <- get_irefindex_list('BCL2',n = 1) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.