iGroup-methods: iGroup Methods

Description Usage Arguments Details Author(s) See Also

Description

iGroup Methods

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
## S4 method for signature 'iGroup'
dim(x)

## S4 method for signature 'iGroup'
names(x)

## S4 replacement method for signature 'iGroup'
names(x) <- value

## S4 method for signature 'iGroup,ANY,ANY'
x[i]

iGroupMask(x, mask)

iGroupRead(filename)

iGroupWrite(x, filename)

## S4 method for signature 'iGroup'
max(x)

## S4 method for signature 'iGroup'
min(x)

## S4 method for signature 'iGroup'
range(x)

## S4 method for signature 'iGroup'
rowSums(x)

## S4 method for signature 'iGroup'
rowMeans(x)

## S4 method for signature 'iGroup'
colSums(x)

## S4 method for signature 'iGroup'
colMeans(x)

## S4 method for signature 'iGroup'
sum(x)

mean.iGroup(x)

## S4 method for signature 'iGroup'
sd(x)

Arguments

x, object

Object of class iGroup.

filename

h5 file to save iGroup object to

Details

dim Retrieve dimensions of iGroup's iMatrix slot.

names Retrieve name of iGroup object.

names<- Set name of iGroup.

iGroup[i] Set name of iGroup.

iGroupMask mask iGroup object to specific region.

iGroupRead Read/load iGroup from h5 file.

iGroupWrite Write/save iGroup to h5 file.

max

min

range

rowSums

rowMeans

colSums

colMeans

sum

mean

sd

Author(s)

Zachary P. Christensen

See Also

iGroup-class


Tokazama/iClass documentation built on May 9, 2019, 4:51 p.m.