check_if_duplicated_genes: Check whether there are duplicated genes/transcripts

View source: R/validation.R

check_if_duplicated_genesR Documentation

Check whether there are duplicated genes/transcripts

Description

Check whether there are duplicated genes/transcripts

Usage

check_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


stemangiola/tidyBulk documentation built on Feb. 16, 2024, 1:04 p.m.