Skip to content
aubombarely edited this page Sep 14, 2010 · 2 revisions

Biosource is an Ambikon component to manage biological data about samples and protocols.

It interact with the database using DBIx::Class objects with the tables:

  • biosource.bs_sample
  • biosource.bs_protocol
  • biosource.bs_protocol_step
  • biosource.bs_tool

And the linking tables to dbxref, cvterm, pub (from chado schema) and md_files (from metadbdata schema at cxgn-core).

Clone this wiki locally