Skip to content

Commit

Permalink
CHANGE POINT BAY BAY!
Browse files Browse the repository at this point in the history
  • Loading branch information
yniknafs committed Jan 28, 2016
1 parent 2b8314a commit dc490a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions taco/test/test_change_point_yashar.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,3 +350,13 @@ def test_blah():
a = get_data(chrom, start, end, '-')
s_a = np.gradient(smoother(a))
plot_slope(a, s_a)


chrom = 'chr16'
start = 19551194
end = 19555731
# ref_stop = 45108966
#ref_start = 40309193
a = get_data(chrom, start, end, '+')
s_a = np.gradient(smoother(a))
plot_slope(a, s_a)

0 comments on commit dc490a7

Please sign in to comment.