| Bio::Chado::Schema::Pub::Pub |
Bio::Chado::Schema::Pub::Pub
A documented provenance artefact - publications, documents, personal communication.
Bio::Chado::Schema::Pub::Pub
data_type: 'integer' is_auto_increment: 1 is_nullable: 0 sequence: 'pub_pub_id_seq'
data_type: 'text' is_nullable: 1
Descriptive general heading.
data_type: 'text' is_nullable: 1
Title of part if one of a series.
data_type: 'varchar' is_nullable: 1 size: 255
data_type: 'varchar' is_nullable: 1 size: 255
Full name of (journal) series.
data_type: 'varchar' is_nullable: 1 size: 255
data_type: 'varchar' is_nullable: 1 size: 255
data_type: 'varchar' is_nullable: 1 size: 255
Page number range[s], e.g. 457--459, viii + 664pp, lv--lvii.
data_type: 'varchar' is_nullable: 1 size: 255
data_type: 'text' is_nullable: 0
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
The type of the publication (book, journal, poem, graffiti, etc). Uses pub cv.
data_type: 'boolean' default_value: false is_nullable: 1
data_type: 'varchar' is_nullable: 1 size: 255
data_type: 'varchar' is_nullable: 1 size: 255
Type: has_many
Related object: the Bio::Chado::Schema::CellLine::CellLineCvterm manpage
Type: has_many
Related object: the Bio::Chado::Schema::CellLine::CellLineFeature manpage
Type: has_many
Related object: the Bio::Chado::Schema::CellLine::CellLineLibrary manpage
Type: has_many
Related object: the Bio::Chado::Schema::CellLine::CellLinepropPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::CellLine::CellLinePub manpage
Type: has_many
Related object: the Bio::Chado::Schema::CellLine::CellLineSynonym manpage
Type: has_many
Related object: the Bio::Chado::Schema::Expression::ExpressionPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Sequence::FeatureCvterm manpage
Type: has_many
Related object: the Bio::Chado::Schema::Sequence::FeatureCvtermPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Expression::FeatureExpression manpage
Type: has_many
Related object: the Bio::Chado::Schema::Sequence::FeaturelocPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Map::FeaturemapPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Sequence::FeaturepropPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Sequence::FeaturePub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Sequence::FeatureRelationshippropPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Sequence::FeatureRelationshipPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Sequence::FeatureSynonym manpage
Type: has_many
Related object: the Bio::Chado::Schema::Library::LibraryCvterm manpage
Type: has_many
Related object: the Bio::Chado::Schema::Library::LibrarypropPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Library::LibraryPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Library::LibrarySynonym manpage
Type: has_many
Related object: the Bio::Chado::Schema::NaturalDiversity::NdExperimentPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Genetic::Phendesc manpage
Type: has_many
Related object: the Bio::Chado::Schema::Genetic::PhenotypeComparison manpage
Type: has_many
Related object: the Bio::Chado::Schema::Genetic::PhenotypeComparisonCvterm manpage
Type: has_many
Related object: the Bio::Chado::Schema::Genetic::Phenstatement manpage
Type: has_many
Related object: the Bio::Chado::Schema::Phylogeny::PhylonodePub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Phylogeny::PhylotreePub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Project::ProjectPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Mage::Protocol manpage
Type: belongs_to
Related object: the Bio::Chado::Schema::Cv::Cvterm manpage
Type: has_many
Related object: the Bio::Chado::Schema::Pub::Pubauthor manpage
Type: has_many
Related object: the Bio::Chado::Schema::Pub::PubDbxref manpage
Type: has_many
Related object: the Bio::Chado::Schema::Pub::Pubprop manpage
Type: has_many
Related object: the Bio::Chado::Schema::Pub::PubRelationship manpage
Type: has_many
Related object: the Bio::Chado::Schema::Pub::PubRelationship manpage
Type: has_many
Related object: the Bio::Chado::Schema::Stock::StockCvterm manpage
Type: has_many
Related object: the Bio::Chado::Schema::Stock::StockpropPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Stock::StockPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Stock::StockRelationshipCvterm manpage
Type: has_many
Related object: the Bio::Chado::Schema::Stock::StockRelationshipPub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Mage::Study manpage
Usage: $set->create_pubprops({ baz => 2, foo => 'bar' }); Desc : convenience method to create pubprop properties using cvterms from the ontology with the given name Args : hashref of { propname => value, ...}, options hashref as: { autocreate => 0, (optional) boolean, if passed, automatically create cv, cvterm, and dbxref rows if one cannot be found for the given pubprop name. Default false.
cv_name => cv.name to use for the given pubprops.
Defaults to 'pub_property',
db_name => db.name to use for autocreated dbxrefs,
default 'null',
dbxref_accession_prefix => optional, default
'autocreated:',
definitions => optional hashref of:
{ cvterm_name => definition,
}
to load into the cvterm table when autocreating cvterms
rank => force numeric rank. Be careful not to pass ranks that already exist
for the property type. The function will die in such case.
allow_duplicate_values => default false.
If true, allow duplicate instances of the same cvterm
and value in the properties of the pubprop. Duplicate
values will have different ranks.
}
Ret : hashref of { propname => new pubprop object }
Robert Buels <rbuels@cpan.org>
This software is copyright (c) 2009 by Robert Buels.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Bio::Chado::Schema::Pub::Pub |