R/probability_matrix.R

#' PTK Peptide to Kinase Probability Matrix for Gene Identifiers
#'
#' A dataframe with the Bayesian posteriors of finding a given peptide/kinase pair
#'
#' @format A dataframe with 991 rows and 3 columns
#'
#' \describe{
#' \item{peptide}{The peptide ID}
#' \item{kinase}{Gene Symbol of the kinase}
#' \item{posterior}{Posterior probability of the pair}
#' }
#'
"ptk_probability_matrix_gene"

#' STK Peptide to Kinase Probability Matrix for Gene Identifiers
#'
#' A dataframe with the Bayesian posteriors of finding a given peptide/kinase pair
#'
#' @format A dataframe with 10428 rows and 3 columns
#'
#' \describe{
#' \item{peptide}{The peptide ID}
#' \item{kinase}{Gene Symbol of the kinase}
#' \item{posterior}{Posterior probability of the pair}
#' }
#'
"stk_probability_matrix_gene"

#' PTK Peptide to Kinase Probability Matrix for Kinase Identifiers
#'
#' A dataframe with the Bayesian posteriors of finding a given peptide/kinase pair
#'
#' @format A dataframe with 991 rows and 3 columns
#'
#' \describe{
#' \item{peptide}{The peptide ID}
#' \item{kinase}{Gene Symbol of the kinase}
#' \item{posterior}{Posterior probability of the pair}
#' }
#'
"ptk_probability_matrix_kinase"

#' STK Peptide to Kinase Probability Matrix for Kinase Identifiers
#'
#' A dataframe with the Bayesian posteriors of finding a given peptide/kinase pair
#'
#' @format A dataframe with 10428 rows and 3 columns
#'
#' \describe{
#' \item{peptide}{The peptide ID}
#' \item{kinase}{Gene Symbol of the kinase}
#' \item{posterior}{Posterior probability of the pair}
#' }
#'
"stk_probability_matrix_kinase"
AliSajid/KINNET documentation built on Jan. 17, 2022, 8:54 a.m.