R/AllGenerics.R, R/SequenceDataFrame-class.R, R/SequenceData-class.R, and 2 more
SequenceData-functions.RdThe SequenceData, SequenceDataSet, SequenceDataList and
SequenceDataFrame classes share functionality. Have a look at the
elements listed directly below.
replicates(x)
# S4 method for class 'SequenceDataFrame'
show(object)
# S4 method for class 'SequenceDataFrame'
conditions(object)
# S4 method for class 'SequenceDataFrame'
bamfiles(x)
# S4 method for class 'SequenceDataFrame'
dataType(x)
# S4 method for class 'SequenceDataFrame'
ranges(x)
# S4 method for class 'SequenceDataFrame'
replicates(x)
# S4 method for class 'SequenceDataFrame'
seqinfo(x)
# S4 method for class 'SequenceDataFrame'
seqinfo(x)
# S4 method for class 'SequenceDataFrame'
seqtype(x)
# S4 method for class 'SequenceDataFrame'
seqtype(x) <- value
# S4 method for class 'SequenceDataFrame'
sequences(x)
# S4 method for class 'SequenceData'
show(object)
# S4 method for class 'SequenceData,BamFileList,GRangesList,XStringSet,ScanBamParam'
getData(x, bamfiles, grl, sequences, param, args)
# S4 method for class 'SequenceData'
bamfiles(x)
# S4 method for class 'SequenceData'
conditions(object)
# S4 method for class 'SequenceData'
ranges(x)
# S4 method for class 'SequenceData'
replicates(x)
# S4 method for class 'SequenceData'
seqinfo(x)
# S4 method for class 'SequenceData'
sequences(x)
# S4 method for class 'SequenceData'
seqtype(x)
# S4 method for class 'SequenceData'
seqtype(x) <- value
# S4 method for class 'SequenceData'
dataType(x)
# S4 method for class 'SequenceDataSet'
show(object)
# S4 method for class 'SequenceDataSet'
bamfiles(x)
# S4 method for class 'SequenceDataSet'
conditions(object)
# S4 method for class 'SequenceDataSet'
names(x)
# S4 method for class 'SequenceDataSet'
ranges(x)
# S4 method for class 'SequenceDataSet'
replicates(x)
# S4 method for class 'SequenceDataSet'
seqinfo(x)
# S4 method for class 'SequenceDataSet'
seqtype(x)
# S4 method for class 'SequenceDataSet'
seqtype(x) <- value
# S4 method for class 'SequenceDataSet'
sequences(x)
# S4 method for class 'SequenceDataList'
show(object)
# S4 method for class 'SequenceDataList'
bamfiles(x)
# S4 method for class 'SequenceDataList'
conditions(object)
# S4 method for class 'SequenceDataList'
names(x)
# S4 method for class 'SequenceDataList'
ranges(x)
# S4 method for class 'SequenceDataList'
replicates(x)
# S4 method for class 'SequenceDataList'
seqinfo(x)
# S4 method for class 'SequenceDataList'
seqtype(x)
# S4 method for class 'SequenceDataList'
seqtype(x) <- value
# S4 method for class 'SequenceDataList'
sequences(x)a SequenceData, SequenceDataSet,
SequenceDataList or a SequenceDataFrame object.
a new seqtype, either "RNA" or "DNA"
a BamFileList.
a GRangesList from exonsBy(..., by = "tx")
a XStringSet of type RNAStringSet,
ModRNAStringSet, DNAStringSet or
ModDNAStringSet
a ScanBamParam
object
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.
data(e5sd,package="RNAmodR")
# general accessors
seqinfo(e5sd)
#> Seqinfo object with 11 sequences from an unspecified genome; no seqlengths:
#> seqnames seqlengths isCircular genome
#> chr1 NA NA <NA>
#> chr2 NA NA <NA>
#> chr3 NA NA <NA>
#> chr4 NA NA <NA>
#> chr5 NA NA <NA>
#> chr6 NA NA <NA>
#> chr7 NA NA <NA>
#> chr8 NA NA <NA>
#> chr9 NA NA <NA>
#> chr10 NA NA <NA>
#> chr11 NA NA <NA>
sequences(e5sd)
#> RNAStringSet object of length 2:
#> width seq names
#> [1] 100 UAUCUGGUUGAUCCUGCCAGUAG...ACAGUGAAACUGCGAAUGGCUCA 1
#> [2] 101 CCGAGAGGUCUUGGUAAUCUUGU...UUCCUAGUAAGCGCAAGUCAUCA 2
ranges(e5sd)
#> GRangesList object of length 2:
#> $`1`
#> GRanges object with 1 range and 3 metadata columns:
#> seqnames ranges strand | exon_id exon_name exon_rank
#> <Rle> <IRanges> <Rle> | <integer> <character> <integer>
#> [1] chr1 1-100 + | 1 rna1 1
#> -------
#> seqinfo: 1 sequence from an unspecified genome; no seqlengths
#>
#> $`2`
#> GRanges object with 1 range and 3 metadata columns:
#> seqnames ranges strand | exon_id exon_name exon_rank
#> <Rle> <IRanges> <Rle> | <integer> <character> <integer>
#> [1] chr1 1500-1600 + | 2 rna2 1
#> -------
#> seqinfo: 1 sequence from an unspecified genome; no seqlengths
#>
bamfiles(e5sd)
#> BamFileList of length 3
#> names(3): treated treated treated