Skip to content

Detect LCCS (Local Clustering of Cytosine Sites) from WGBS/RRBS cytosine position data

License

Notifications You must be signed in to change notification settings

yangxiaofeill/LCCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LCCS

Detect LCCS (Local Clustering of Cytosine Sites) from WGBS/RRBS cytosine position data

####################################################################################

This program is used to detect Local Clustering of Cytosine Sites (LCCS) of

single nucletide resolution methylation sequencing data

Usage: Rscript --vanilla LCCS.R minCNum maxSize posFile

Parameters:

minCNum, the minimal Cytosine Number in a LCCS, default value is 3

maxSize, the maxmize size of a LCCS, default value is 500bp

posFile, the file includes positions of all cytosine, and at lest two column, like

chr1 1

chr1 5

...

##################################################################################### Reference: doi: 10.1093/hmg/ddv172 copyright @ Xiaofei Yang, [email protected]

About

Detect LCCS (Local Clustering of Cytosine Sites) from WGBS/RRBS cytosine position data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages