error_if_duplicated_genes: Check whether there are duplicated genes/transcripts

Description Usage Arguments Value

View source: R/utilities.R

Description

Check whether there are duplicated genes/transcripts

Usage

1
2
3
4
5
6
error_if_duplicated_genes(
  .data,
  .sample = sample,
  .transcript = transcript,
  .abundance = `read count`
)

Arguments

.data

A tibble of read counts

.sample

A character name of the sample column

.transcript

A character name of the transcript/gene column

.abundance

A character name of the read count column

Value

A tbl


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