Skip to content

Commit

Permalink
Some grammar improvements.
Browse files Browse the repository at this point in the history
Peter: Resolved conflicts during merge
  • Loading branch information
cbrueffer authored and peterjc committed Mar 29, 2013
1 parent ca7762e commit 38e4c56
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Doc/Tutorial.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11377,10 +11377,10 @@ \section{Future plans}
\chapter{Sequence motif analysis using Bio.motifs}

This chapter gives an overview of the functionality of the
\verb|Bio.motifs| package included in Biopython distribution. It is intended
for people who are involved in analysis of sequence motif, so I'll
\verb|Bio.motifs| package included in Biopython. It is intended
for people who are involved in the analysis of sequence motifs, so I'll
assume that you are familiar with basic notions of motif analysis. In
case something is unclear, please look into Section~\ref{sec:links}
case something is unclear, please look at Section~\ref{sec:links}
for some relevant links.

Most of this chapter describes the new \verb|Bio.motifs| package included
Expand All @@ -11390,7 +11390,7 @@ \chapter{Sequence motif analysis using Bio.motifs}
most of their functionality with a unified motif object implementation.

Speaking of other libraries, if you are reading this you might be
interested in the \href{http://fraenkel.mit.edu/TAMO/}{TAMO}, another Python library
interested in \href{http://fraenkel.mit.edu/TAMO/}{TAMO}, another python library
designed to deal with sequence motifs. It supports more \emph{de-novo}
motif finders, but it is not a part of Biopython and has some restrictions
on commercial use.
Expand Down Expand Up @@ -11524,7 +11524,7 @@ \subsection{Creating a motif from instances}
>>> m.degenerate_consensus
Seq('WACVC', IUPACAmbiguousDNA())
\end{verbatim}
Here, W and R follow the IUPAC nucleotide ambiguity codes: W is either A or T, and V is A, C, or G \cite{cornish1985}. The degenerate consensus sequence is constructed followed the rules specified by Cavener \cite{cavener1987}.
Here, W and R follow the IUPAC nucleotide ambiguity codes: W is either A or T, and V is A, C, or G \cite{cornish1985}. The degenerate consensus sequence is constructed following the rules specified by Cavener \cite{cavener1987}.

We can also get the reverse complement of a motif:
%cont-doctest
Expand Down Expand Up @@ -11560,8 +11560,10 @@ \subsection{Reading motifs}

\subsubsection*{JASPAR}
One of the most popular motif databases \href{http://jaspar.genereg.net}{JASPAR}
stores motifs either as a list of instances, or as a frequency matrix.
As an example, these are the beginning and ending lines of the JASPAR \verb+Arnt.sites+ file showing known binding sites of the mouse helix-loop-helix transcription factor Arnt:
stores motifs either as a list of instances, or as a frequency matrix.
As an example, these are the beginning and ending lines of the JASPAR
\verb+Arnt.sites+ file showing known binding sites of the mouse
helix-loop-helix transcription factor Arnt:
\begin{verbatim}
>MA0004 ARNT 1
CACGTGatgtcctc
Expand Down

0 comments on commit 38e4c56

Please sign in to comment.