Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 763d6289e1351f2d34257ce697a3ccb7 > files > 1259

biopython-doc-1.47-2mdv2008.1.x86_64.rpm

<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>Bio.Restriction</title>
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
  <script type="text/javascript" src="epydoc.js"></script>
</head>

<body bgcolor="white" text="black" link="blue" vlink="#204080"
      alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="middle">

  <!-- Tree link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Index link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Help link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>

      <th class="navbar" width="100%"></th>
  </tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
  <tr valign="top">
    <td width="100%">
      <span class="breadcrumbs">
        <a href="Bio-module.html">Package&nbsp;Bio</a> ::
        Package&nbsp;Restriction
      </span>
    </td>
    <td>
      <table cellpadding="0" cellspacing="0">
        <!-- hide/show private -->
        <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
    onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
        <tr><td align="right"><span class="options"
            >[<a href="frames.html" target="_top">frames</a
            >]&nbsp;|&nbsp;<a href="Bio.Restriction-module.html"
            target="_top">no&nbsp;frames</a>]</span></td></tr>
      </table>
    </td>
  </tr>
</table>
<!-- ==================== PACKAGE DESCRIPTION ==================== -->
<h1 class="epydoc">Package Restriction</h1><p class="nomargin-top"><span class="codelink"><a href="Bio.Restriction-pysrc.html">source&nbsp;code</a></span></p>
<pre class="literalblock">

Usage :
=====

    &gt;&gt;&gt; from Rana.fts import fts    # 
    &gt;&gt;&gt; from Rana.Vector import *   # Just a way to get a sequence.
    &gt;&gt;&gt; from Bio.Seq import Seq     # Use your prefer method here.
    &gt;&gt;&gt; pbr = fts(pBR322)           #
    &gt;&gt;&gt; seq = Seq(str(pbr))         #
    &gt;&gt;&gt;
    &gt;&gt;&gt; from Bio.Restriction import *
    &gt;&gt;&gt; a = Analysis(AllEnzymes, seq, linear=False)
    &gt;&gt;&gt; b = a.blunt()
    &gt;&gt;&gt; a.print_that()              # no argument -&gt; print all the results
    AasI       :  2169, 2582.
    AatII      :  4289.
    Acc16I     :  263, 1359, 1457, 3589.
    ...
        More enzymes here.
    ...
    &gt;&gt;&gt; b = a.without_site()
    &gt;&gt;&gt; a.print_that(b, '', '
 Enzymes which do not cut pBR322.

')

     Enzymes which do not cut pBR322.

    AarI      AatI      Acc65I    AcsI      AcvI      AdeI      AflII     AgeI      
    AhlI      AleI      AloI      ApaI      ApoI      AscI      AsiAI     AsiSI     
    Asp718I   AspA2I    AsuII     AvaIII    AvrII     AxyI      BaeI      BbrPI     
    BbvCI     BclI      BcuI      BfrBI     BfrI      BglII     BlnI      BlpI      
    BmgBI     BmgI      BplI      Bpu1102I  Bpu14I    BsaXI     Bse21I    BsePI     
    BseRI     BshTI     BsiWI     Bsp119I   Bsp120I   Bsp1407I  Bsp1720I  Bsp19I    
    BspT104I  BspTI     BsrGI     BssHI     BssHII    Bst98I    BstAUI    BstBI     
    BstEII    BstPI     BstSNI    BstXI     Bsu36I    BtrI      CciNI     CelII     
    Cfr42I    Cfr9I     CpoI      Csp45I    CspAI     CspCI     CspI      DraIII    
    DrdII     Ecl136II  Eco105I   Eco147I   Eco72I    Eco81I    Eco91I    EcoICRI   
    EcoO65I   EcoRI     EcoT22I   EspI      FalI      FbaI      FseI      FunII     
    HpaI      KpnI      Ksp22I    KspAI     KspI      MabI      MfeI      MluI      
    Mph1103I  MspCI     MssI      MunI      NcoI      NotI      NsiI      NspV      
    OliI      PacI      PaeR7I    PasI      PauI      PceI      Pfl23II   PinAI     
    PmaCI     PmeI      PmlI      Ppu10I    PsiI      Psp124BI  PspAI     PspCI     
    PspEI     PspLI     PspOMI    PspXI     PsrI      RleAI     Rsr2I     RsrII     
    SacI      SacII     SanDI     SauI      SbfI      SciI      SdaI      SexAI     
    SfiI      Sfr274I   Sfr303I   SfuI      SgfI      SgrBI     SlaI      SmaI      
    SmiI      SnaBI     SpeI      SplI      SrfI      Sse232I   Sse8387I  Sse8647I  
    SseBI     SspBI     SstI      StuI      SunI      SwaI      TliI      UthSI     
    Vha464I   XapI      XbaI      XcmI      XhoI      XmaCI     XmaI      XmaJI     
    Zsp2I     

    &gt;&gt;&gt;
    

</pre>

<!-- ==================== SUBMODULES ==================== -->
<a name="section-Submodules"></a>
<table class="summary" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
  <td colspan="2" class="table-header">
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr valign="top">
        <td align="left"><span class="table-header">Submodules</span></td>
        <td align="right" valign="top"
         ><span class="options">[<a href="#section-Submodules"
         class="privatelink" onclick="toggle_private();"
         >hide private</a>]</span></td>
      </tr>
    </table>
  </td>
</tr>
  <tr><td class="summary">
  <ul class="nomargin">
    <li> <strong class="uidlink"><a href="Bio.Restriction.PrintFormat-module.html">Bio.Restriction.PrintFormat</a></strong>    </li>
    <li> <strong class="uidlink"><a href="Bio.Restriction.RanaConfig-module.html">Bio.Restriction.RanaConfig</a></strong>    </li>
    <li> <strong class="uidlink"><a href="Bio.Restriction.Restriction-module.html">Bio.Restriction.Restriction</a></strong>: <em class="summary">Notes about the diverses class of the restriction enzyme implementation.</em>    </li>
    <li> <strong class="uidlink"><a href="Bio.Restriction.Restriction_Dictionary-module.html">Bio.Restriction.Restriction_Dictionary</a></strong>    </li>
    <li class="private"> <strong class="uidlink"><a href="Bio.Restriction._Update-module.html">Bio.Restriction._Update</a></strong>
    <ul class="private">
    <li> <strong class="uidlink"><a href="Bio.Restriction._Update.RestrictionCompiler-module.html">Bio.Restriction._Update.RestrictionCompiler</a></strong>: <em class="summary">Convert a serie of Rebase files into a Restriction_Dictionary.py module.</em>    </li>
    <li> <strong class="uidlink"><a href="Bio.Restriction._Update.Update-module.html">Bio.Restriction._Update.Update</a></strong>: <em class="summary">Update the Rebase emboss files used by Restriction to build the 
        Restriction_Dictionary.py module.</em>    </li>
    </ul>
    </li>
  </ul></td></tr>
</table>

<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="middle">

  <!-- Tree link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Index link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Help link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>

      <th class="navbar" width="100%"></th>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
  <tr>
    <td align="left" class="footer">
    Generated by Epydoc 3.0.1 on Mon Sep 15 09:26:25 2008
    </td>
    <td align="right" class="footer">
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
        >http://epydoc.sourceforge.net</a>
    </td>
  </tr>
</table>

<script type="text/javascript">
  <!--
  // Private objects are initially displayed (because if
  // javascript is turned off then we want them to be
  // visible); but by default, we want to hide them.  So hide
  // them unless we have a cookie that says to show them.
  checkCookie();
  // -->
</script>
</body>
</html>