concomp-class: Connected Component

Description Usage Arguments Details Methods (by generic) Slots Author(s)

Description

S4 class encapsulating exon and junction information for a single "connected component" object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
concomp(obj, ...)

## S4 method for signature 'GRangesList'
concomp(obj)

## S4 method for signature 'data.frame'
concomp(obj)

## S4 method for signature 'concomp'
eRanges(object)

## S4 method for signature 'concomp'
jRanges(object)

## S4 method for signature 'concomp'
eCoverage(object)

## S4 method for signature 'concomp'
jCoverage(object)

## S4 replacement method for signature 'concomp'
eRanges(object) <- value

## S4 replacement method for signature 'concomp'
jRanges(object) <- value

## S4 replacement method for signature 'concomp'
eCoverage(object) <- value

## S4 replacement method for signature 'concomp'
jCoverage(object) <- value

## S4 method for signature 'concomp'
show(object)

Arguments

obj

primary input to concomp constructor (see Details for more information on supported signatures)

...

other parameters to be passed to constructor

object

a concomp object for slot setters and getters, and show method

value

new value for concomp slot

Details

The constructor method obj parameter can be either:

Methods (by generic)

Slots

eRanges

a GRanges object containing the exonic information

jRanges

a GRanges object containing the junction information

eCoverage

a matrix of exon coverage values, e.g. RPKM, with number of rows equal to the length of exons, or NULL if not available

jCoverage

a matrix of junction coverage values, e.g. number of spanning reads, with number of rows equal to the length of juncs, or NULL if not available

Author(s)

Patrick Kimes


pkimes/spliceclust documentation built on Jan. 2, 2020, 4:44 a.m.