R/KIRP.R

#' kirp dataset
#'
#' Mutation data from TCGA kidney renal papillary cell cohort (KIRP). 
#' Mutations are picked according to q-value computed 
#' by MutSigCV (q<0.1) or connected in networks discovered by Kuipers et al. 2018. 
#'
# @source \url{https://portal.gdc.cancer.gov/}
#' @details {
#' Each variable represents a gene. If in sample i gene j contains a mutation, than j-th element in 
#' row i equals 1, and 0 otherwise.
#' The rows are named according to sample names in TCGA.
#' The columns are named according to gene symbols.
#' }
#'@references \url{https://portal.gdc.cancer.gov/}
#'@references \url{http://firebrowse.org/iCoMut/?cohort=kirp}
#'@references Lawrence, M. et al. Mutational heterogeneity in cancer and the search for new cancer-associated genes. Nature 499, 214-218 (2013) 
#'
"kirp"

Try the BiDAG package in your browser

Any scripts or data that you put into this service are public.

BiDAG documentation built on May 31, 2023, 6:46 p.m.