#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.