https://github.com/dhslab/methfast
Simple c program for manipulating bed-like methylation files
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Repository
Simple c program for manipulating bed-like methylation files
Basic Info
- Host: GitHub
- Owner: dhslab
- License: mit
- Language: C
- Default Branch: main
- Size: 298 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
Introduction
methfast is a program for extracting methylation values from a bed-like file for a target bed file. It can accept gzipped or plain text files and by default assumes the format for the bed file with methylation is like this:
chrom start end methylation coverage
Other formats can be used by specifying the column numbers for the methylation and coverage values.
methfast is written in C using Heng Li's cgranges library to perform overlap queries between methylation and bed intervals.
Dependencies and Installation
methfast can be compiled via:
gcc methfast.c cgranges.c -o methfast -lz -lm
Usage
methfast
Options:
-f
Test data
A small test dataset is included, which can be tested via:
methfast meth.bed.gz regions.bed
https://github.com/samtools/htslib
https://github.com/lh3/cgranges/
Owner
- Name: Code and Software from David Spencer's lab
- Login: dhslab
- Kind: organization
- Email: dspencerlab@gmail.com
- Location: United States of America
- Website: davidspencerlab.org
- Twitter: dspencerlab
- Repositories: 6
- Profile: https://github.com/dhslab
GitHub Events
Total
- Release event: 1
- Push event: 9
- Pull request event: 9
- Create event: 2
Last Year
- Release event: 1
- Push event: 9
- Pull request event: 9
- Create event: 2
Dependencies
- ubuntu focal-20221130 build