tidysc_cell_ranger.default: #' @export tidysc_cell_ranger.default <- function(dir_names,...

View source: R/methods.R

tidysc_cell_ranger.defaultR Documentation

#' @export tidysc_cell_ranger.default <- function(dir_names, min.transcripts = 400, min.cells = 5, high.mito.thresh = 0.08, high.umi.thresh = 10000, species, genome = ifelse(species == "Human", "hg38", "mm10")) print("This function cannot be applied to this object")

Description

#' @export tidysc_cell_ranger.default <- function(dir_names, min.transcripts = 400, min.cells = 5, high.mito.thresh = 0.08, high.umi.thresh = 10000, species, genome = ifelse(species == "Human", "hg38", "mm10")) print("This function cannot be applied to this object")

Usage

## Default S3 method:
tidysc_cell_ranger(
  dir_names,
  min.transcripts = 400,
  min.cells = 5,
  high.mito.thresh = 0.08,
  high.umi.thresh = 10000,
  species,
  genome = ifelse(species == "Human", "hg38", "mm10")
)

stemangiola/ttSc documentation built on Dec. 8, 2022, 2:37 a.m.