obtain_chromosome_length_filter {shinyWGD} | R Documentation |
obtain_chromosome_length_filter
Description
Process a data frame containing species information and extract chromosome lengths and mRNA counts from GFF files.
Usage
obtain_chromosome_length_filter(species_info_df)
Arguments
species_info_df |
A data frame containing species information with columns "sp," "cds," and "gff." |
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]