R/BITFAM_scATAC.R

Defines functions BITFAM_scATAC

Documented in BITFAM_scATAC

#' Extract the genes that have scATAC-seq peaks on their promoter regions
#'
#' @param scATAC_obj A preprocessed Seurat object of scATAC-seq data.
#' @return the genes that have scATAC-seq peaks on their promoter regions
#' @export
#' @import rstan
#' @import Seurat

BITFAM_scATAC <- function(scATAC_obj){
	return(rownames(scATAC_obj))
}
jaleesr/BITFAM documentation built on Feb. 19, 2023, 2:37 p.m.