~ubuntu-branches/ubuntu/utopic/libbio-chado-schema-perl/utopic

« back to all changes in this revision

Viewing changes to lib/Bio/Chado/Schema/NaturalDiversity.pod

  • Committer: Package Import Robot
  • Author(s): Olivier Sallou
  • Date: 2011-11-16 08:47:03 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111116084703-2qtwjpma5q794e44
Tags: 0.10010-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
package Bio::Chado::Schema::Result::NaturalDiversity;
2
 
 
3
 
=head1 NAME
4
 
 
5
 
Bio::Chado::Schema::Result::NaturalDiversity - Natural diversity module for dealing with populations, samples, genotypes,
6
 
phenotypes and results of other assays.
7
 
 
8
 
=head1 CHADO MODULE
9
 
 
10
 
Classes in this namespace correspond to tables and views in the
11
 
Chado NaturalDiversity module.
12
 
 
13
 
=head1 CLASSES
14
 
 
15
 
These classes are part of the L<Bio::Chado::Schema> distribution.
16
 
 
17
 
Below is a list of classes in this module of Chado.  Each of the
18
 
classes below corresponds to a single Chado table or view.
19
 
 
20
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdExperiment>
21
 
 
22
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentContact>
23
 
 
24
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentDbxref>
25
 
 
26
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentGenotype>
27
 
 
28
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentPhenotype>
29
 
 
30
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentProject>
31
 
 
32
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentProtocol>
33
 
 
34
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentPub>
35
 
 
36
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentStock>
37
 
 
38
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentStockDbxref>
39
 
 
40
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentStockprop>
41
 
 
42
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentprop>
43
 
 
44
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdGeolocation>
45
 
 
46
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdGeolocationprop>
47
 
 
48
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdProtocol>
49
 
 
50
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdProtocolReagent>
51
 
 
52
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdProtocolprop>
53
 
 
54
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdReagent>
55
 
 
56
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdReagentRelationship>
57
 
 
58
 
L<Bio::Chado::Schema::Result::NaturalDiversity::NdReagentprop>
59
 
 
60
 
=cut
61
 
 
62
 
1;