The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

diffReps::SlideWindow - class to deal with a sliding window. diffReps::ChromaModSite - class to deal with chromatin modification site, inherited from SlideWindow. diffReps::RegionList - class for a list of modification regions.

SYNOPSIS

  slideWindow = new diffReps::SlideWindow;
  site = new diffReps::ChromaModSite;
  regList = new diffReps::RegionList;

DESCRIPTION

In order to perform differential analysis for ChIP-seq data, we need to define classes and methods that can retrieve short read counts for a designated window; perform statistics and book-keep important information.

EXPORT

None by default.

SEE ALSO

MyShortRead::SRBed

If you have a mailing list set up for your module, mention it here.

If you have a web site set up for your module, mention it here.

AUTHOR

Li Shen, <li.shen@mssm.edu>

COPYRIGHT AND LICENSE

Copyright (C) 2011 by Li Shen

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.