grab_seed_frame | R Documentation |
Get reads and their mates overlapping the seed window Designate one member of the pair the "seed" read and the other pair the "mate" read Reverse complement the "mate" read so that the reference frame is the same
grab_seed_frame(
reads.dt,
seed.gr,
seq.field = "reading.frame",
forward = TRUE,
max.n = 0,
verbose = FALSE
)
reads.dt |
(data.table) must have columns seqnames, start, end, strand, reading.frame, qname |
seed.gr |
(GRanges) (stranded) seed window for assembly |
seq.field |
(character) where is the seq found? default reading.frame |
forward |
(logical) forward track? if FALSE, will reverse complement the seed frame (default TRUE) |
max.n |
(numeric) maximum number of low-quality "N" bases (default 0) |
verbose |
(logical) default FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.