Nothing
#' @name mn_data
#' @title mn_data
#'
#' @description A SummarizedExperiment object containing: a gene matrix,
#' cell type labels, experiment labels, sets of genes, sample ID, study id and
#' cell types.
#'
#' @docType data
#'
#' @format
#' \describe{
#' \item{Gene matrix}{A gene-by-sample expression matrix consisting of 3157
#' rows (genes) and 1051 columns (cell types)}
#' \item{cell_labels}{1051x1 binary matrix that indicates whether a cell
#' belongs to the SstNos cell type (1=yes, 0 = no)}
#' \item{sample_id}{A character vector of length 1051 that indicates the
#' sample_id of each sample}
#' \item{study_id}{A character vector of length 1051 that indicates the
#' study_id of each sample ("GSE60361" = Zeisel et al, "GSE71585" = Tasic et
#' al)}
#' \item{cell_type}{A character vector of length 1051 that indicates the
#' cell-type of each sample}
#' }
#'
#' @source Dataset:\url{https://github.com/mm-shah/MetaNeighbor/tree/master/data} 1. Zeisal et al. \url{http://science.sciencemag.org/content/347/6226/1138}
#' 2. Tasic et al. \url{http://www.nature.com/neuro/journal/v19/n2/full/nn.4216.html}
#' @rdname mn_data
"mn_data"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.