error_if_duplicated_genes | R Documentation |
Check whether there are duplicated genes/transcripts
error_if_duplicated_genes( .data, .sample = sample, .transcript = transcript, .abundance = count )
.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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.