check_if_duplicated_genes {tidyHeatmap}R Documentation

Check whether there are duplicated genes/transcripts

Description

Check whether there are duplicated genes/transcripts

Usage

check_if_duplicated_genes(.data, .sample, .transcript, .abundance)

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


[Package tidyHeatmap version 1.8.1 Index]