Skip to main content

Crate cyanea_io

Crate cyanea_io 

Source
Expand description

File format parsing for the Cyanea bioinformatics ecosystem.

Supported formats:

  • CSV/TSV — via the csv feature (enabled by default)
  • VCF — Variant Call Format, via the vcf feature
  • BED — Browser Extensible Data, via the bed feature
  • GFF3 — General Feature Format, via the gff feature
  • SAM — Sequence Alignment/Map (text format), via the sam feature

Re-exports§

pub use csv::csv_preview;
pub use csv::parse_csv_info;
pub use csv::CsvInfo;

Modules§

csv
CSV/TSV parsing and preview.