SAM<'id> Type

Type that contains all info regarding SAM for each sample

Record fields

Record Field Description

Foldchange

Full Usage: Foldchange

Field type: float

foldchange from condition to control

Field type: float

ID

Full Usage: ID

Field type: 'id

identification of bioitem

Field type: 'id

MeanA

Full Usage: MeanA

Field type: float

mean condition A

Field type: float

MeanB

Full Usage: MeanB

Field type: float

mean condition B

Field type: float

QValue

Full Usage: QValue

Field type: float

local FDR of bioitem

Field type: float

Ri

Full Usage: Ri

Field type: float

relative diffence of mean

Field type: float

Si

Full Usage: Si

Field type: float

pooled standard error

Field type: float

StDevA

Full Usage: StDevA

Field type: float

standard deviation condition A

Field type: float

StDevB

Full Usage: StDevB

Field type: float

standard deviation condition B

Field type: float

Statistics

Full Usage: Statistics

Field type: float

test statistics

Field type: float

Static members

Static member Description

SAM.Create(id) (ri) (si) (stats) (qv) (fc) (ma) (stdA) (mb) (stdB)

Full Usage: SAM.Create(id) (ri) (si) (stats) (qv) (fc) (ma) (stdA) (mb) (stdB)

Parameters:
    id : 'a
    ri : float
    si : float
    stats : float
    qv : float
    fc : float
    ma : float
    stdA : float
    mb : float
    stdB : float

Returns: SAM<'a>
id : 'a
ri : float
si : float
stats : float
qv : float
fc : float
ma : float
stdA : float
mb : float
stdB : float
Returns: SAM<'a>