ModRiboMethSeq-functions: Functions for ModRiboMethSeq

Description Usage Arguments Details Value Examples

Description

All of the functions of Modifier and the ModifierSet classes are inherited by the ModRiboMethSeq and ModSetRiboMethSeq classes.

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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
## S4 replacement method for signature 'ModRiboMethSeq'
settings(x) <- value

## S4 method for signature 'ModRiboMethSeq'
aggregateData(x)

## S4 method for signature 'ModRiboMethSeq'
findMod(x)

## S4 method for signature 'ModRiboMethSeq'
getDataTrack(x, name, type, ...)

## S4 method for signature 'ModRiboMethSeq,GRanges'
plotDataByCoord(
  x,
  coord,
  type = c("ends", "scoreA", "scoreB", "scoreRMS", "scoreMean"),
  window.size = 15L,
  ...
)

## S4 method for signature 'ModRiboMethSeq'
plotData(
  x,
  name,
  from = 1L,
  to = 30L,
  type = c("ends", "scoreA", "scoreB", "scoreRMS", "scoreMean"),
  ...
)

## S4 method for signature 'ModSetRiboMethSeq,GRanges'
plotDataByCoord(
  x,
  coord,
  type = c("scoreRMS", "ends", "scoreA", "scoreB", "scoreMean"),
  window.size = 15L,
  ...
)

## S4 method for signature 'ModSetRiboMethSeq'
plotData(
  x,
  name,
  from = 1L,
  to = 30L,
  type = c("scoreRMS", "ends", "scoreA", "scoreB", "scoreMean"),
  ...
)

Arguments

x

a Modifier or a ModifierSet object. For more details see also the man pages for the functions mentioned below.

value

See settings

coord, name, from, to, type, window.size, ...

See plotData

Details

ModRiboMethSeq specific arguments for plotData:

Value

Examples

1
2
3
4
5
6
data(msrms,package="RNAmodR.RiboMethSeq")
mrms <- msrms[[1]]
settings(mrms)
aggregate(mrms)
modify(mrms)
getDataTrack(mrms, "1", mainScore(mrms))

RNAmodR.RiboMethSeq documentation built on Nov. 8, 2020, 5:45 p.m.