mutexpect

Crates.iomutexpect
lib.rsmutexpect
version0.2.7
sourcesrc
created_at2020-08-05 12:06:15.458576
updated_at2021-10-03 19:50:33.775244
descriptionUtility functions for determining potential point mutations in a genetic sequence and their statisical probability
homepage
repositoryhttps://github.com/BesenbacherLab/mutexpect
max_upload_size
id273170
size63,532
Jörn Bethune (jbethune)

documentation

README

Utility library for determining the probability of point mutations

This library is faily specific for my own purposes. It's on crates.io so that I can pull it as a dependency for my project. The code is mature at this point. But it could really use some more doc comments.

This library reads genomic sequences of transcripts and mutates every nucleotide in that transcript to determine how many mutations of a type (synonymous, missense, nonsense, ...) can be generated and what their probabilities are. This is useful to when you try to identify disease genes by comparing mutated genes across affected individuals and you need to determine how many mutations you can expect by chance.

Commit count: 17

cargo fmt