get_bibliography-methods: Produces the bibliography list of your workflow

Description Usage Arguments Details Value Examples

Description

get_bibliography() takes as input a 'tidybulk'

Usage

1
2
3
4
get_bibliography(.data)

## S4 method for signature 'tidybulk'
get_bibliography(.data)

Arguments

.data

A 'tidybulk' tibble

Details

\lifecycle

maturing

This methods returns the bibliography list of your workflow from the internals of a tidybulk tibble (attr(., "internals"))

Value

A 'tbl' with additional columns for the statistics from the hypothesis test (e.g., log fold change, p-value and false discovery rate).

Examples

1
2
3
4
# Define tidybulk tibble
df = tidybulk(tidybulk::counts_mini, sample, transcript, count)

get_bibliography(df)

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