error_if_duplicated_genes: Check whether there are duplicated genes/transcripts

View source: R/utilities.R

error_if_duplicated_genesR Documentation

Check whether there are duplicated genes/transcripts

Description

Check whether there are duplicated genes/transcripts

Usage

error_if_duplicated_genes(
  .data,
  .sample = sample,
  .transcript = transcript,
  .abundance = count
)

Arguments

.data

A tibble of counts

.sample

A character name of the sample column

.transcript

A character name of the gene/transcript name column

.abundance

A character name of the count column


stemangiola/ttSc documentation built on Dec. 8, 2022, 2:37 a.m.