<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MacVector talk &#187; Techniques</title>
	<atom:link href="http://macvector.com/blog/category/techniques/feed/" rel="self" type="application/rss+xml" />
	<link>http://macvector.com/blog</link>
	<description>General musings from the MacVector team about sequence analysis, molecular biology, the Mac in general and of course your favorite sequence analysis app for the Mac!</description>
	<lastBuildDate>Mon, 23 Jan 2012 14:30:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>MacVector 12.5: Creating alignments with T-Coffee and Muscle</title>
		<link>http://macvector.com/blog/2012/01/macvector-12-5-creating-alignments-with-t-coffee-and-muscle/</link>
		<comments>http://macvector.com/blog/2012/01/macvector-12-5-creating-alignments-with-t-coffee-and-muscle/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 23:29:50 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[MSA]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=742</guid>
		<description><![CDATA[With MacVector 12.5 we&#8217;ve added additional multiple sequence alignment (MSA) algorithms. Muscle and T-coffee have been added to the Multiple Sequence Alignment editor complementing the existing ClustalW algorithm. We&#8217;ve wanted both of these for a while now and judging from the results of last year&#8217;s survey so have many users. Both T-Coffee and Muscle are [...]]]></description>
			<content:encoded><![CDATA[<p>With MacVector 12.5 we&#8217;ve added additional <a href="http://en.wikipedia.org/wiki/Multiple_sequence_alignment">multiple sequence alignment (MSA)</a> algorithms. <a href="http://www.drive5.com/muscle/">Muscle</a> and <a href="http://tcoffee.crg.cat/">T-coffee</a> have been added to the Multiple Sequence Alignment editor complementing the existing ClustalW algorithm. We&#8217;ve wanted both of these for a while now and judging from the results of last year&#8217;s survey so have many users.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2011/10/MV125_MuscleTcoffee.png" alt="MV125 MuscleTcoffee" title="MV125_MuscleTcoffee.png" border="0" width="600" height="380" style="float:center;" /></p>
<p>Both T-Coffee and Muscle are progressive alignment algorithms as is ClustalW. Progressive alignments generally build a guide tree that represents the pairwise relationships between each possible pair of sequences in the alignment. A multiple sequence alignment is then built sequentially using the tree as a construction guide.  T-Coffee builds a library of all pairwise alignments but also aligns each sequence in the pair with a third sequence in the sequence set before building the MSA. Muscle does not do a pairwise alignment but instead uses an approximate method of comparing the number of short subsequences (k-mers, k-tuples or words) that each pair of sequences share.  You can immediately see how this is much faster for alignments containing many sequences where the number of pairwise alignments needed to construct the tree is high. </p>
<p><a href="http://en.wikipedia.org/wiki/T-Coffee">T-Coffee</a> is regarded as being slightly slower than ClustalW but will produce more accurate alignments for distantly related amino acid sequences. <a href="http://www.ncbi.nlm.nih.gov/pubmed/10964570">Here&#8217;s</a> the original publication. Incidentally T-Coffee stands for <strong>T</strong>ree based <strong>C</strong>onsistency <strong>O</strong>bjective <strong>F</strong>unction <strong>F</strong>or <strong>A</strong>lignm<strong>E</strong>nt <strong>E</strong>valuation.</p>
<p>Muscle is generally regarded as <a href="http://en.wikipedia.org/wiki/MUSCLE_(alignment_software)">faster</a> than Clustalw and T-Coffee at the penalty of being slightly less accurate.</p>
<p>All three algorithms are integrated into the MSA editor. This means you can try all three algorithms on the same alignment to see the results.</p>
<p>Here&#8217;s a few benchmark for protein sequence alignments (the files are in the Sample Files folder in the MacVector application folder:</p>
<p>
<li>All three algorithms will align the Prions alignment in 4/5 seconds on a 2006 MacBook Pro with similar results.</li>
</p>
<p>
<li>The Mammalian mtDNA genomes (protein) alignment assembles in: </li>
</p>
<p>- <strong>Clustalw:</strong> 1min26secs</p>
<p>- <strong>Muscle:</strong> 12 seconds</p>
<p>- <strong>T-Coffee:</strong> 17mins22secs</p>
<p>Because of the initial step of constructing the pairwise alignments tree, progressive alignment algorithms have difficulties with alignments where do not overlap at all. For example take an alignment of three sequences where you have 5kb sequence and two regions of this sequence of around 1KB long. One subsequence aligns from 1,000 to 2,000 of the 10kb sequence and the other aligns at 4,000 to 5,000. Most progressive alignments will try to create initial pairwise alignments of all combinations of sequences and that skews the alignment so that it prefers to align the sequences so that there is at least one segment of overlap between all of the input sequence. Due to not creating pairwise alignments the &#8220;Muscle&#8221; algorithm is unique amongst these three algorithms as it will align this type of data as long as the &#8220;Diagonals&#8221; optimization parameter is set to &#8220;On&#8221;. </p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/bowtie" rel="tag">Sequence Alignments</a>, <a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a></p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2012/01/macvector-12-5-creating-alignments-with-t-coffee-and-muscle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacVector 12.5: Sequence Assembly made easy.</title>
		<link>http://macvector.com/blog/2011/10/macvector-12-5-using-assembler/</link>
		<comments>http://macvector.com/blog/2011/10/macvector-12-5-using-assembler/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 20:43:29 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[assembler]]></category>
		<category><![CDATA[NGS]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=669</guid>
		<description><![CDATA[This is part of a series of posts about and leading up to the release of MacVector 12.5. Assembler has always made it easy to assemble your sequencing projects. It hides the complicated algorithms and provides a point and click interface to show you the results. With the release of MacVector 12.5 the range of [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is part of a series of posts about and leading up to the release of MacVector 12.5.</em></p>
<p> Assembler has always made it easy to assemble your sequencing projects. It hides the complicated algorithms and provides a point and click interface to show you the results. With the release of MacVector 12.5 the range of tasks that Assembler will perform has been greatly extended. Now with the addition of high throughput reference assembly using the popular Bowtie algorithm, Assembler can now support the alignment of many millions of NGS reads against genome sized references. Assembler will also generate output in the popular BAM format. Collections of contigs can be exported in FastQ format for additional analysis. Additionally the interface has been enhanced to increase the number of reads that can be submitted for de novo assembly. ..and to analyse your assemblies SNP detection and reporting has been enhanced with VCF output from Bowtie alignments and listing of all the codon and amino acid changes between the consensus and reference sequence alignments.</p>
<p>Here&#8217;s a selection of tasks that Assembler will make easy for you</p>
<h3>De novo assembly of Sanger trace files</h3>
<p>Add in your Sanger sequencing trace files, basecall the reads to improve accuracy then assemble using quality scores.</p>
<h3><em>de novo</em> short read Assembly</h3>
<p>Add short reads from a variety of sources in FASTQ format as well as Sanger sequencing. Great for Hybrid assemblies</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2011/10/MV125_BowtieOverview.png" alt="MV125 BowtieOverview" title="MV125_BowtieOverview.png" border="0" width="600" height="425" /></p>
<h3>Reference assembly to identify SNPs in a bacterial/viral isolate</h3>
<p>Add a Reference sequence and an NGS file(s) representing the sequence of an individual isolate and assemble using Bowtie. View a report listing all the potential SNPs based on the differences between the consensus and the reference. Be able to quickly identify the genes that the SNPs lie in and drill down to view the nucleotide and amino acid changes.</p>
<h3><em>De novo</em> bacterial assembly assisted by a Reference scaffold</h3>
<p>Create a reference assembly using Bowtie, then take the individual contig consensus sequences along with all the input NGS Reads that did not assemble and assemble with a <em>de novo</em> assembler (Phrap) directly from within a new Assembly Project.</p>
<h3>Assembly to multiple similar references</h3>
<p>Take reference sequences from a series of closely related strains of virus or bacteria. The reads come from a single isolate. Use Bowtie to assemble these against the collection of References to determine which is most closely related (or identical) to the isolate.</p>
<h3>Assembly to multiple dissimilar references to identify SNPs</h3>
<p>Essentially similar to the bacterial SNP assembly, but using yeast or some other organism with multiple genomes (or even some bacteria that have multiple chromosomes or large plasmids).</p>
<h3>Exome (transcriptome) sequencing)</h3>
<p>Use the genomic sequence of an organism as a reference and align reads from sequenced mRNA, cDNA or total RNA of that same organism. Uses are splice site junction identification, novel gene identification amongst many others.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2011/10/MV125_ReferenceContigCoverageMapSymbols.png" alt="MV125 ReferenceContigCoverageMapSymbols" title="MV125_ReferenceContigCoverageMapSymbols.png" border="0" width="600" height="264" /></p>
<p><strong><br />
..and remember if you purchase an upgrade or a new license before the release of MacVector 12.5 you will get a 10% discount and a free upgrade to MacVector 12.5 when it is released.  Contact <a href="mailto:sales@macvector.com?Subject=MacVector%20discount ">Sales@macvector.com</a> and quote <em>&#8220;MV12510&#8243;</em> for the discount.</strong></p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/bowtie" rel="tag">bowtie</a>, <a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a></p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2011/10/macvector-12-5-using-assembler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Label customisation using metatags in the Map View</title>
		<link>http://macvector.com/blog/2011/04/label-customisation-using-metatags-in-the-map-view/</link>
		<comments>http://macvector.com/blog/2011/04/label-customisation-using-metatags-in-the-map-view/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 15:38:27 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[map view]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=542</guid>
		<description><![CDATA[MacVector has always given the user great control in being able to customise the map&#8217;s appearance. By default the label will show the full text description of a feature and all its qualifiers (see the first metatag in the list below). However, the label can contain whatever text you want it to display. Obviously you [...]]]></description>
			<content:encoded><![CDATA[<p>MacVector has always given the user great control in being able to customise the map&#8217;s appearance. By default the label will show the full text description of a feature and all its qualifiers (see the first metatag in the list below).  However, the label can contain whatever text you want it to display.  Obviously you do not want to waste lots of time changing multiple labels and so MacVector has metatags to define the information that is placed inside the Label. For example using the code below will show the name and location of a feature. Incidentally this is the default label for restriction enzyme sites as shown in the screenshot below.</p>
<pre><code>&lt;Description&gt; (&lt;Start&gt;) </code></pre>
<p>The full list of metatags is:</p>
<ul>
<li><code>&lt;Description&gt;</code> or <code>&lt;Desc&gt;</code> the text of the description associated with a feature replaces this tag. In the case of a Restriction Enzyme, this is the name of the Enzyme.</li>
<li><code>&lt;Start&gt;</code> displays the start location of the feature (for an RE that is the cut site).</li>
<li><code>&lt;Stop&gt;</code> displays the stop location of the feature (for an RE that is the cut site and is identical to <code>&lt;Start&gt;</code>).</li>
<li><code>&lt;Size&gt;</code> displays the size of a feature.</li>
<li><code>&lt;Length&gt;</code> (functionally equivalent with the above metatag).</li>
<li><code>&lt;Type&gt;</code> &#8211; substitutes the type of feature e.g. &#8220;CDS&#8221;, or &#8220;mRNA&#8221; or &#8220;source&#8221;.</li>
</ul>
<p><em>The following metatag applies only to feature graphic types and is disabled for others:</em></p>
<ul>
<li><code>&lt;Segment&gt;</code> shows the position of this feature in multi-segmented features.</li>
</ul>
<p><em>The following three metatags apply only to restriction enzyme cut sites and are disabled for other features:</em></p>
<ul>
<li><code>&lt;Total&gt;</code> shows the count of this particular feature type.</li>
<li><code>&lt;Count&gt;</code> shows the count of this particular feature type (functionally equivalent with <code>&lt;Total&gt;</code>).</li>
<li><code>&lt;Index&gt;</code> shows the order of an individual feature in the above number.</li>
</ul>
<p>Incidentally the last three metatags do provide very useful information on restriction enzyme cut sites, especially for cloning.</p>
<p>e.g. <code>&lt;Desc&gt; (&lt;Index&gt;/&lt;Total&gt;)</code> would generate labels like <strong>&#8220;BamHI (1/3)”</strong>, which means it&#8217;s the first cut site our of a total of three, <strong>“BamHI (2/3)&#8221;</strong> second of three etc.</p>
<p>You can also use metatags to display subsets of information in the feature description using qualifier information. Qualifiers are GenBank tags that supply extra information about a Feature keyword other than the type and location that are already supplied.  Some Feature Keywords have mandatory qualifers, whereas some are entirely optional and can have none. For example the Feature Keyword <strong>CDS</strong> might contain the Gene name (<strong>/gene</strong>), the translated product (<strong>/product</strong>), the actual translation (<strong>/translation</strong>) and perhaps even the protein&#8217;s function (<strong>/function</strong>). As an example of a mandatory qualifier the <strong>Source</strong> Feature Type must contain the <strong>/organism</strong> qualifier. You can read the full set of Feature Keywords and Qualifiers on the NCBI&#8217;s <a href="http://www.ncbi.nlm.nih.gov/collab/FT">Feature Table</a> page.</p>
<p>The <code>&lt;Description&gt;</code> metatag displays the entire set of Qualifiers. Using the actual qualifier as a metatag will just use that specfic piece of information instead. For example <code>&lt;gene&gt;(&lt;number&gt;)</code>” will display <strong>My Gene (1)</strong> if the qualifiers <strong>/gene</strong>=”My Gene” and <strong>/number</strong>=”1” are present in the feature description. Using a specific qualifier usually provides a far more succinct label than the full <code>&lt;Description&gt;</code>, particularly for feature-rich sequences imported from GenBank or Entrez. Please note that Qualifier based meta-tags are skipped if the qualifier doesn’t exist in the feature description.</p>
<p>Metatags are case insensitive and if a metatag is not found it will be removed from the label string.</p>
<p>Finally to make all this easier there is a popup menu in the Feature Symbol editor that lets you view all of the available meta-tags and insert them into the label. Click on the small triangle to the left of the label edit box.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="MV12_Metatags.png" src="http://macvector.com/blog/wp-content/uploads/2011/04/MV12_Metatags.png" border="0" alt="MV12 Metatags" width="600" height="531" /></p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<br />
<a rel="tag" href="http://technorati.com/tag/MacVector">MacVector</a></p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2011/04/label-customisation-using-metatags-in-the-map-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aligning primers against a template sequence</title>
		<link>http://macvector.com/blog/2010/11/aligning-primers-against-a-template-sequence/</link>
		<comments>http://macvector.com/blog/2010/11/aligning-primers-against-a-template-sequence/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 12:52:42 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[pcr]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=401</guid>
		<description><![CDATA[A common request, especially in our recent survey, is to align existing primer sequences against a template sequence. There are many ways to do this in MacVector, depending on what your requirements are Using the Find dialog For quickly finding a single primer in a sequence the Find dialog is the first point of call. [...]]]></description>
			<content:encoded><![CDATA[<p>A common request, especially in our recent survey, is to align existing primer sequences against a template sequence. There are many ways to do this in MacVector, depending on what your requirements are</p>
<h2><b>Using the Find dialog</b></h2>
<p>For quickly finding a single primer in a sequence the Find dialog is the first point of call. This allows you to find any sequence, whether it binds to the complementary strand, it is reversed or both. It also allows you to state which end of the sequence to start from and in which direction to scan the sequence (not necessarily obvious!). The <b>Find</b> dialog (see below) is a little daunting to look at first (in fact due to recent user feedback we will hiding most of the functionality in the next release). However, it is very powerful and in most cases you do not need to change anything as the default settings will work for the majority of cases.</p>
<p>To use find:</p>
<p>(i) open up your sequence and use the menu option <b>EDIT > FIND</b> or use the key combination <b>CMD &#8211; F</b></p>
<p>(ii) Enter your primer sequence in the <b>FIND</b> box and click <b>FIND</b>.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2010/11/FindDialogue.png" alt="FindDialogue.png" title="FindDialogue.png" border="0" width="400" height="260" /></p>
<p><b>When to use: </b><em>When you need to find a single primer very quickly and do not need to store the results</em></p>
<p><B>Benefits:</B><em> quick and easy to use</em></p>
<p><B>Limitations:</B><em> You can only find a single primer. Only perfect matches are allowed. No primer statistics. </em></p>
</p>
<h2>
<p><b>Align to Reference</b></p>
</h2>
<p>If you want to quickly align a large set of primers against a template sequence, then as long as each primer is in a separate MacVector file, or a multi sequence fasta file then you can use Sequence Confirmation in the <a href="http://www.macvector.com/MacVector/aligntoreferencesequenceco.html">Align to Reference</a> function:</p>
<p>(i) Open the template file and go to <b>ANALYZE > ALIGN TO REFERENCE</b></p>
<p>(ii) Import your primer sequences.</p>
<p>(iii) Click on <b>ALIGN</b></p>
<p>(iv) Change the drop down menu to <b>Sequence Confirmation</b> then change these parameters:</p>
<p>- <strong>MATCH</strong> to 5.</p>
<p>- <strong>SENSITIVITY</strong> to 10.</p>
<p>- If you suspect your primers may not be a perfect match then reduce <strong>SCORE THRESHOLD</strong> until your primer aligns.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2010/11/ALIGN2REFdialogue.png" alt="ALIGN2REFdialogue.png" title="ALIGN2REFdialogue.png" border="0" width="400" height="300" /></p>
<p>The resulting alignment will show your primers aligned against the template. You can switch to the Map view to show a graphical overview of all your primers and where they are located on the sequence. You can use the Editor view for a sequence level representation of the primer aligned against the template.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2010/11/ALIGN2REFprimerAlign.png" alt="ALIGN2REFprimerAlign.png" title="ALIGN2REFprimerAlign.png" border="0" width="600" height="500" /></p>
<p><b>When to use: </b><em>When you need to find many primers over a large sequence</em></p>
<p><B>Benefits:</B><em> Easy to visualize a great quantity of primers against a template</em></p>
<p><B>Limitations:</B><em> Your primer sequences need to be in a file already. No primer statistics.</em></p>
<h2>Analyze Primer->Test PCR Primer Pair..</h2>
<p>This function is fairly easy to use and gives a large amount of detail about your primers. For example secondary structure, what size the product will be and even the most ideal Tm for your PCR run.</p>
<p>(i) Open your sequence and go to <b>PRIMERS > Test PCR Primer Pairs</b></p>
<p>(ii) Copy and paste your two sequences in the two boxes. <i>Note you will need to have pasted them into an external application</i>.
<p>(iii) Click <b>APPLY</b> and see your primers detailed statistics.</p>
<p>(iv) Click OK to see the full statistics on the primers and product.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2010/11/PCRTestPrimerPairs.png" alt="PCRTestPrimerPairs.png" title="PCRTestPrimerPairs.png" border="0" width="450" height="380" /></p>
<pre>Primer pair details:
	Major product size: 538 bp</pre>
<pre>Product details:
[  1] primer 1: score 20, mismatches 0, upper strand 1055 to 1074
				Tm: 51.4 deg C (from target sequence)
				The 3' end of the primer binds within the product
	  primer 2: score 20, mismatches 0, lower strand 1592 to 1573
				Tm: 51.7 deg C (from target sequence)
				The 3' end of the primer binds within the product
	  Tm difference of pair: 0.3 deg C
	  Product:  538 bp (1055 to 1592)
				Optimal annealing temp:   55.0,
				pct G+C:   46.7          	Tm:   77.8 deg C</pre>
<pre>       5'  -GGTCCACTTCGTATGCTGGT- 3' (primer 1)
            ||||||||||||||||||||
  1055 5'-..GGTCCACTTCGTATGCTGGT..<-   498bp ->..
       3'-..CCAGGTGAAGCATACGACCA..             ..</pre>
<pre>
                         ..CATCACCTTTGGGCTTGTTT..   1592
                         ..GTAGTGGAAACCCGAACAAA..
                           ||||||||||||||||||||
                       3' -GTAGTGGAAACCCGAACAAA- 5' (primer 2)
</pre>
<p><b>When to use: </b><em>When you need detailed output about a pair of primers and their product. Including recommended Tm for the annealing stage of the PCR.</em></p>
<p><B>Benefits:</B><em> highly detailed output about primers and product</em></p>
<p><B>Limitations:</B><em> You can only analyze a pair of primers.</em></p>
<h2><b>Nucleic Acid Subsequence search</b></h2>
<p><a href="http://macvector.com/blog/2010/10/jaspar-macvector-subsequence-searches/">Subsequence searching</a> allows you to find any significant region with a consensus sequence, in your sequence. This function allows you to keep a library of sequence patterns of either nucleic acid or proteins. You can use subsequences with complex patterns for the search as this function uses a powerful nomenclature (similar to Prosite&#8217;s) for creating patterns. Furthermore each pattern can have up to three distinct segments, separated by variable inter-segment regions, and you can control the overall similarity required for a match as well as defining residues which must be 100% conserved.</p>
<p>A common usage of this function is storing a library of primers.</p>
<p>You can easily <a href="http://macvector.com/blog/2010/10/creating-your-own-subsequence-library-of-primers/">create</a> such a library by creating a CSV file of your primers. Then you can use the Primer Convertor tool to convert this CSV file into a subsequence file. Primer Convertor is supplied with MacVector, however, you can download an updated version of this utility from <a href="http://www.macvector.com/Downloads/PrimerConverter.app.zip">here</a>.</p>
<p>Once you have created this file then use these steps to find primers in any sequence:</p>
<p>(i) Open up your sequence</p>
<p>(ii) Select <b>ANALYZE.. > SUBSEQUENCE</b>.</p>
<p>(iii) Choose your subsequence file and click OK.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2010/10/SubsequencePrimer.png" alt="SubsequencePrimer.png" title="SubsequencePrimer.png" border="0" width="600" height="211" /></p>
<p><b>When to use: </b><em>When you have a need to repeat the same set of primers multiple times against different sequences</em></p>
<p><B>Benefits:</B><em> Easy way to perform regular analyses</em></p>
<p><B>Limitations:</B><em> You need to prepare a subsequence file containing all your primers.</em></p>
<h2><b>Design Primers (Primer3)</b></h2>
<p>Currently <b>Design Primers (Primer3)</b> is not very flexible when it comes to testing primers as opposed to designing them. There are no preset defaults for testing primers. However, it is a powerful tool and will uniquely allow you to design a new primer to match an existing primer. To use this tool you need to change the default settings which are meant to design a pair of primers to amplify the selected sequence.</p>
<p><em>
<p>If you just want to test a pair of primers and you have no other criteria:</em></p>
<p>(i) Select <b>ANALYZE > PRIMERS > DESIGN PRIMERS (PRIMER3)</b></p>
<p>(ii) Change the drop down menus of each primer field to <b>USE THIS PRIMER</b> and paste in your primers</p>
<p>(iii) Select <b>REGION TO SCAN</b> from the design method drop-down list.
</p>
<p>(iv) Change area to scan to be the full length of your sequence.</p>
<p>(v) Ensure that the <b>REGION TO SCAN</b> values entirely encompasses the area that contains the expected product (easiest way is to select the entire sequence).</p>
<p>(vi) Ensure that the <b>PRODUCT SIZE</b> limits are above and below the expected product size (TIP: make them generously above and below).</p>
<p><em>
<p>If you do have a specific product in mind, then: </em>
</p>
<p>(i) Select the feature that you want to amplify.</p>
<p>(ii) Select <b>ANALYZE > PRIMERS > DESIGN PRIMERS (PRIMER3).</b></p>
<p>(iii) Change the drop down menus of each primer field to <b>USE THIS PRIMER</b> and paste in your primers.</p>
<p>or</p>
<p>(iii) If you want to design a primer to match an existing primer change the drop down menu of your existing primer field to <b>USE THIS PRIMER</b> and paste in your primer. Leave the other drop down menu to <b>FIND PRIMER</b>.</p>
<p>(iv) If you know your primers are either 200bp upstream or downstream from the 5&#8242;/3&#8242; end of your feature then keep <b>AMPLIFY FEATURE</b> otherwise select <b>FLANKING REGIONS</b> from the design method drop-down list and enter a large value for each region.</p>
<p>The above steps are more complex than they should be. However, most settings are preserved between runs, and the next time you run it the settings will already be correct.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2010/11/PrimerTestingPrimer3.png" alt="PrimerTestingPrimer3.png" title="PrimerTestingPrimer3.png" border="0" width="600" height="140" /></p>
<p><b>When to use: </b><em>When you need to easily visualize a pair of matching primers and their product</em></p>
<p><B>Benefits:</B><em> nice visualisation of primers and product</em></p>
<p><B>Limitations:</B><em> You can only analyze a pair of primers. Some of the output is limited for example you will not find the recommended Tm.</em></p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<br />
<a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a>, <a href="http://technorati.com/tag/pcr" rel="tag">pcr</a>, <a href="http://technorati.com/tag/primer3" rel="tag">primer3</a>
</p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2010/11/aligning-primers-against-a-template-sequence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clustering an alignment</title>
		<link>http://macvector.com/blog/2010/10/clustering-an-alignment/</link>
		<comments>http://macvector.com/blog/2010/10/clustering-an-alignment/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 09:44:50 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Alignment]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=390</guid>
		<description><![CDATA[Sometimes it is useful to sort, or cluster, an alignment according to the similarity/identity of its sequences. With such a sorted alignment you are able to more easily visualise closely related sequences as they will be together in an alignment with more distantly related sequences being much further apart. If you want to quickly cluster [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it is useful to sort, or cluster, an alignment according to the similarity/identity of its sequences. With such a sorted alignment you are able to more easily visualise closely related sequences as they will be together in an alignment with more distantly related sequences being much further apart.</p>
<p>If you want to quickly cluster a sequence alignment in MacVector then you can use a phylogenetic tree to do this.  </p>
<p>- Take your sequence alignment and run a phylogenetic reconstruction. In the MSA editor click the TREE button or run the menu command:</p>
<pre>ANALYZE > CONSTRUCT TREE
</pre>
<p>- From the resulting phylogenetic window, you can rearrange sequences if necessary by selecting nodes and &#8220;rotating&#8221; them with the toolbar buttons. </p>
<p>- Then, with the focus on the Phylogeny window, sort the alignment to match the tree using the Sort MSA toolbar button or using the menu command:</p>
<pre>ANALYZE > PHYLOGENETIC ANALYSES > SORT MSA TO MATCH TREE</pre>
<p>This will rearrange the sequences in the editor to match the phylogeny branches.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2010/10/MSA_Tree.png" alt="MSA_Tree.png" title="MSA_Tree.png" border="0" width="600" height="382" /> </p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<br />
<a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a>
</p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2010/10/clustering-an-alignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating your own subsequence library of primers</title>
		<link>http://macvector.com/blog/2010/10/creating-your-own-subsequence-library-of-primers/</link>
		<comments>http://macvector.com/blog/2010/10/creating-your-own-subsequence-library-of-primers/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 15:03:41 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[pcr]]></category>
		<category><![CDATA[subsequences]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=380</guid>
		<description><![CDATA[As mentioned in a recent post MacVector has a powerful feature called Subsequence searches. This function allows you to keep a library of sequence pattern matches, using a powerful nomenclature with up to three parts, and quickly scan protein and nucleic acid sequences with this library. .Although MacVector ships with a number of collections of [...]]]></description>
			<content:encoded><![CDATA[<p>As mentioned in a recent <a href="http://macvector.com/blog/2010/10/jaspar-macvector-subsequence-searches/">post</a> MacVector has a powerful feature called Subsequence searches. This function allows you to keep a library of sequence pattern matches, using a powerful nomenclature with up to three parts, and quickly scan protein and nucleic acid sequences with this library. .Although MacVector ships with a number of collections of interesting sites of both proteins and genes you can easily create your own subsequence files.</p>
<p>Many labs have collections of commonly used primers, and one popular use of subsequence searching is to store these primers in a subsequence library. This makes it a simple procedure to scan a sequence with the entire lab&#8217;s primer library.</p>
<p>It is fairly easy to create a single subsequence. However, if you have many it is time consuming to do this manually. So we have an application called PrimerConverter (that is included with MacVector) that is designed specifically for batch conversion of many primer sequences.  All you need is a comma delimited text file of your primer sequences. The CSV file needs to be in the following format:</p>
<pre>&lt;name>, &lt;sequence> (, &lt;optional comment>)</pre>
<p>So a sample file might look like:</p>
<pre>Primer 1, AGCTGGATCGATCGATCGTAGCT, My primer 1 comment
Primer 2, TTCGGGCTAGGCTAGCTAGGGC
Another primer, AAAGCTAGCTAGCTAG, this is the last one</pre>
<p>Open this file with PrimerConverter and then save it as a MacVector Subsequence file.  The application is included with MacVector, however, you can download an updated version of this utility from <a href="http://www.macvector.com/Downloads/PrimerConverter.app.zip">here</a>.</p>
<p>As well as indicating the number of mismatches allowed Subsequence searching also allows you to choose which residue of a match needs to match perfectly. For the CSV file you can set residues to be lower case to indicate they don&#8217;t have to be perfect matches. </p>
<p>For example the following CSV file input:</p>
<pre>Primer_example, AGCTGGAtCGAtcgaTCGTAGCT, primer with five mismatches allowed.</pre>
<p>Will produce the following subsequence</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2010/10/SubsequencePrimerMismatches1.png" alt="SubsequencePrimerMismatches.png" title="SubsequencePrimerMismatches.png" border="0" width="450" height="270" /></p>
<p>Make sure that the <b>Allowed Mismatch</b> field is set appropriately (the default will be to allow only the characters that do not need to match perfectly). You must be using the above release of PrimerConvertor to do this.</p>
<p>Here&#8217;s an example done with eight primers against the template</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2010/10/SubsequencePrimer.png" alt="SubsequencePrimer.png" title="SubsequencePrimer.png" border="0" width="600" height="228" /></p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<br />
<a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a>
</p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2010/10/creating-your-own-subsequence-library-of-primers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jaspar, MacVector &amp; Subsequence searches</title>
		<link>http://macvector.com/blog/2010/10/jaspar-macvector-subsequence-searches/</link>
		<comments>http://macvector.com/blog/2010/10/jaspar-macvector-subsequence-searches/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 20:02:20 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[jaspar]]></category>
		<category><![CDATA[transcription factors]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=364</guid>
		<description><![CDATA[MacVector allows you to find motifs, primers, transcription factor binding sites, or any significant region with a consensus sequence, in your sequence using a powerful feature called subsequence searches. This function allows you to keep a library of sequence patterns of either nucleic acid or proteins. You can use subsequences with complex patterns for the search [...]]]></description>
			<content:encoded><![CDATA[<p>MacVector allows you to find motifs, primers, transcription factor binding sites, or any significant region with a consensus sequence, in your sequence using a powerful feature called subsequence searches. This function allows you to keep a library of sequence patterns of either nucleic acid or proteins. You can use subsequences with complex patterns for the search as this function uses a powerful nomenclature (similar to Prosite&#8217;s) for creating patterns. Furthermore each pattern can have up to three distinct segments, separated by variable inter-segment regions, and you can control the overall similarity required for a match as well as defining residues which must be 100% conserved.  Although you can easily create your own subsequence files of your own regions MacVector also ships with a number of collections of interesting sites of both proteins and genes.</p>
<p>In our recently completed <a href="http://macvector.com/blog/2010/06/post-survey-feedback/">survey</a> one common request was promoter analysis. MacVector has subsequence files of transcription factors for analysis of promoter regions.  MacVector includes some transcription factor subsequence files and recently we have also added the <a href="http://jaspar.cgb.ki.se/﻿">Jaspar</a> transcription factor database.  This open database is available as a set of profiles, however, we have converted this to a subsequence library. By its nature searching using a regular expression match is less sensitive than a profile based search.  However, MacVector does possess a profiles search so if you are looking for a particular transcription factor site, then you can search with a profile from the set of the original Jaspar profiles (in TRANSFAC profile format) that are also supplied. This function that will take one or two profiles and search a sequence for likely binding sites of those profiles.</p>
<p>The most recent Jaspar subsequences and profiles were generated from the JASPAR_CORE 2010, All_Species redundant set of profiles. This is described on the Jaspar website: </p>
<p><em>&#8220;The JASPAR  CORE database contains a curated, non-redundant set of profiles,  derived from published collections of experimentally defined  transcription factor binding sites for eukaryotes. The prime difference  to similar resources (TRANSFAC, etc) consist of the open data access,  non-redundancy and quality.”﻿</em>
<pre></pre>
</p>
<p>The Jaspar subsequence files will be freely downloadable from our downloads page.</p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<br />
<a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a>, <a href="http://technorati.com/tag/transfac" rel="tag">transfac</a>, <a href="http://technorati.com/tag/jaspar" rel="tag">jaspar</a>
</p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2010/10/jaspar-macvector-subsequence-searches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying translations alongside your DNA sequence</title>
		<link>http://macvector.com/blog/2010/09/displaying-translations-alongside-your-dna-sequence/</link>
		<comments>http://macvector.com/blog/2010/09/displaying-translations-alongside-your-dna-sequence/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 12:15:33 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[annotation]]></category>
		<category><![CDATA[New features]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=346</guid>
		<description><![CDATA[There&#8217;s a few ways to display an amino acid translation in the same window as your DNA or RNA sequence. (1) You can show either three or six frame translations directly in the editor. To do so simply press and hold down the STRANDS toolbar button. You&#8217;ll see the following menu and be able to [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a few ways to display an amino acid translation in the same window as your DNA or RNA sequence. </p>
<p>(1) You can show either three or six frame translations directly in the editor. To do so simply press and hold down the STRANDS toolbar button. You&#8217;ll see the following menu and be able to select what you want to show:</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2010/09/EditorTranslations.png" alt="EditorTranslations.png" title="EditorTranslations.png" border="0" width="640" height="427" /></p>
<p>(2) If you have CDS or exons annotated to your sequence you can display a text view that translates these features and displays them with the sequence. This is the TEXT VIEW button in the toolbar. The TEXT VIEW is highly configurable. For example you can also have each codon spaced out and aligned with its amino acid if you select &#8220;BLOCK TO PHASE&#8221;. As in the following screenshot.  You may find this easier to see the frame from which the amino acid sequence is translated from.</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2010/09/TextView.png" alt="TextView.png" title="TextView.png" border="0" width="640" height="426" /></p>
<p>If the sequence that you want to display does not have your desired translation annotated, then it is straightforward to do so. </p>
<p>1 &#8211; Highlight the sequence in the EDITOR</p>
<p>2 &#8211; Click CREATE in the toolbar to open the FEATURE EDITOR</p>
<p>3 &#8211; Choose CDS in the top drop down menu and choose appropriate qualifiers in the bottom section. Click OK</p>
<p>You can also use the ANALYZE  > OPEN READING FRAMES&#8230; tool to find regions in your sequence. Once run, select the appropriate ORF in the ORF results to highlight the sequence in the editor. You can then go to step 2 above to annotate the sequence.</p>
<p>When <a href="http://macvector.com/blog/2010/08/new-features-in-the-upcoming-macvector-12-release/">MacVector 12</a> comes out you will also be able to see translations directly in the graphical Map view:</p>
<p><img style="display:block; margin-left:auto; margin-right:auto;" src="http://macvector.com/blog/wp-content/uploads/2010/08/MacVector11MapSequenceLevel1.png" alt="MacVector11MapSequenceLevel.png" title="MacVector11MapSequenceLevel.png" border="0" width="486" height="381" /></p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags:<br />
<a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a>
</p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2010/09/displaying-translations-alongside-your-dna-sequence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphics In MacVector: Exporting publication quality graphics.</title>
		<link>http://macvector.com/blog/2010/07/graphics-in-macvector-exporting-publication-quality-graphics/</link>
		<comments>http://macvector.com/blog/2010/07/graphics-in-macvector-exporting-publication-quality-graphics/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 16:24:14 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=302</guid>
		<description><![CDATA[This article is the first in a series of &#8220;howtos&#8221; resulting from the 2010 survey results. It may not be at the cutting edge of sequence analysis but sooner or later most users of such apps are going to have to produce a graphic of their work, whether that is a plasmid map, a tree, [...]]]></description>
			<content:encoded><![CDATA[<p><em>This article is the first in a series of &#8220;howtos&#8221; resulting from the <a href="http://macvector.com/blog/2010/06/post-survey-feedback/">2010 survey results</a>.</em></p>
<p>It may not be at the cutting edge of sequence analysis but sooner or later most users of such apps are going to have to produce a graphic of their work, whether that is a plasmid map, a tree, an alignment etc..  There&#8217;s a world of difference between producing a rough and ready map of a construct for your labbook and producing a publication quality map for a publication. MacVector tries to make producing both as painless as possible. Most of the graphics within MacVector (including the Map view) use the Apple graphics library called <a href="http://en.wikipedia.org/wiki/Quartz_%28graphics_layer%29">Quartz</a>. Quartz uses PDF technology to display graphics (reminiscent of NextStep and DisplayPostscript which was the predecessor to OS X!). It easily allows graphics to be exported directly in PDF format.  More importantly since most modern OS X applications also support PDF format, data can be exchanged via the clipboard using simple copy and paste procedures.  So exporting a plasmid map from MacVector can be as easy as clicking EDIT &gt; COPY in the Map View, moving to the desired application (e.g. Microsoft Powerpoint) and clicking EDIT &gt; PASTE. However, although easy it is important to understand that using copy/paste does not limit the quality in anyway. When you copy and paste from MacVector you are copying as a PDF, rather than the information that is on the screen. PDF is a vector format, as opposed to being a raster format, and can be enlarged to almost any degree without any loss of quality.  Furthermore when you paste into an application that supports this format, such as Adobe Illustrator, then you can directly edit the plasmid map in that applications.﻿</p>
<p>In real terms this means that plasmid maps copied in this way can be resized without any loss of quality and without those jaggy lines.  Fonts will remain crisp as well regardless of what size they are displayed at. Whilst at the booth at the <a href="http://macvector.com/blog/2010/05/macvector-at-asm-2010/">ASM2010</a> recently we thought it was a great example of how good the graphics could be by showing the metre high plasmid map and other graphics on the booth behind us. These were taken directly from MacVector.  As a smaller example the map below was also copy and pasted directly from MacVector.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2010/07/PastedMap.jpg" border="0" alt="http://macvector.com/blog/wp-content/uploads/2010/07/PastedMap.jpg" width="400" height="321" align="center" /></p>
<p>Using PDF in this way is the Apple recommended way of dealing with graphics, and it is supported by all the professional applications, such as Adobe Illustrator, Photoshop etc.</p>
<p>In addition the FILE &gt; EXPORT menu will allow you to directly save the MAP view to a PDF file, and if you require a format other than PDF, then you can save a plasmid map in any OS X supported graphics format by utilising <a href="http://en.wikipedia.org/wiki/Preview_%28software%29">PREVIEW</a>. This is an often underlooked utility found in the Applications folder on all Macs. It&#8217;s an incredibly useful tool for graphical data as it supports so many formats.</p>
<p>- Open MacVector on the MAP view, and select EDIT &gt; COPY<br />- Open PREVIEW and select FILE &gt; NEW FROM CLIPBOARD.</p>
<p>Once you&#8217;ve done this you can save the file as a PNG, JPG or any supported file.</p>
<p>If you need to obtain a exported image with a specific DPI (e.g. for a paper) then the easiest way is:</p>
<p>- Open MacVector at the MAP view, and select EDIT &gt; COPY<br />- Open PREVIEW and select FILE &gt; NEW FROM CLIPBOARD.<br />- Resize the map to the size you require.<br />- Open FILE &#8211; SAVE AS.<br />- Change the file type to TIFF, and change the DPI to the required value.<br />- Save the file.</p>
<p>In the next post we&#8217;ll discuss how to customise the actual graphics.</p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/MacVector">MacVector</a>, <a rel="tag" href="http://technorati.com/tag/Quartz">Quartz</a></p>
<p><!-- Technorati Tags End --></p>
]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2010/07/graphics-in-macvector-exporting-publication-quality-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gateway and TOPO Cloning with MacVector</title>
		<link>http://macvector.com/blog/2009/11/gateway-and-topo-cloning-with-macvector/</link>
		<comments>http://macvector.com/blog/2009/11/gateway-and-topo-cloning-with-macvector/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 20:53:10 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cloning]]></category>
		<category><![CDATA[gateway]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=208</guid>
		<description><![CDATA[Here at MacVector we always try to listen to our end users when deciding what functionality to add to new versions. The more users that request a new feature, the more likely it is to get to the top of the list. One item that recently reached the top of our list was support for [...]]]></description>
			<content:encoded><![CDATA[<p>Here at MacVector we always try to listen to our end users when deciding what functionality to add to new versions. The more users that request a new feature, the more likely it is to get to the top of the list. One item that recently reached the top of our list was support for the <a href="http://www.invitrogen.com/site/us/en/home/Products-and-Services/Applications/Cloning/PCR-cloning.html">Topo</a> and <a href="http://www.invitrogen.com/site/us/en/home/Products-and-Services/Applications/Cloning/Gateway-Cloning.html">Gateway</a> cloning technologies from <a href="http://www.invitrogen.com">Invitrogen</a>. MacVector 11.0.4 has a number of new additions that make it extremely easy to simulate Topo and Gateway cloning constructions with a few mouse clicks.</p>
<p>First, we added pseudo-Restriction Enzyme sites representing the TOPO and <em>att</em> recognition sequences to the Common Enzymes file. This is the file containing the default set of enzymes that are automatically displayed in the <strong>Map</strong> tab of all open sequences.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2009/11/NewTA+GatewaySites.png" border="0" alt="NewTA+GatewaySites.png" width="625" height="139" align="center" /></p>
<p>Second, we added a large number of Invitrogen vectors that are installed in the /Applications/MacVector 11/Common Vectors/Invitrogen/ folder. These include a selection of &#8220;Entry&#8221; and &#8220;Destination&#8221; vectors. Others can be downloaded from the Invitrogen web site &#8211; you can use <a href="http://www.macvector.com/MacVector/autoannotation.html">MacVector&#8217;s Auto-Annotation function</a> to quickly annotate additional vectors with common TOPO and Gateway features.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2009/11/pCR8GWTOPO1.jpg" border="0" alt="pCR8GWTOPO.jpg" width="594" height="574" align="center" /></p>
<p><strong>A typical Gateway cloning vector with <em>att</em> and TOPO sites highlighted.</strong></p>
<p>Its then very easy to simulate a TOPO or Gateway cloning experiment to create a constructed molecule with the identical sequence at the junctions to the one you would get in the lab. To clone a PCR fragment, simply select the region in a source molecule (or from an external text editor) and copy it to the clipboard, then select the TopoTA/BLNT site in the vector and click on the <strong>Ligate</strong> button. A Ligation dialog opens showing you the compatible blunt ends.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2009/11/BluntLigation.png" border="0" alt="BluntLigation.png" width="523" height="354" align="center" /></p>
<p>This gives you the option of flipping the source fragment if you wish. Note that this also works for TA cloning as well as ZERO-BLUNT cloning manipulations, even though the dialog does not show the overhanging T-A ends.</p>
<p>When <strong>Ligate</strong> is clicked, the fragment gets inserted into the vector. To perform a Gateway cloning, you can select the two <em>att</em> sites (<em>att</em>L1 and <em>att</em>L2) and copy the fragment to the clipboard.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2009/11/PCRFragmentInserted1.jpg" border="0" alt="PCRFragmentInserted.jpg" width="605" height="568" align="center" /></p>
<p>Then open a suitable target/destination vector &#8211; these typically have <em>att</em>R1 and <em>att</em>R2 sites.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2009/11/pDest24.jpg" border="0" alt="pDest24.jpg" width="586" height="570" align="center" /></p>
<p>Now when you click on the <strong>Ligate</strong> button you&#8217;ll see the core recombination sequences of the <em>att</em> sites shown as overhanging ends.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2009/11/attligation.jpg" border="0" alt="attligation.jpg" width="523" height="354" align="center" /></p>
<p>Note that there is a single residue difference between the core sequences of the <em>att</em>L1/<em>att</em>R1 and <em>att</em>L2/<em>att</em>R2 sites;</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2009/11/coreattsites.png" border="0" alt="coreattsites.png" width="226" height="49" align="center" /></p>
<p>The single T-C mismatch between the two core sequences ensures that the <em>att</em> recombination can only occur in one orientation. MacVector understands this and will automatically flip the source fragment if needed so that it becomes inserted in the biologically correct orientation. Finally, clicking <strong>Ligate</strong> inserts the fragment into the target vector.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2009/11/finalconstruct.jpg" border="0" alt="finalconstruct.jpg" width="586" height="570" align="center" /></p>
<p>For a more in-depth discussion of the new Gateway and TOPO cloning functionality in MacVector, download the <a href="http://www.macvector.com/Resources/Gateway%2BTOPO%20Tutorial.pdf">Gateway and TOPO Cloning Tutorial</a> from our web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2009/11/gateway-and-topo-cloning-with-macvector/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

