From 7594d44505e8bebca18fe7ec965862826311c3d7 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Thu, 18 May 2006 23:51:55 +0000 Subject: [PATCH] Manual: Motif/Annotation documentation --- doc/manual/mussagl_manual.rst | 50 ++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/doc/manual/mussagl_manual.rst b/doc/manual/mussagl_manual.rst index ebf16d3..6151604 100644 --- a/doc/manual/mussagl_manual.rst +++ b/doc/manual/mussagl_manual.rst @@ -62,7 +62,8 @@ Supported Platforms: Download -------- -Mussagl can be downloaded from http://mussa.caltech.edu/. +Mussagl in binary form for OS X and Windows and/or source can be +downloaded from http://mussa.caltech.edu/. Install ------- @@ -157,7 +158,9 @@ Instructions: Now click on the 'Browse' button next to the sequence input box and then select /examples/seq/human_mck_pro.fa file. Do the same in the next two sequence input boxes selecting mouse_mck_pro.fa and -rabbit_mck_pro.fa as shown below. +rabbit_mck_pro.fa as shown below. Note that you can create annotation +files using the mussa `Annotation File Format` to add annotations to +your sequence. .. image:: images/define_analysis_step2.png :alt: Choose sequences @@ -384,15 +387,40 @@ Annotations / Motifs Annotations ~~~~~~~~~~~ +Currently annotations can be added to a sequence using the mussa +`annotation file format`_ and can be loaded by selecting the +annotation file when defining a new analysis (see `Create a new +analysis`_ section) or by defining a .mupa file pointing to your +annotation file (see `Load a mussa parameter file`_ section). + Motifs ~~~~~~ Load Motifs from File ********************* +It is possible to load motifs from a file which was saved from a +previous run or by defining your own motif file. See the `Motif File +Format`_ section for details. + +To load a motif file, select **Load Motif List** item from the +**File** menu and select a motif list file. + +.. image:: images/load_motif.png + :alt: Load Motif List + :align: center + + +Save Motifs to File +******************* + +Note: Currently not implemented + + Motif Dialog ************ +FIXME: Continue here. Detailed Info ------------- @@ -501,7 +529,15 @@ Annotation File Format ~~~~~~~~~~~~~~~~~~~~~~ The first line in the file is the sequence name. Each line there after -is a **space** seperated annotation. +is a **space** seperated annotation. + +New as of build 198: + + * The annotation format now supports fasta sequences embeded in the + annotation file as shown in the format example below. Mussagl will + take this sequence and look for an exact match of this sequence in + your sequences. If a match is found, it will label it with the name + of from the fasta header. Format: @@ -512,6 +548,12 @@ Format: + >Fasta Header + ACTGACTGACGTACGTAGCTAGCTAGCTAGCACG + ACGTACGTACGTACGTAGCTGTCATACGCTAGCA + TGCGTAGAGGATCTCGGATGCTAGCGCTATCGAT + ACGTACGGCAGTACGCGGTCAGA + ... Example: @@ -522,6 +564,8 @@ Example: 251 500 Glorp Glorptype 751 1000 Glorp Glorptype 1251 1500 Glorp Glorptype + >My favorite DNA sequence + GATTACA 1751 2000 Glorp Glorptype -- 2.30.2