sort.psl: sort a psl file such that each query is together, then by...

Description Usage Arguments Author(s) Examples

Description

sort a psl file such that each query is together, then by score then by target name

Usage

1
  sort.psl(psl)

Arguments

psl

a psl object

Author(s)

Mark Cowley, 3 August 2006

Examples

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

f <- file.path(system.file(package="blat"), "examples", "test.psl")
psl <- import.psl(f, score=TRUE)
head(sort.psl(psl))

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