Skip to content

Instantly share code, notes, and snippets.

@fwip
Last active November 17, 2015 18:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fwip/fe6600e7abba45fed633 to your computer and use it in GitHub Desktop.
Save fwip/fe6600e7abba45fed633 to your computer and use it in GitHub Desktop.
# Normal layout of a healthy read-pair.
fragment ========================================
fragment + adaptors ~~~========================================~~~
SE read --------->
PE reads R1---------> <---------R2
unknown gap ....................
# Words like "fragment size" or "insert size" are confusing. Here's what they usually mean.
PE reads R1---------> <---------R2
fragment ~~~========================================~~~
insert ========================================
inner mate ....................
# Sometimes, R1 & R2 reads will overlap
fragment ~~~========================================~~~
insert ========================================
R1 ------------------------->
R2 <-----------------------
overlap ::::::::::
stitched SE read --------------------------------------->
# On very tiny fragments, we see adapters on the ends of each of our reads
tiny fragment ~~~~========================~~~~
insert ========================
R1 -------------------------->
R2 <--------------------------
read-through !!! !!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment