Nothing
#' Filtered and annotated contigs of TCR from mice
#'
#' Data for c57bl6 and balbc mice TCR were downloaded from 10x Genomics website as
#' shown in `system.file('script/10XMouseTCR_v3_chem.R', package = 'CellaRepertorium')`.
#' Additional processing of these data is done in the vignette `mouse_tcell_qc`
#' and are serialized to serve as an examples for other vignettes and documentation.
#' @format A data frame of 3399 contigs and 22 fields,
#' all except 4 are originally defined in <https://support.10xgenomics.com/single-cell-vdj/software/pipelines/latest/output/annotation#contig>
#' The following fields were defined ex post facto.
#'
#' 1. `anno_file`: Path to original csv file
#' 2. `pop`: Mouse strain.
#' 3. `sample`: An artificial "replicate" from the original data defined by subsampling with replacement
#' 4. `celltype`: The putative cell type of the contig.
#'
#' @name contigs_qc
#' @usage data(contigs_qc)
"contigs_qc"
#' A preconstructed `ContigClusterDB` from the `contigs_qc` data
#'
#' @format
#' \code{ccdb_ex = ContigCellDB_10XVDJ(contigs_qc, contig_pk = c('pop', 'sample', 'barcode', 'contig_id'), cell_pk = c('pop', 'sample', 'barcode'))}
#' @seealso [contigs_qc]
#'
#' @name ccdb_ex
#' @usage data(ccdb_ex)
"ccdb_ex"
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.