Skip to content

Commit da13b90

Browse files
committed
feat: DNA Meth: Initial support for region-level DMR analysis
1 parent 665e7e2 commit da13b90

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

python/src/gpdm/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
# Export
7676
results_df = analysis.to_dataframe()
7777
"""
78-
78+
# Imports
7979
# Standard scientific stack
8080
import numpy as np
8181
import pandas as pd

release.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
1+
Features:
2+
- DNA Meth: Initial support for region-level DMR analysis

0 commit comments

Comments
 (0)