Description Objects from the Class Slots Methods Author(s) Examples
This class is a container for information on a specific 4C-seq scale-space transformation. Stored information includes raw read data, the experiment's viewpoint location (optional), possible points of interest, the scale-space fingerprint map, and a list of identified singularities in scale-space.
Objects can be created by calls of the form new("Scale4C", ...)
.
viewpoint
:Object of class "numeric"
representing the
viewpoint's location
viewpointChromosome
:Object of class "character"
representing the viewpoint's chromosome
pointsOfInterest
:Object of class "GRanges"
representing any points of interest to be marked in the visualizations
(usually near-cis based, i.e. close to the viewpoint)
rawData
:Object of class "GRanges"
representing
the 4C-seq reads (or signal strength) of the experiment at given genomic
positions
scaleSpace
:Object of class "SummarizedExperiment"
representing the gradually smoothed 4C-seq signal ('scale space') in its
first assay and the corresponding fingerprint map in its second assay.
singularities
:Object of class "GRanges"
representing singularities in the fingerprint map for the given 4C-seq signal
signature(object = "Scale4C", value = "numeric")
:
Setter-method for the viewpoint slot.
signature(object = "Scale4C")
:
Getter-method for the viewpoint slot.
signature(object = "Scale4C", value = "character")
:
Setter-method for the viewpointChromosome slot.
signature(object = "Scale4C")
:
Getter-method for the viewpointChromosome slot.
signature(object = "Scale4C",
value = "GRanges")
:
Setter-method for the pointsOfInterest slot.
signature(object = "Scale4C")
:
Getter-method for the pointsOfInterest slot.
signature(object = "Scale4C", value = "GRanges")
:
Setter-method for the rawData slot.
signature(object = "Scale4C")
:
Getter-method for the rawData slot.
signature(object = "Scale4C", value = "matrix")
:
Setter-method for the scaleSpace slot.
signature(object = "Scale4C")
:
Getter-method for the scaleSpace slot.
signature(object = "Scale4C",
value = "GRanges")
:
Setter-method for the singularities slot.
signature(object = "Scale4C")
:
Getter-method for the singularities slot.
Carolin Walter
1 | showClass("Scale4C")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.