Description Usage Arguments Value Examples
The SequenceData
, SequenceDataSet
, SequenceDataList
and
SequenceDataFrame
classes share functionality. Have a look at the
elements listed directly below.
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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | replicates(x)
## S4 method for signature 'SequenceDataFrame'
show(object)
## S4 method for signature 'SequenceDataFrame'
conditions(object)
## S4 method for signature 'SequenceDataFrame'
bamfiles(x)
## S4 method for signature 'SequenceDataFrame'
dataType(x)
## S4 method for signature 'SequenceDataFrame'
ranges(x)
## S4 method for signature 'SequenceDataFrame'
replicates(x)
## S4 method for signature 'SequenceDataFrame'
seqinfo(x)
## S4 method for signature 'SequenceDataFrame'
seqinfo(x)
## S4 method for signature 'SequenceDataFrame'
seqtype(x)
## S4 replacement method for signature 'SequenceDataFrame'
seqtype(x) <- value
## S4 method for signature 'SequenceDataFrame'
sequences(x)
## S4 method for signature 'SequenceData'
show(object)
## S4 method for signature
## 'SequenceData,BamFileList,GRangesList,XStringSet,ScanBamParam'
getData(x, bamfiles, grl, sequences, param, args)
## S4 method for signature 'SequenceData'
bamfiles(x)
## S4 method for signature 'SequenceData'
conditions(object)
## S4 method for signature 'SequenceData'
ranges(x)
## S4 method for signature 'SequenceData'
replicates(x)
## S4 method for signature 'SequenceData'
seqinfo(x)
## S4 method for signature 'SequenceData'
sequences(x)
## S4 method for signature 'SequenceData'
seqtype(x)
## S4 replacement method for signature 'SequenceData'
seqtype(x) <- value
## S4 method for signature 'SequenceData'
dataType(x)
## S4 method for signature 'SequenceDataSet'
show(object)
## S4 method for signature 'SequenceDataSet'
bamfiles(x)
## S4 method for signature 'SequenceDataSet'
conditions(object)
## S4 method for signature 'SequenceDataSet'
names(x)
## S4 method for signature 'SequenceDataSet'
ranges(x)
## S4 method for signature 'SequenceDataSet'
replicates(x)
## S4 method for signature 'SequenceDataSet'
seqinfo(x)
## S4 method for signature 'SequenceDataSet'
seqtype(x)
## S4 replacement method for signature 'SequenceDataSet'
seqtype(x) <- value
## S4 method for signature 'SequenceDataSet'
sequences(x)
## S4 method for signature 'SequenceDataList'
show(object)
## S4 method for signature 'SequenceDataList'
bamfiles(x)
## S4 method for signature 'SequenceDataList'
conditions(object)
## S4 method for signature 'SequenceDataList'
names(x)
## S4 method for signature 'SequenceDataList'
ranges(x)
## S4 method for signature 'SequenceDataList'
replicates(x)
## S4 method for signature 'SequenceDataList'
seqinfo(x)
## S4 method for signature 'SequenceDataList'
seqtype(x)
## S4 replacement method for signature 'SequenceDataList'
seqtype(x) <- value
## S4 method for signature 'SequenceDataList'
sequences(x)
|
x, object |
a |
value |
a new |
bamfiles |
a |
grl |
a |
sequences |
a |
param |
a |
args |
a list of addition arguments |
seqinfo
: a Seqinfo
object ().
sequences
: a RNAStingSet
object or a RNAString
object for a SequenceDataFrame
.
ranges
: a GRangesList
object with each element per
transcript or a GRanges
object for a SequenceDataFrame
.
bamfiles
: a BamFileList
object or a SimpleList of
BamFileList
objects for a SequenceDataList
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.