Learn R Programming

⚠️There's a newer version (1.6.0) of this package.Take me there.

groHMM (version 1.3.1)

GRO-seq Analysis Pipeline.

Description

A pipeline for the analysis of GRO-seq data.

Copy Link

Version

Version

1.3.1

License

GPL-3

Maintainer

Minho Chae W Lee Kraus leekrausutsouthwesternedu

Last Published

February 15th, 2017

Functions in groHMM (1.3.1)

metaGene_nL

Returns a histogram of the number of reads in each section of a moving window of #' variable size across genes.
metaGene

Returns a histogram of the number of reads in each section of a moving window centered on a certain feature.
averagePlot

Returns the average profile of tiling array probe intensity values or wiggle-like count data centered on a set of genomic positions (specified by 'Peaks').
breakTranscriptsOnGenes

breakTranscriptsOnGenes Breaks transcripts on genes
writeWiggle

writeWiggle writes a wiggle track or BigWig file suitable for uploading to the UCSC genome browser.
getTxDensity

getTxDensity Calculates transcript density.
groHMM-package

groHMM: GRO-seq Analysis Pipeline
pausingIndex

Returns the pausing index for different genes. TODO: DESCRIBE THE PAUSING INDEX.
metaGeneMatrix

Returns a matrix, with rows representing read counts across a specified gene, or other features of interest.
tlsLoess

A 'total least squares'-like hack for LOESS. Works by rotating points 45 degrees, fitting LOESS, and rotating back.
tlsDeming

A 'total least squares' implementation using demming regression.
detectTranscripts

detectTranscripts detects transcripts de novo using a two-state hidden Markov model (HMM).
evaluateHMMInAnnotations

evaluateHMM Evaluates HMM calling.
polymeraseWave

Given GRO-seq data, identifies the location of the polymerase 'wave' in up- or down- regulated genes.
readBed

readBed Returns a GenomicRanges object constrcuted from the specified bed file.
expressedGenes

Function identifies expressed features using the methods introduced in Core, Waterfall, Lis; Science, Dec. 2008.
getCores

Returns the number of cores.
RgammaMLE

RgammaMLE fits a gamma distribution to a specified data vector using maximum likelihood.
Rnorm.exp

Rnorm.exp fits a normal+exponential distribution to a specified data vector using maximum likelihood.
Rnorm

Rnorm fits a normal distribution to a specified data vector using maximum likelihood.
runMetaGene

Runs metagene analysis for sense and antisense direction.
combineTranscripts

combineTranscripts Combines transnscipts.
countMappableReadsInInterval

countMappableReadsInInterval counts the number of mappable reads in a set of genomic features.
limitToXkb

limitToXkb truncates a set of genomic itnervals at a constant, maximum size.
windowAnalysis

windowAnalysis Returns a vector of integers representing the counts of reads in a moving window.
makeConsensusAnnotations

makeConsensusAnnotations Makes a consensus annotation
tlsSvd

A 'total least squares' implementation using singular value demposition.