Description Usage Arguments Value Examples
View source: R/update_probability_matrix.R
Calculated Updated Probabilities of each peptide/kinase pair
1 2 3 4 5 6 | update_probability_matrix(
chiptype,
assignment_df,
identifier = "Gene_Symbol",
guided = NULL
)
|
chiptype |
character. Either "STK" or "PTK" |
assignment_df |
tbl_df. A tibble with the potential kianse assignments |
identifier |
The identifier to use in outputs. Can be either "Gene_Symbol" or "Kinase" |
guided |
A vector of Kinases or Gene_Symbols that must be included in the network. The vector must be aligned with what was specified in _identifier_ |
an updated dataframe with the probabilities
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.