Description Objects from the Class Slots Methods Coercion Author(s) Examples
This class is used to store one or more CAGE (Cap Analysis of Gene Expression) datasets in the form of TSSs derived from CAGE tags and frequency of their usage, and to store and extract all information generated during the workflow.
Objects can be created by calls of the form new("CAGEset", ...)
.
Objects of the class contain information on the genomic coordinates of TSSs derived from sequenced CAGE tags from multiple experiments, number of tags supporting each TSS in each experiment, normalized CAGE signal at each TSS, all information on specified parameters and results of all downstream analyses. Object has to be created before reading in the data by specifying input files and their type, referent genome and labels for individual CAGE datasets, as described in the vignette. Data is read by applying a function to a created object and all further slots are filled during the workflow by applying specific functions.
genomeName
:Object of class "character"
: the name of the BSgenome package used as the referent genome
inputFiles
:Object of class "character"
: the paths to input files
inputFilesType
:Object of class "character"
: the type of input files (e.g. bam)
sampleLabels
:Object of class "character"
: the labels of individual CAGE experiments
librarySizes
:Object of class "integer"
: the total number of CAGE tags per experiment
CTSScoordinates
:Object of class "data.frame"
: the genomic coordinates of CAGE transcription start sites (CTSSs)
tagCountMatrix
:Object of class "data.frame"
: the number of CAGE tags supporting every CTSS in each experiment
normalizedTpmMatrix
:Object of class "data.frame"
: the normalized CAGE signal supporting every CTSS in each experiment
CTSSexpressionClusteringMethod
:Object of class "character"
: the method used for expression clustering of CTSSs
CTSSexpressionClasses
:Object of class "character"
: the labels of expression classes of CTSSs returned by expression clustering
clusteringMethod
:Object of class "character"
: the method used for clustering CTSSs into tag clusters (TC)
filteredCTSSidx
:Object of class "logical"
: the index of CTSSs included in tag clusters
tagClusters
:Object of class "list"
: the list of tag clusters per CAGE experiment
CTSScumulativesTagClusters
:Object of class "list"
: the cumulative distribution of CAGE signal along TCs
tagClustersQuantileLow
:Object of class "list"
: the positions of lower quantile(s) within TCs
tagClustersQuantileUp
:Object of class "list"
: the positions of upper quantile(s) within TCs
tagClustersInConsensusClusters
:Object of class "data.frame"
: the information on which TCs from which experiments are contained within each consensus cluster
consensusClusters
:Object of class "data.frame"
: the genomic coordinates of consensus clusters created by aggregating TCs across experiments
consensusClustersTpmMatrix
:Object of class "matrix"
the normalized CAGE signal for every consensus cluster in each experiment
consensusClustersExpressionClusteringMethod
:Object of class "character"
the method used for expression clustering of consensus clusters
consensusClustersExpressionClasses
:Object of class "character"
the labels of expression classes of consensus clusters returned by expression clustering
CTSScumulativesConsensusClusters
:Object of class "list"
the cumulative distribution of CAGE signal along consensus clusters
consensusClustersQuantileLow
:Object of class "list"
the positions of lower quantile(s) within consensus clusters
consensusClustersQuantileUp
:Object of class "list"
the positions of upper quantile(s) within consensus clusters
shiftingGroupX
:Object of class "character"
the label(s) of experiment(s) in the first shifting group
shiftingGroupY
:Object of class "character"
the label(s) of experiment(s) in the second shifting group
consensusClustersShiftingScores
:Object of class "data.frame"
the shifting scores and P-values/FDR for comparison of consensus clusters between two (groups of) experiments
signature(object = "CAGEset")
: extracts the method used for clustering CTSSs into tag clusters (TC)
signature(object = "CAGEset")
: extracts the genomic coordinates of all CTSSs
signature(object = "CAGEset")
: extracts the normalized CAGE signal supporting every CTSS in each experiment
signature(object = "CAGEset")
: extracts the number of CAGE tags supporting every CTSS in each experiment
signature(object = "CAGEset")
: aggregates TCs across all experiments into consensus clusters
signature(object = "CAGEset")
: clusters CTSSs into TCs per experiment
signature(object = "CAGEset")
: extracts the genomic coordinates and other information on consensus clusters
signature(object = "CAGEset")
: extracts the matrix with tpm values for consensus clusters across all samples
signature(object = "CAGEset")
: calculates the cumulative distribution of CAGE signal along TCs or consensus clusters
signature(object = "CAGEset")
: creates bedGraph files of CTSSs for visualization in the UCSC Genome Browser
signature(object = "CAGEset")
: creates various types of BED files for visualization in the UCSC Genome Browser
signature(object = "CAGEset")
: extracts the labels of the expression classes of CTSSs or consensus clusters returned from expression profiling
signature(object = "CAGEset")
: extracts CTSSs or consensus clusters belonging to specified expression class
signature(object = "CAGEset")
: extracts the name of the BSgenome package used as the referent genome
signature(object = "CAGEset")
: reads in specified input files and fills in information on detected CTSSs and their tag count
signature(object = "CAGEset")
: performs expression clustering of CTSSs or consensus clusters across experiments
signature(object = "CAGEset")
: extracts consensus clusters with shifting score and/or FDR above specified threshold
signature(object = "CAGEset")
: extracts the paths of input CAGE data files
signature(object = "CAGEset")
: extracts the type of input CAGE data files
signature(object = "CAGEset")
: extracts the library sizes of individual CAGE experiments within CAGEset object
signature(object = "CAGEset", mergeIndex = "numeric")
: merges specified experiments (samples) into one (e.g. replicas)
signature(object = "CAGEset")
: normalizes raw CAGE tag count
signature(object = "CAGEset")
: plots pairwise scatter plots and calculates correlation between samples
signature(object = "CAGEset")
: creates file with beanplots of expression across experiments for CTSSs or consensus clusters belonging to different expression classes
signature(object = "CAGEset")
: creates file with histograms of interquantile width
signature(object = "CAGEset")
: creates file with reverse cumulative plots of CAGE tag count per CTSS
signature(object = "CAGEset")
: calculates the positions of specified quantiles within TCs or consensus clusters
signature(object = "CAGEset")
: extracts the labels of individual CAGE experiments within CAGEset object
signature(object = "CAGEset", groupX = "character", groupY = "character")
: calculates the shifting score and tests the statistical significance of differential TSS usage for consensus clusters between two specified (groups of) samples
signature(object = "CAGEset")
: assigns color to each sample to be used in visualisation
signature(object = "CAGEset")
: displays CAGEset object in a user friendly way
signature(object = "CAGEset")
: extracts the tag clusters for specified CAGE experiment
as(from, "CAGEset")
: Creates a CAGEset object from a data.frame object.
Vanja Haberle
1 | showClass("CAGEset")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.