This function reads an organism specific Genome Assembly
Stats file that was retrieved with getAssemblyStats.
Arguments
- file
a character string specifying the path to the file storing the Genome Assembly Stats file.
- type
a tibble object, either
type = "raw"to import the entire genome assembly stats file ortype = "stats"to import overall statistics including all chromosomes, mitochondria and plastids.- organism
character, if not NULL, appends a column left side called 'species' with this value.
Details
This function takes a string specifying the path to the Genome
Assembly Stats file of interest (e.g. the path returned by
getAssemblyStats) and imports it.
