Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aafkevandenberg committed Dec 2, 2024
1 parent c09ccf8 commit 2a61e00
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/examples/binding_lifetime/binding_lifetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,11 @@ However, given that we do see a hint that there may be a second lifetime involve
Splitting tracks by position
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

When the target sites of the protein are known, the binding lifetimes can also be split by position and analyzed separately[1]_.
For example, to select all tracks from `kymo1_selection` that have an average position larger than 8 micron, type: `track_selection = tracks1[[np.mean(track.position)>8 for track in tracks1]]`.
When the target sites of the protein are known, the binding lifetimes can also be split by position and analyzed separately [1]_.
For example, to select all tracks from `kymo1_selection` that have an average position larger than 8 micron, type::

track_selection = tracks1[[np.mean(track.position)>8 for track in tracks1]]`

Note that the position coordinates for the cropped kymograph `kymo1_selection` are not the same as for `kymo1`!.

.. [1] Newton, DNA stretching induces Cas9 off-target activity, NSMB (2019)

0 comments on commit 2a61e00

Please sign in to comment.