Description Usage Arguments Value See Also
View source: R/hiReadsProcessor.R
Align sequences from a listed DNAStringSet object returned from
extractSeqs to an indexed reference genome using
gfServer/gfClient protocol or using standalone BLAT and return the psl file
as a GRanges object. This function heavily relies on defaults of
blatSeqs.
1 | blatListedSet(dnaSetList = NULL, ...)
|
dnaSetList |
DNAStringSet object containing sequences to be aligned against the reference. |
... |
parameters to be passed to |
a list of GRanges object reflecting psl file type per set of sequences.
pairwiseAlignSeqs, vpairwiseAlignSeqs,
startgfServer, stopgfServer,
blatSeqs, read.psl,
pslToRangedObject, read.blast8
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.