File: Sequence.pod

package info (click to toggle)
libbio-chado-schema-perl 0.20000-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,828 kB
  • sloc: perl: 15,306; javascript: 273; makefile: 7; sql: 3
file content (65 lines) | stat: -rw-r--r-- 1,770 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
package Bio::Chado::Schema::Result::Sequence;

=head1 NAME

Bio::Chado::Schema::Result::Sequence - Sequence and sequence features, their localization and properties

=head1 CHADO MODULE

Classes in this namespace correspond to tables and views in the
Chado Sequence module.

=head1 CLASSES

These classes are part of the L<Bio::Chado::Schema> distribution.

Below is a list of classes in this module of Chado.  Each of the
classes below corresponds to a single Chado table or view.

L<Bio::Chado::Schema::Result::Sequence::Feature>

L<Bio::Chado::Schema::Result::Sequence::FeatureCvterm>

L<Bio::Chado::Schema::Result::Sequence::FeatureCvtermDbxref>

L<Bio::Chado::Schema::Result::Sequence::FeatureCvtermPub>

L<Bio::Chado::Schema::Result::Sequence::FeatureCvtermprop>

L<Bio::Chado::Schema::Result::Sequence::FeatureDbxref>

L<Bio::Chado::Schema::Result::Sequence::FeaturePub>

L<Bio::Chado::Schema::Result::Sequence::FeaturePubprop>

L<Bio::Chado::Schema::Result::Sequence::FeatureRelationship>

L<Bio::Chado::Schema::Result::Sequence::FeatureRelationshipPub>

L<Bio::Chado::Schema::Result::Sequence::FeatureRelationshipprop>

L<Bio::Chado::Schema::Result::Sequence::FeatureRelationshippropPub>

L<Bio::Chado::Schema::Result::Sequence::FeatureSynonym>

L<Bio::Chado::Schema::Result::Sequence::Featureloc>

L<Bio::Chado::Schema::Result::Sequence::FeaturelocPub>

L<Bio::Chado::Schema::Result::Sequence::Featureprop>

L<Bio::Chado::Schema::Result::Sequence::FeaturepropPub>

L<Bio::Chado::Schema::Result::Sequence::IntronCombinedView>

L<Bio::Chado::Schema::Result::Sequence::IntronlocView>

L<Bio::Chado::Schema::Result::Sequence::ProteinCodingGene>

L<Bio::Chado::Schema::Result::Sequence::Synonym>

L<Bio::Chado::Schema::Result::Sequence::TypeFeatureCount>

=cut

1;