getHumanTSS: Get Human Transcription Start Sites

Description Usage Arguments Details Value Examples

Description

getHumanTSS returns a GRanges object of all transcription start sites for humans. Regions from hg19/Gr37 for protein coding regions.

Usage

1
2
3
4
5
6
7
getHumanTSS(chr)

## S4 method for signature 'missing'
getHumanTSS(chr)

## S4 method for signature 'character'
getHumanTSS(chr)

Arguments

chr

Specifies what chromosomes are desired for the TSS#'

Details

This function returns a GRanges object with the coordinates and gene TSS. The start and end of the IRanges slot will be the same number, so consider using the padGRanges function after calling this function.

Value

A GRanges object

Examples

1
2
# Grab all transition start sites genome-wide
human.TSS <- getHumanTSS()

diffloop documentation built on Nov. 8, 2020, 5:48 p.m.