Tempora-class: Define a class of Tempora object

Description Usage Arguments Slots

Description

A Tempora object contains the input gene expression matrix and metadata, as well as stores the meta data of each cluster, the clusters' pathway enrichment profiles, the constructed trajectory as well as the Sugiyama layout for the trajectory plot

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
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
data(x)

data(x) <- value

## S4 method for signature 'Tempora'
data(x)

## S4 replacement method for signature 'Tempora'
data(x) <- value

meta.data(x)

meta.data(x) <- value

## S4 method for signature 'Tempora'
meta.data(x)

## S4 replacement method for signature 'Tempora'
meta.data(x) <- value

cluster.metadata(x)

cluster.metadata(x) <- value

## S4 method for signature 'Tempora'
cluster.metadata(x)

## S4 replacement method for signature 'Tempora'
cluster.metadata(x) <- value

cluster.pathways(x)

cluster.pathways(x) <- value

## S4 method for signature 'Tempora'
cluster.pathways(x)

## S4 replacement method for signature 'Tempora'
cluster.pathways(x) <- value

cluster.pathways.dr(x)

cluster.pathways.dr(x) <- value

## S4 method for signature 'Tempora'
cluster.pathways.dr(x)

## S4 replacement method for signature 'Tempora'
cluster.pathways.dr(x) <- value

varying.pws(x)

varying.pws(x) <- value

## S4 method for signature 'Tempora'
varying.pws(x)

## S4 replacement method for signature 'Tempora'
varying.pws(x) <- value

gams(x)

gams(x) <- value

## S4 method for signature 'Tempora'
gams(x)

## S4 replacement method for signature 'Tempora'
gams(x) <- value

n.pcs(x)

n.pcs(x) <- value

## S4 method for signature 'Tempora'
n.pcs(x)

## S4 replacement method for signature 'Tempora'
n.pcs(x) <- value

trajectory(x)

trajectory(x) <- value

## S4 method for signature 'Tempora'
trajectory(x)

## S4 replacement method for signature 'Tempora'
trajectory(x) <- value

layouts(x)

layouts(x) <- value

## S4 method for signature 'Tempora'
layouts(x)

## S4 replacement method for signature 'Tempora'
layouts(x) <- value

Arguments

x

Tempora object

value

New value

Slots

data

A gene expression matrix (genes x cells), often aggregated from multiple time points

meta.data

A dataframe containing the metadata for the cells in the gene expression matrix, which at minimum includes the collection timepoint and cluster identity of each cell

cluster.metadata

A dataframe containing the metadata for each cell cluster

cluster.pathways

A dataframe containing the pathway enrichment profile of each cluster as calculated by CalculatePWProfiles

cluster.pathways.dr

A prcomp object containing the PCA of the clusters' pathway enrichment profiles

n.pcs

The number of principal components to be used in trajectory construction

trajectory

A dataframe describing the inferred trajectory as inferred by BuildTrajectory

layouts

A matrix containing the Sugiyama layout of the trajectory to be used in PlotTrajectory

varying.pws

A list of temporally varying pathways identified by IdentifyVaryingPWs


BaderLab/Tempora documentation built on April 25, 2021, 2:10 p.m.