R/data.R

#' A list of mouse transcription factors.
#'
#' A list of mouse transcription factors. Used when generating TF networks
#'
#' @format A vector 1357 in length:
#' \describe{
#'   \item{tf}{transcription factor}
#'   ...
#' }
#' @source \url{http://bioinfo.life.hust.edu.cn/AnimalTFDB/}
"mouse.tfs"

#' A list of human transcription factors.
#'
#' A list of human transcription factors. Used when generating TF networks
#'
#' @format A vector 1468 in length:
#' \describe{
#'   \item{tf}{transcription factor}
#'   ...
#' }
#' @source \url{http://bioinfo.life.hust.edu.cn/AnimalTFDB/}
"human.tfs"

#' @name Epigenetic
#' @title A simple table containing the data from http://epifactors.autosome.ru/ as from 21st September 2017
#' @description This table can be used to create the epigenetics MDS objects.
#' @docType data
#' @usage Epigenetic
#' @format data.frame
'Epigenetic'
shambam/cellexalvrR documentation built on May 29, 2019, 9:35 a.m.