ucsc.pos: Convert an alignment to a ucsc location.

Description Usage Arguments Value Author(s) See Also

Description

alignment looks like: name chrom chromStart chromEnd strand 1 NM_011547 chr13 40727709 40745894 - 2 NM_010791 chr11 101693600 101710444 - 3 NM_013684 chr17 15204872 15222390 +

Usage

1
  ucsc.pos(chr, start = NULL, stop = NULL)

Arguments

chr

the chromosome names

start

the start locations

stop

the stop/end locations

Value

a ucsc string, eg “chr13:40727709-40745894”

Author(s)

Mark Cowley

See Also

make.ucsc.string


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