Expand description
File format parsing for the Cyanea bioinformatics ecosystem.
Supported formats:
- CSV/TSV — via the
csvfeature (enabled by default) - VCF — Variant Call Format, via the
vcffeature - BED — Browser Extensible Data, via the
bedfeature - GFF3 — General Feature Format, via the
gfffeature - SAM — Sequence Alignment/Map (text format), via the
samfeature
Re-exports§
pub use csv::csv_preview;pub use csv::parse_csv_info;pub use csv::CsvInfo;
Modules§
- csv
- CSV/TSV parsing and preview.