View source: R/obtain_chromosome_length.R
obtain_chromosome_length_filter | R Documentation |
Process a data frame containing species information and extract chromosome lengths and mRNA counts from GFF files.
obtain_chromosome_length_filter(species_info_df)
species_info_df |
A data frame containing species information with columns "sp," "cds," and "gff." |
A list containing two data frames: len_df for chromosome lengths and num_df for mRNA counts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.