dot-compute_chrom_length_genes: Computes chromosomes' length for a tibble of genes

.compute_chrom_length_genesR 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 DE_data or CAN_data object.

Value

A tibble with two columns: chromosome (chromosome name) and length (chromosome length in base pair).


hidecan documentation built on Feb. 16, 2023, 6:22 p.m.