order.psl: determine the order of rows in a psl object, based on...

Description Usage Arguments Author(s) Examples

Description

determine the order of rows in a psl object, based on grouping query, then score, then target name.

Usage

1
  order.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(order.psl(psl))

f <- file.path(system.file(package="blat"), "examples", "test.psl")
psl <- import.psl(f, score=TRUE) # this should already sort the psl object.
head(order.psl(psl))

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