Description Usage Arguments Value See Also Examples
View source: R/hiReadsProcessor.R
Convert psl dataframe to GRanges object using either the query or target as the reference data column.
1 | pslToRangedObject(x, useTargetAsRef = TRUE, isblast8 = FALSE)
|
x |
dataframe reflecting psl format |
useTargetAsRef |
use target(tName) or query(qName) as the chromosome or the reference data. Default is TRUE. |
isblast8 |
the input dataframe blast8 format output from BLAT. Default is FALSE. |
a GRanges object reflecting psl file type.
read.psl
, read.blast8
,
blatListedSet
1 2 3 4 | data(psl)
psl <- head(psl)
pslToRangedObject(psl)
pslToRangedObject(psl, useTargetAsRef = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.