get_differential_transcript_abundance_bulk_voom: Get differential transcription information to a tibble using...

Description Usage Arguments Value

Description

Get differential transcription information to a tibble using voom.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
get_differential_transcript_abundance_bulk_voom(
  .data,
  .formula,
  .sample = NULL,
  .transcript = NULL,
  .abundance = NULL,
  .contrasts = NULL,
  scaling_method = "TMM",
  omit_contrast_in_colnames = FALSE,
  prefix = ""
)

Arguments

.data

A tibble

.formula

a formula with no response variable, referring only to numeric variables

.sample

The name of the sample column

.transcript

The name of the transcript/gene column

.abundance

The name of the transcript/gene abundance column

.contrasts

A character vector. See voom makeContrasts specification for the parameter 'contrasts'. If contrasts are not present the first covariate is the one the model is tested against (e.g., ~ factor_of_interest)

scaling_method

A character string. The scaling method passed to the backend function (i.e., edgeR::calcNormFactors; "TMM","TMMwsp","RLE","upperquartile")

omit_contrast_in_colnames

If just one contrast is specified you can choose to omit the contrast label in the colnames.

Value

A tibble with voom results


tidybulk documentation built on April 7, 2021, 6 p.m.