R/scRUtils-package.R

#' scRUtils package
#'
#' The scRUtils package ...
#'
#' @name scRUtils-package
#'
#' @author I-Hsuan Lin
#'
#' @keywords package
NULL

#' cyclone results from a simulated single-cell RNA-seq dataset
#'
#' @name data-phases_assignments
#' @aliases phases_assignments
#' @docType data
#' @keywords datasets
#' @usage data(phases_assignments)
#' @format an object of class list
NULL

#' findDoubletClusters results from a simulated single-cell RNA-seq dataset
#'
#' @name data-dbl_results
#' @aliases dbl_results
#' @docType data
#' @keywords datasets
#' @usage data(dbl_results)
#' @format an object of class DFrame
NULL

#' A processed simulated single-cell RNA-seq dataset
#'
#' @name data-sce
#' @aliases sce
#' @docType data
#' @keywords datasets
#' @usage data(sce)
#' @format an object of class SingleCellExperiment
NULL

#' A edgeR TopTags object produced from the pasilla dataset
#'
#' @name data-res_edger
#' @aliases res_edger
#' @docType data
#' @keywords datasets
#' @usage data(res_edger)
#' @format an object of class TopTags
NULL

#' A DESeq2 DESeqResults produced from the pasilla dataset
#'
#' @name data-res_deseq2
#' @aliases res_deseq2
#' @docType data
#' @keywords datasets
#' @usage data(res_deseq2)
#' @format an object of class DESeqResults
NULL
ycl6/scRUtils documentation built on Feb. 18, 2025, 6:14 a.m.