findRegionsAsIR: findRegionsAsIR - finding regions of high coverage using...

Description Usage Arguments Value Author(s) Examples

View source: R/NDtransforms.R

Description

The function is running Lindell-Aumann algorithm to find regions of irreducible expression on the coverage data in the NucleotideDistr object. The function may be used to find the location and boundaries of significant expression of exons and small RNA.

Usage

1
findRegionsAsIR(nd, mi, minsup=5, exp)

Arguments

nd

An object of NucleotideDistr class that has coverage values for a given region

mi

The threshold of coverage that makes the region significant

minsup

Minimal support of the numeric association rule - namely, in this case, the mininmal length of the discovered region

exp

Sample (experiment) number

Value

IRanges object with irreducible regions with high coverage.

Author(s)

Michal Okoniewski, Anna Lesniewska

Examples

1
2
3
4
5
6
7
#  if (xmapConnected())  
#  {
#    rs <- newSeqReads(1,1,20000,1)
#    rs <- addExperimentsToReadset(rs,1:3)
#    nd.cov <- getCoverageFromRS(rs,1:3)
#    nd.regs <- findRegionsAsND(nd.cov, 10)
#  }

rnaSeqMap documentation built on Nov. 8, 2020, 5:50 p.m.