View source: R/get_bioplex_list.R
get_bioplex_list | R Documentation |
Use bioplex_table data to get bioplex interactors and non-interactors of bait.
See ?bioplex_table
for more details about the data set.
get_bioplex_list(bait, p = 0.9)
bait |
string. name of bait protein |
p |
numeric. Probability of the protein being an interactor with the bait. See |
data.frame containing gene and significant columns for all non-bait bioplex genes (significant=T for bioplex 3.0 interactors of bait). NULL if bait not found in bioplex.
## Not run: df1 <- get_bioplex_list('BCL2',p = 0.5) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.