asRangedData-methods: Convert to 'RangedData'

Description Usage Arguments Details Value Methods Author(s) See Also Examples

Description

Convert data and results to objects of class RangedData.

Usage

1
2
3
4
5

Arguments

x

Object of class TssData or inherited; for tssAsRangedData an object of class TssResult.

Details

The RangedData class provides a widely used framework for representing sequence information. Converting the data to an object of this class allows an easy interaction with other packages and export to common formats, using for example the rtracklayer package. For an example, please see the vignette of this package.

Value

An object of class RangedData

Methods

readsAsRangedData:

signature(x="TssData")

Convert the reads, as obtained by the reads method, to an object of class RangedData.

segmentsAsRangedData:

signature(x="TssData")

Convert the segments, as obtained by the segments method, to an object of class RangedData.

tssAsRangedData:

signature(x="TssResult")

Convert the TSS predictions, as obtained by the tss method, to an object of class RangedData.

Author(s)

Maintainer: Julian Gehring <julian.gehring@fdm.uni-freiburg.de>

See Also

RangedData

Classes: TssData, TssNorm, TssResult

Methods: segmentizeCounts, normalizeCounts, identifyStartSites, get-methods, plot-methods, asRangedData-methods

Functions: subtract-functions

Data set: physcoCounts

Package: TSSi-package

Examples

1
2
3
4
5

TSSi documentation built on May 6, 2019, 2:40 a.m.