BioassayDB-class {bioassayR}R Documentation

Class "BioassayDB"

Description

This class holds a connection to a bioassayR sqlite database.

Objects from the Class

Objects can be created by calls of the form BioassayDB("datbasePath").

Slots

database:

Object of class "SQLiteConnection" ~~

Methods

queryBioassayDB

signature(object = "BioassayDB"): ...

show

signature(object = "BioassayDB"): ...

Author(s)

Tyler Backman

See Also

Related classes: bioassaySet, bioassay.

Examples

showClass("BioassayDB")

[Package bioassayR version 1.28.3 Index]