Sample-class {maDB}R Documentation

Class "Sample"

Description

In this object information about the sample that was hybridized onto a micro array can be stored into.

Slots

name:
The name of the sample.
genus:
The genus of the sample.
species:
The species.
line:
The cell line from wich the sample origins.
individual:
The patient ID if the sample was extracted from a patient.
sample.provider:
The sample provider.
sex:
Sample sex.
age:
Age (ov the individual).
developmental.state:
The developmental state.
tissue:
The tissue the sample comes from.
celltype:
Sample celltype.
genetic.modifications:
Genetic modifications of the sample.
disease.state:
Disease state.
ref.to.clinical.data:
References to clinical data.
growth.conditions:
Sample growth conditions.
in.vivo.treatments:
Sample in vivo treatments.
tissue.harvesting.method:
Tisuue harvesting method.
extract.method:
Sample extraction method.
molecule.type:
Molecule type.
amplification:
Samle amplification.
amount:
Sample amount.
treatment:
Sample treatment.
exposure.time:
Sample treatment exposure time.
description:
Sample description.

Methods

createNewDBTable
signature(object = "Sample"): creates a new database table in wich objects of the type sample can be stored into.
getContentMatrix
signature(object = "Sample"): returns the content of the individual slots of the sample object as a character matrix.
getPK
signature(object = "Sample"): checks if a sample with the same attributes exists already in the database and returns its primary key or it inserts the sample in the database and returns the primary key of the newly inserted sample.
loadFromDB
signature(object = "Sample"): loads the slots of the sample object with the attributes stored in the database.

Author(s)

Johannes Rainer

References

See Also

EexprSet-class

Examples






[Package maDB version 1.8.0 Index]