.compute_chrom_length_genes {hidecan} | R Documentation |
Computes chromosomes' length for a tibble of genes
Description
Computes the length (in bp) of each chromosome as the maximum position of genes on the chromosome.
Usage
.compute_chrom_length_genes(x)
Arguments
x |
Either a |
Value
A tibble with two columns: chromosome
(chromosome name) and
length
(chromosome length in base pair).
[Package hidecan version 1.1.0 Index]