psl2coordinates: convert psl file to UCSC-style coordinates

Description Usage Arguments Author(s) Examples

Description

convert psl file to UCSC-style coordinates

Usage

1

Arguments

psl

a psl object

Author(s)

Mark Cowley, 9 August 2006

Examples

1
2
3
f <- file.path(system.file(package="blat"), "examples", "test.psl")
psl <- import.psl(f, score=FALSE)
head(psl2coordinates(psl))

drmjc/blat documentation built on May 15, 2019, 2:22 p.m.