read_seq_len {gggenomes} | R Documentation |
Read sequence index
Description
Read sequence index
Usage
read_seq_len(file)
read_fai(file, col_names = def_names("fai"), col_types = def_types("fai"), ...)
Arguments
file |
with sequence length information |
col_names |
Either If If Missing ( |
col_types |
One of If Column specifications created by Alternatively, you can use a compact string representation where each character represents one column:
By default, reading a file without a column specification will print a
message showing what |
... |
additional parameters, passed to |
Value
tibble with sequence information
tibble with sequence information
Functions
-
read_seq_len()
: read seqs from a single file_name in fasta, gbk or gff3 format. -
read_fai()
: read seqs from a single file in seqkit/samtools fai format.