R/DAseq.R

#' DAseq: Detecting regions of differential abundance between scRNA-seq datasets
#'
#' @description DA-seq is a multiscale approach for detecting DA subpopulations.
#' In contrast to clustering based approaches, our method can detect DA subpopulations that do not form
#' well separated clusters.
#' For each cell, we compute a multiscale differential abundance score measure.
#' These scores are based on the k nearest neighbors in the transcriptome space for various values of k.
#'
#' @author Jun Zhao, Ariel Jaffe, Henry Li, Ofir Lindenbaum, Xiuyuan Cheng, Yuval Kluger
#'
#' @docType package
#' @name DAseq
NULL
#> NULL
JunZhao1990/DAseq documentation built on April 30, 2020, 10:10 a.m.