Skip to content

Commit

Permalink
Making read depth linked calculation as a circular sequence and refin…
Browse files Browse the repository at this point in the history
…ing other functions such as calculating Major and minor alleles based on Genotype Likelihoods
  • Loading branch information
MoiColl authored and grahamgower committed Aug 22, 2024
1 parent 106a672 commit a0993df
Show file tree
Hide file tree
Showing 5 changed files with 4,293 additions and 107 deletions.
1 change: 1 addition & 0 deletions cython_constraint.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cython<3
4,092 changes: 4,056 additions & 36 deletions notebook/simGL.ipynb

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion simGL/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
from .simGL import incorporate_monomorphic, depth_per_haplotype, sim_allelereadcounts, allelereadcounts_to_GL, GL_to_Mm, allelereadcounts_to_pileup
from .simGL import (
incorporate_monomorphic,
depth_per_haplotype,
sim_allelereadcounts,
allelereadcounts_to_GL,
GL_to_Mm,
subset_GL,
allelereadcounts_to_pileup,
)
Loading

0 comments on commit a0993df

Please sign in to comment.