bigtools icon indicating copy to clipboard operation
bigtools copied to clipboard

Enhancements to Python reader API

Open nvictus opened this issue 3 months ago • 0 comments

Common reader interface for BigWig and BigBed

  • props: is_bigwig, is_bigbed
  • info
  • schema -> translated autoSql schema
  • records
  • zoom_records
  • values -> Provide arr argument like numpy functions to populate pre-existing array view
  • Context Manager

nvictus avatar Mar 18 '24 17:03 nvictus