24 |
=item Subsystem |
=item Subsystem |
25 |
|
|
26 |
Loads B<Subsystem>, B<Role>, B<SSCell>, B<ContainsFeature>, B<IsGenomeOf>, |
Loads B<Subsystem>, B<Role>, B<SSCell>, B<ContainsFeature>, B<IsGenomeOf>, |
27 |
B<IsRoleOf>, B<OccursInSubsystem>, B<ParticipatesIn>, B<HasSSCell>. |
B<IsRoleOf>, B<OccursInSubsystem>, B<ParticipatesIn>, B<HasSSCell>, |
28 |
|
B<Catalyzes>, B<Reaction>, B<ConsistsOfRoles>, B<RoleSubset>, B<HasRoleSubset>, |
29 |
|
B<ConsistsOfGenomes>, B<GenomeSubset>, B<HasGenomeSubset> |
30 |
|
|
31 |
=item Annotation |
=item Annotation |
32 |
|
|
57 |
|
|
58 |
Loads B<ExternalAliasOrg>, B<ExternalAliasFunc>. |
Loads B<ExternalAliasOrg>, B<ExternalAliasFunc>. |
59 |
|
|
60 |
|
=item Reaction |
61 |
|
|
62 |
|
Loads B<ReactionURL>, B<Compound>, B<CompoundName>, |
63 |
|
B<CompoundCAS>, B<IsAComponentOf>. |
64 |
|
|
65 |
=item * |
=item * |
66 |
|
|
67 |
Loads all of the above tables. |
Loads all of the above tables. |
154 |
if ($group eq 'External' || $group eq '*') { |
if ($group eq 'External' || $group eq '*') { |
155 |
$spl->LoadExternalData(); |
$spl->LoadExternalData(); |
156 |
} |
} |
157 |
|
if ($group eq 'Reaction' || $group eq '*') { |
158 |
|
$spl->LoadReactionData(); |
159 |
|
} |
160 |
|
|
161 |
} |
} |
162 |
Trace("Load complete.") if T(2); |
Trace("Load complete.") if T(2); |