R/volcano-example5.R

#' Subset of RNAseq gene expression data
#'
#' A data set containing the results from the analysis of data from RNAseq.
#' Subset of 5000 genes.
#'
#' The variables are as follows:
#' \itemize{
#'   \item logFC (numeric)
#'   \item logCPM (numeric)
#'   \item LR (numeric)
#'   \item Pvalue (numeric)
#'   \item outcome (-1, 0, +1)
#' }
#'
#' @docType data
#' @keywords datasets
#' @format A data.frame with 5 columns and 5000 row names.
#'
#' @references Neha Rai et al. (2020) Plant Cell and Environment,
#'    https://doi.org/10.1111/pce.13752.
#'
#' @note
#' A subset of size 5000 selected by random sampling,
#'
"clean5000.df"

Try the learnrbook package in your browser

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

learnrbook documentation built on Feb. 16, 2023, 8:24 p.m.