Sample-class {maDB} | R Documentation |
In this object information about the sample that was hybridized onto a micro array can be stored into.
name
:genus
:species
:line
:individual
:sample.provider
:sex
:age
:developmental.state
:tissue
:celltype
:genetic.modifications
:disease.state
:ref.to.clinical.data
:growth.conditions
:in.vivo.treatments
:tissue.harvesting.method
:extract.method
:molecule.type
:amplification
:amount
:treatment
:exposure.time
:description
:signature(object = "Sample")
: creates a new database table in wich objects of the type sample
can be stored into.signature(object = "Sample")
: returns the content of the individual slots of the sample
object as a character matrix. 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. signature(object = "Sample")
: loads the slots of the sample
object with the attributes stored in the database. Johannes Rainer
MadbSet-class
loadFromDB
publishToDB