Nothing
#' scPipe - single cell RNA-seq pipeline
#'
#' @description The scPipe will do cell barcode demultiplexing, UMI deduplication and quality control on
#' fastq data generated from all protocols
#'
#' @author Luyi Tian <tian.l@wehi.edu.au>; Shian Su <su.s@wehi.edu.au>
#' @docType package
#' @name scPipe
#' @import Rhtslib
#' @import SingleCellExperiment
#' @import Rcpp
#' @useDynLib scPipe, .registration = TRUE
#' @aliases scPipe scPipe-package
NULL
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.