Genetics

 view release on metacpan or  search on metacpan

doc/Read.html  view on Meta::CPAN

		<LI><A HREF="#getminihaplotype">getMiniHaplotype</A></LI>
		<LI><A HREF="#getdnasample">getDNASample</A></LI>
		<LI><A HREF="#gettissuesample">getTissueSample</A></LI>
		<LI><A HREF="#getmap">getMap</A></LI>
		<LI><A HREF="#getminimap">getMiniMap</A></LI>
	</UL>

	<LI><A HREF="#private methods">Private methods</A></LI>
	<UL>

		<LI><A HREF="#_getobjassocdata">_getObjAssocData</A></LI>
	</UL>

</UL>
<!-- INDEX END -->

<HR>
<P>
<H1><A NAME="name">NAME</A></H1>
<P>Genetics::API::DB::Read</P>
<P>

doc/Read.html  view on Meta::CPAN

  Returns   : A Genetics::Object::Map object.
  Scope     : Public
  Comments  : &quot;Light&quot; version means that the object has only the name and id 
              fields from Object, and it does not contain any associated NameAlias, 
              Contact, DBXReference or Keyword data.  It also has a sub-set of 
              Map-specific fields.</PRE>
<P>
<HR>
<H1><A NAME="private methods">Private methods</A></H1>
<P>
<H2><A NAME="_getobjassocdata">_getObjAssocData</A></H2>
<PRE>
  Function  : get (read) data from and associated with the Object table/object.
  Arguments : Scalar containing an Object.id and a reference to a hash which 
              will be populated with the data.
  Returns   : N/A
  Scope     : Private
  Called by : The various getObjectSubClass methods.
  Comments  : The format of the data structure created by this method is 
              identical to that passed to Object::new().</PRE>

doc/Update.html  view on Meta::CPAN

		<LI><A HREF="#updatehtmarkercollection">updateHtMarkerCollection</A></LI>
		<LI><A HREF="#updatehaplotype">updateHaplotype</A></LI>
		<LI><A HREF="#updatednasample">updateDNASample</A></LI>
		<LI><A HREF="#updatetissuesample">updateTissueSample</A></LI>
		<LI><A HREF="#updatemap">updateMap</A></LI>
	</UL>

	<LI><A HREF="#private methods">Private methods</A></LI>
	<UL>

		<LI><A HREF="#_updateobjassocdata">_updateObjAssocData</A></LI>
		<LI><A HREF="#_updatesubjectkindredrefs">_updateSubjectKindredRefs</A></LI>
		<LI><A HREF="#_updatekindredsubjectrefs">_updateKindredSubjectRefs</A></LI>
		<LI><A HREF="#_updateassayattrs">_updateAssayAttrs</A></LI>
	</UL>

</UL>
<!-- INDEX END -->

<HR>
<P>

doc/Update.html  view on Meta::CPAN

<H2><A NAME="updatemap">updateMap</A></H2>
<PRE>
  Function  : Update a Genetics::Object::Map object in the database.
  Argument  : The Genetics::Object::Map object to be updated.
  Returns   : 1 on success, undef otherwise.
  Scope     : Public</PRE>
<P>
<HR>
<H1><A NAME="private methods">Private methods</A></H1>
<P>
<H2><A NAME="_updateobjassocdata">_updateObjAssocData</A></H2>
<PRE>
  Function  : Update data in, and associated with, the Object table/object.
  Argument  : The Genetics::Object object to be updated.
  Returns   : 1 on success, undef otherwise.
  Scope     : Private
  Called by : The various updateObjectSubClass methods.
  Comments  : The following Object fields cannot be modified: id, objType, 
              dateModified.</PRE>
<P>
<H2><A NAME="_updatesubjectkindredrefs">_updateSubjectKindredRefs</A></H2>



( run in 0.720 second using v1.01-cache-2.11-cpan-454fe037f31 )