Skip to content

skg-lab/dna_methylation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tag-count within bins for bismark file

山田作

time python bismark_tag_count.py test/test_1000line_CpG_naive_pTreg.sort.bismark.cov test/test_1000_chrominfo_mm10.bed test/test.out

methyl_diffのラッパー

install

https://github.com/EmanueleRaineri/methyl_diff

Raineri, E., Dabad, M. & Heath, S. A Note on Exact Differences between Beta Distributions in Genomic (Methylation) Studies. PLoS One 9, e97349 (2014).

$ git clone https://github.com/EmanueleRaineri/methyl_diff.git
$ cd methyl_diff
$ make

makeがmacでは通らなかった。(おそらくpyenvのせい。pyenvは使わないほうがやはりいい。)そのかわり以下でコンパイルすることも出来る。

gcc methyl_diff.c -o methyl_diff
./methyl_diff < diff.in > out.txt

usage

python hemi_methyl.py test/posi.txt test/nega.txt test/hemi.out.txt -t 8

Bonferroni補正のデフォルトalpha値は0.01

About

DNA methylation analysis toolkits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published