#' meta data of preprocessed RNA-Seq data
#'
#' The RNA-Seq meta data.frame at least two columns:
#' 1. condition: identifier of the condition to which each sample belongs.
#' 2. files: the exact address of the files contains the tsv file
#' which is the output of RNA-Seq preprocessed with Kallisto.
#'
#' @docType data
#'
#' @usage data(test_rna_meta)
#'
#' @format An object of data.frame.
#'
#' @keywords datasets
#'
#' @examples
#' data(test_rna_meta)
"test_rna_meta"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.