R/mtx.R

#' mtx sequence data
#'
#' Data from sequecing, it contains two datasets: HS.Nico and Nm.Nico
#' HS.Nico is from human and Mm.Nico is from mouse
#'
#' @docType data
#'
#' @usage data(mtx)
#'
#' @format A list containing two dataframes
#'
#' @keywords datasets
#'
#' @examples
#'
#' data(mtx)
#' head(mtx$HS.Nico)
#' head(mtx$Mm.Nico)
#'
#'

"mtx"
CHuanSite/SJD documentation built on Nov. 29, 2024, 5:52 a.m.