counts_from_bams: Title

counts_from_bamsR Documentation

Title

Description

Title

Usage

counts_from_bams(
  bam_paths,
  n_cores = 8,
  gtf_path = HG38_v28_GTF_URL,
  counts_tag = "counts",
  cache_path = "~/.cache",
  flip_strand = FALSE,
  singleEnd = TRUE,
  inter.feature = FALSE,
  ignore.strand = FALSE,
  mode = "IntersectionStrict"
)

jrboyd/ssvRecipes documentation built on May 22, 2022, 7:07 a.m.