.compute_chrom_length_genes | R Documentation |
Computes the length (in bp) of each chromosome as the maximum position of genes on the chromosome.
.compute_chrom_length_genes(x)
x |
Either a |
A tibble with two columns: chromosome
(chromosome name) and
length
(chromosome length in base pair).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.