Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
smithlabcode
/
dnmtools
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
47
Code
Issues
31
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Adding estimated group methylation levels and dispersion to output
- #287
#287
Merged
andrewdavidsmith
merged 8 commits into
master
smithlabcode/dnmtools:master
from
radmeth-output-format
smithlabcode/dnmtools:radmeth-output-format
Copy head branch name to clipboard
Aug 18, 2025
Conversation
Commits
8
(8)
Checks
Files changed
Merged
Adding estimated group methylation levels and dispersion to output
#287
andrewdavidsmith
merged 8 commits into
master
smithlabcode/dnmtools:master
from
radmeth-output-format
smithlabcode/dnmtools:radmeth-output-format
Copy head branch name to clipboard
Commits
Commits on Aug 18, 2025
src/radmeth/radmeth_optimize.hpp: no longer return bool from fit_regression_model as it was never checked; throwing on error instead
andrewdavidsmith
committed
86cbb73
View commit details
Copy full SHA for 86cbb73
Browse repository at this point
src/radmeth/radmeth_optimize.cpp: fit regression model now no longer accepts initial parameter values as those weren't used. Out-params have been added to return the estimates of p for the beta-bin…
Show description for 1a7fbe2
andrewdavidsmith
committed
1a7fbe2
View commit details
Copy full SHA for 1a7fbe2
Browse repository at this point
src/radmeth/radmeth_model.cpp: updated the function to print a model so that it only prints each sample's factor levels if there are few enough samples and so it prints a summary of group factor le…
Show description for bf63ce0
andrewdavidsmith
committed
bf63ce0
View commit details
Copy full SHA for bf63ce0
Browse repository at this point
src/radmeth/radmeth_model.hpp: added accessor for number of parameters
andrewdavidsmith
committed
06d563a
View commit details
Copy full SHA for 06d563a
Browse repository at this point
src/radmeth/radmeth.cpp: Chaned what is output so that for each group, an estimate of the methylation level is provided for each site and an estimate of the shared dispersion parameter. Also remove…
Show description for 5f8f238
andrewdavidsmith
committed
5f8f238
View commit details
Copy full SHA for 5f8f238
Browse repository at this point
src/radmeth/radmeth.cpp: removing unused variable
andrewdavidsmith
committed
6c6cc8d
View commit details
Copy full SHA for 6c6cc8d
Browse repository at this point
src/radmeth/radmeth_model.cpp: changed max number of samples to report factor levels for when printing a design
andrewdavidsmith
committed
f9c060a
View commit details
Copy full SHA for f9c060a
Browse repository at this point
src/radmeth/radmeth_optimize.cpp: not throwing an exception when the iterative estimation fails to converge; there are ok reasons for not converging
andrewdavidsmith
committed
1560b44
View commit details
Copy full SHA for 1560b44
Browse repository at this point
You can’t perform that action at this time.