gdrs

Crates.iogdrs
lib.rsgdrs
version0.1.3
sourcesrc
created_at2024-03-26 13:06:50.648855
updated_at2024-03-28 13:32:27.242083
descriptionA rust implementation of GenomicDistributions package from bioconductor.
homepage
repository
max_upload_size
id1186406
size46,659
Nathan LeRoy (nleroy917)

documentation

README

gdrs

gdrs is a rust implementation of the GenomicDistributions package.

Roadmap

Ideally, we would like to implement all the features of the original package. However, we are starting with the basic features and will add more features as we go along. There currently are no plans to implement the plotting features of the original package, just the data generation features:

  • Chromosome distribution
  • Neighbor distances
  • GC content
  • Partition calculations
  • Cumulative partition calculations
  • Distance to TSS
  • Dinucleotide frequency

Installation

cargo add gdrs
Commit count: 0

cargo fmt