get_valid_hybrids | R Documentation |
Calculate valid hybrids from Blat partial alignments
get_valid_hybrids( blast.query.dt, min_unmapped_length = 16, q_minoverlap = 4, q_maxgap = 4, s_minoverlap = 0, xlink_distance = 5, max_read_length = 100 )
min_unmapped_length |
Minimum unmapped read length |
q_minoverlap |
Maximum overlap in left and right query arms |
q_maxgap |
Maximum gap between left and right query arms |
s_minoverlap |
Minimum overlap in left and right subject arms |
xlink_distance |
Maximum distance from start of the read (i.e. crosslink + 1 nt) before left arm starts |
blast8.query.dt |
blast8 data.table with read length and metrics |
Hybrids data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.