obtain_chromosome_length {shinyWGD} | R Documentation |
obtain_chromosome_length
Description
Process species information file and extract chromosome lengths and mRNA counts from GFF files.
Usage
obtain_chromosome_length(species_info_file)
Arguments
species_info_file |
A character string specifying the path to the species information file. |
Value
A list containing two data frames: len_df for chromosome lengths and num_df for mRNA counts.
[Package shinyWGD version 1.0.0 Index]