cutBlatReads: Take the output from blat and make continous reads out of it

View source: R/dna.R

cutBlatReadsR Documentation

Take the output from blat and make continous reads out of it

Description

Take the output from blat and make continous reads out of it

Usage

cutBlatReads(seqs, starts, fillStarts = NULL, fillEnds = NULL, gaps = NULL)

Arguments

seqs

comma separated target sequences from blat

starts

comma separated starting location for each piece of sequence 0 indexed

fillStarts

start base for each output sequence 0 indexed

fillEnds

total length for each output sequence

gaps

list of matrices with columns tGaps and qGaps

Value

vector of sequences


sherrillmix/dnar documentation built on July 18, 2022, 10:07 p.m.