pslIsProtein: is the psl alignment from a protein?

Description Usage Arguments Value Author(s) Examples

Description

fixed the bug on the - strand where psl$"T end" - (_ + 3*_)

Usage

1

Arguments

psl

a PSL object

Value

logical

Author(s)

Mark Cowley, 12 April 2006

Examples

1
2
3
4
5
6
f <- file.path(system.file(package="blat"), "examples", "test.psl")
psl <- import.psl(f, score=FALSE)[1:5,]
pslIsProtein(psl)

psl <- import.psl(f, score=TRUE)[1:5,]
pslIsProtein(psl)

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