summarizeToGene: Summarize estimated quantitites to gene-level

summarizeToGeneR Documentation

Summarize estimated quantitites to gene-level

Description

Summarizes abundances, counts, lengths, (and inferential replicates or variance) from transcript- to gene-level.

Usage

summarizeToGene(object, ...)

## S4 method for signature 'list'
summarizeToGene(
  object,
  tx2gene,
  varReduce = FALSE,
  ignoreTxVersion = FALSE,
  ignoreAfterBar = FALSE,
  countsFromAbundance = c("no", "scaledTPM", "lengthScaledTPM")
)

Arguments

object

the list of matrices of trancript-level abundances, counts, lengths produced by tximport, with a countsFromAbundance element that tells how the counts were generated.

...

additional arguments, ignored

tx2gene

see tximport

varReduce

see tximport

ignoreTxVersion

see tximport

ignoreAfterBar

see tximport

countsFromAbundance

see tximport

Value

a list of matrices of gene-level abundances, counts, lengths, (and inferential replicates or variance if inferential replicates are present).

See Also

tximport


mikelove/tximport documentation built on March 28, 2024, 5:05 p.m.