-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a 'shift' tool. #40
Comments
any news on this before I write it? :-) |
Unfortunately, I haven't gotten around to this yet. Sorry! |
nevermind, it looks like bedtools slop does this anyhow (at least in 2.2.0) thanks! Statistics is the grammar of science. On Wed, Sep 17, 2014 at 1:36 PM, Aaron Quinlan notifications@github.com
|
That is a slightly different op... |
eh, I may just use pandas on the bedGraph then ;-) Statistics is the grammar of science. On Wed, Sep 17, 2014 at 2:22 PM, Aaron Quinlan notifications@github.com
|
Actually scratch that, I think I will go ahead and pick at the C++ data structures to make it fast and stream-capable. Why not do it right, (more or less) once and for all. |
It is better to do so with the bedtools2 repository though, yes? |
The code in the slop tool will get you 90% of the way. |
Indeed. |
seems like this could just be a new option in slop. |
Perhaps, but I see them as fundamentally different. Slop maintains the "center" of the interval and extends the ends in both or either direction. The purpose of |
I think I must be a bit bad at choosing verbs for the tools, as some of these cause confusion for many! |
could be fun to think of the verb first, then decide what the tool will do:
etc. |
I like the way you think, sir. |
shift
should move an interval left or right by either a fixed number of bases or a specific fraction of a chromosome.The text was updated successfully, but these errors were encountered: