nf_tximport: Import counts from nf-core/rnaseq pipeline using tximport

View source: R/rnaseq_functions.R

nf_tximportR Documentation

Import counts from nf-core/rnaseq pipeline using tximport

Description

Import counts from nf-core/rnaseq pipeline using tximport

Usage

nf_tximport(
  nfdir,
  samplesheet = NULL,
  subdir = "star_salmon",
  pattern = "quant.sf",
  tx2gene = "tx2gene.tsv",
  type = "salmon",
  gene = "SYMBOL",
  ...
)

Arguments

nfdir

results directory

samplesheet

samplesheet data frame

subdir

star_salmon

pattern

quant.sf (salmon output)

tx2gene

tx2gene.tsv (salmon output)

...

AlexanderKirchmair/datamisc documentation built on June 13, 2025, 5:26 a.m.