R/data.R

#' KRSA kinase-substrate mapping file for PamChip 86402 PTK (v1 mapping)
#'
#' A data frame of the built-in KRSA kinase-substrate mapping file
#' for PamChip 86402 PTK (v1 mapping)
#'
#' @format A data frame with 192 rows and 2 variables:
#' \describe{
#'   \item{Substrates}{Peptide IDs}
#'   \item{Kinases}{mapped kinases separated by spaces}
#' }
#' @usage data("KRSA_Mapping_PTK_PamChip_86402_v1")
#'
"KRSA_Mapping_PTK_PamChip_86402_v1"


#' KRSA kinase-substrate mapping file for PamChip 87102 STK (v1 mapping)
#'
#' A data frame of the built-in KRSA kinase-substrate mapping file
#' for PamChip 87102 STK (v1 mapping)
#'
#' @format A data frame with 141 rows and 2 variables:
#' \describe{
#'   \item{Substrates}{Peptide IDs}
#'   \item{Kinases}{mapped kinases separated by spaces}
#' }
#' @usage data("KRSA_Mapping_STK_PamChip_87102_v1")
#'
"KRSA_Mapping_STK_PamChip_87102_v1"

#' KRSA kinase coverage file for PamChip 86402 PTK (v1 mapping)
#'
#' A data frame of the built-in KRSA kinase coverage file for PamChip
#' 86402 PTK (v1 mapping)
#'
#' @format A data frame with 1278 rows and 2 variables:
#' \describe{
#'   \item{Kin}{Kinase Family Name}
#'   \item{Substrates}{Peptides IDs}
#' }
#' @usage data("KRSA_coverage_PTK_PamChip_86402_v1")
#'
"KRSA_coverage_PTK_PamChip_86402_v1"

#' KRSA kinase coverage file for PamChip 87102 STK (v1 mapping)
#'
#' A data frame of the built-in KRSA kinase coverage file for PamChip
#' 87102 STK (v1 mapping)
#'
#' @format A data frame with 2423 rows and 2 variables:
#' \describe{
#'   \item{Kin}{Kinase Family Name}
#'   \item{Substrates}{Peptides IDs}
#' }
#' @usage data("KRSA_coverage_STK_PamChip_87102_v1")
#'
"KRSA_coverage_STK_PamChip_87102_v1"

#' KRSA kinase coverage file for PamChip 87102 STK (v2 mapping,
#' removed PDK kinase)
#'
#' A data frame of the built-in KRSA kinase coverage file for
#' PamChip 87102 STK (v2 mapping)
#'
#' @format A data frame with 2423 rows and 2 variables:
#' \describe{
#'   \item{Kin}{Kinase Family Name}
#'   \item{Substrates}{Peptides IDs}
#' }
#' @usage data("KRSA_coverage_STK_PamChip_87102_v2")
#'
"KRSA_coverage_STK_PamChip_87102_v2"


#' Protein-Protein Interactions based on PhosphositePlus database
#'
#' A data frame of the known Protein-Protein Interactions based on
#' PhosphositePlus database
#'
#' @format A data frame with 179 rows and 2 variables:
#' \describe{
#'   \item{FinName}{Kinase Family Name}
#'   \item{count}{Number of collapsed kinases under that kinase family,
#' it's not used in package}
#' }
#' @usage data("ballModel_nodes")
#'
"ballModel_nodes"


#' Protein-Protein Interactions based on PhosphositePlus database
#'
#' A data frame of the known Protein-Protein Interactions based on
#' PhosphositePlus database
#'
#' @format A data frame with 592 rows and 2 variables:
#' \describe{
#'   \item{Source}{Kinase Family Name Source}
#'   \item{Target}{Kinase Family Name Target}
#' }
#' @usage data("ballModel_edges")
#'
"ballModel_edges"

#' CDRL Complete mapping of peptides to HGNC symbols (STK PamChip 87102)
#'
#' A data frame of CDRL Complete mapping CDRL Complete mapping of peptides
#' to HGNC symbols (STK PamChip 87102)
#'
#' @format A data frame with 141 rows and 2 variables:
#' \describe{
#' }
#' @usage data("stk_pamchip_87102_mapping")
#'
"stk_pamchip_87102_mapping"

#' CDRL Complete mapping of peptides to HGNC symbols (PTK PamChip 86402)
#'
#' A data frame of CDRL Complete mapping CDRL Complete mapping of peptides to
#' HGNC symbols (PTK PamChip 86402)
#'
#' @format A data frame with 193 rows and 2 variables:
#' \describe{
#' }
#' @usage data("ptk_pamchip_86402_mapping")
#'
"ptk_pamchip_86402_mapping"
CogDisResLab/KRSA documentation built on Sept. 27, 2024, 2:03 p.m.