Skip to content

Commit

Permalink
Merge pull request #129 from mr-c/spelling2
Browse files Browse the repository at this point in the history
more spelling tweaks :-)
  • Loading branch information
taoliu committed May 16, 2016
2 parents 8ac8986 + 8c3c618 commit a0603c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MACS2/IO/PeakIO.pyx
Expand Up @@ -548,7 +548,7 @@ cdef class PeakIO:

def overlap_with_other_peaks (self, peaks2, double cover=0):
"""Peaks2 is a PeakIO object or dictionary with can be
initialzed as a PeakIO. check __init__ for PeakIO for detail.
initialized as a PeakIO. check __init__ for PeakIO for detail.
return how many peaks are intersected by peaks2 by percentage
coverage on peaks2(if 50%, cover = 0.5).
Expand Down
4 changes: 2 additions & 2 deletions MACS2/Pileup.pyx
Expand Up @@ -175,7 +175,7 @@ cdef pileup_bdg_se(object trackI, int d,
trackI : A FWTrack object with raw plus and minus 5' end positions
d : tag will be extended to this value to 3' direction, unless directional is False.
baseline_value : a value to be filled for missing values.
directional: if False, the strand or direction of tag will be ignored, so that extenstion will be both sides with d/2.
directional: if False, the strand or direction of tag will be ignored, so that extension will be both sides with d/2.
halfextension: only make a fragment of d/2 size centered at fragment center
Return a bedGraphTrackI object.
Expand Down Expand Up @@ -237,7 +237,7 @@ cdef pileup_w_multiple_d_bdg(object trackI, list d_s, list scale_factor_s = [],
trackI : A FWTrack object with raw plus and minus 5' end positions
d : tag will be extended to this value to 3' direction, unless directional is False.
baseline_value : a value to be filled for missing values.
directional: if False, the strand or direction of tag will be ignored, so that extenstion will be both sides with d/2.
directional: if False, the strand or direction of tag will be ignored, so that extension will be both sides with d/2.
halfextension: only make a fragment of d/2 size centered at fragment center
Return a bedGraphTrackI object.
Expand Down

0 comments on commit a0603c7

Please sign in to comment.