<?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; Tutorials</title>
	<atom:link href="http://macvector.com/blog/category/tutorials/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, 14 May 2012 14:40:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Importing features from a Genome Browser</title>
		<link>http://macvector.com/blog/2012/05/importing-features-from-a-genome-browser/</link>
		<comments>http://macvector.com/blog/2012/05/importing-features-from-a-genome-browser/#comments</comments>
		<pubDate>Mon, 14 May 2012 14:40:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[annotation]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=817</guid>
		<description><![CDATA[One of the new features in MacVector 12.6 is the ability to annotate sequences based on the features stored in GFF/BED/GFT files that many Genome Browsers will export data as. MacVector 12.6 will annotate an empty or annotated sequence with the features stored within these files. BED, GFF, GTF, and GFF3 formats GFF, GTF, GFF3 [...]]]></description>
			<content:encoded><![CDATA[<p>One of the new features in MacVector 12.6 is the ability to annotate sequences based on the features stored in GFF/BED/GFT files that many Genome Browsers will export data as. MacVector 12.6 will annotate an empty or annotated sequence with the features stored within these files.</p>
<h2>BED, GFF, GTF, and GFF3 formats</h2>
<p><a href="http://www.sanger.ac.uk/resources/software/gff/">GFF</a>, <a href="http://genome.ucsc.edu/FAQ/FAQformat#format4">GTF</a>, GFF3 &#038; <a href="http://genome.ucsc.edu/FAQ/FAQformat#format1">BED</a> files are all file formats that are used to store annotation (features) generally without containing any sequence. Although it is common that they will be accompanied by a fasta file containing the sequence only. They emerged as a way of exporting, or exchanging, information from a specified region of an entire genome without having to take the entire genome.</p>
<p>Most sequence formats were developed to be for a specific gene or protein. Although this is no longer true they are still orientated to be of a region of fixed length. These annotation files are not at all length specific and could potentially store just two features that were at either end of the same chromosome. They are a much more flexible way of dealing with annotation, especially a large amount, than a fixed length sequence format such as Genbank.</p>
<p>They also are not limited to a single sequence and can contain information from multiple sequences in the same file (Fasta files can also contain multiple sequences). For example you could store the entire human set of chromosomes in a pair of (quite large!) files. A multiple sequence Fasta file and a single GFF file.</p>
<p>The format of these annotation files does vary (who ever said Bioinformaticians had to be consistent!) but basically their format consists of a set of individual lines (one line per feature) along the following lines:</p>
<p><b>SEQUENCE ID, START, STOP, FEATURE TYPE, NOTE</b></p>
<ul><strong>Sequence ID</strong> is the sequence these annotations belong to.</ul>
<ul><strong>START</strong> and <strong>STOP</strong> are the region of sequence they are annotated against</ul>
<ul><strong>FEATURE TYPE</strong> is obvious! Note that this does not always correspond to a correct Genbank Feature Keyword</ul>
<h2>Genome Browsers</h2>
<p>These tools (generally online web gateways) allow you to browse the entire chromosome or genome of a particular organism. Almost like a graphical model of a sequence database. All the information known about that particular organism&#8217;s sequence that has been submitted to one of the large sequence databases (e.g. Genbank at the NCBI) should be visualised within the genome browser.  You can download all the annotation contained within a particular region fairly easily using one of these annotation formats. Then you can either annotate an existing file that you are working with (so preserving your own &#8220;private&#8221; annotation with all known public annotation).</p>
<h2>To annotate a sequence with a BED/GFF/GFF3/GFT file in MacVector</h2>
<h3>From the UCSC&#8217;s Genome browser</h3>
<li>Click on this link to open the <a href="http://genome.ucsc.edu/cgi-bin/hgGateway">UCSC&#8217;s Genome Browser</a>.</li>
<li>Select <strong>C.elegans </strong>and enter <strong>sel-12</strong> in the gene name. Click <strong>SUBMIT</strong>.</li>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/C.-elegans-Caenorhabditis-elegans-Genome-Browser-Gateway.jpg" alt="C elegans  Caenorhabditis elegans Genome Browser Gateway" title="C. elegans (Caenorhabditis elegans) Genome Browser Gateway.jpg" border="0" width="600" height="56" style="float:center;" /></p>
<p>The interface will change and show all annotation associated with that region. You can modify the amount or type of annotation being showed. This particular gene, <em>C.elegans</em> Sel-12 is located on Chromosome X</p>
<li>Click the <strong>Tables</strong> link at the top of the page</li>
<p>This will now allow you to export all the annotation associated with the previous displayed region (tracks).</p>
<li>Change the <strong>REGION</strong> to <strong>POSITION</strong>.</li>
<p><P>If it is left at genome the entire genome will be downloaded</p>
<li>Change the <strong>OUTPUT FORMAT</strong> to <strong>GTF</strong> or <strong>BED</strong></li>
<li>Click <strong>GET OUTPUT</strong></p>
<li>Now switch back to MacVector</li>
<p>Now you need to open the sequence you want to annotate. For this example we could go to <bold>DATABASE > ENTREZ</bold> and search for and download Accession Number <strong>U35660</strong>. However, that only contains the mRNA and not the genomic sequence. So instead <a href="http://www.ncbi.nlm.nih.gov/nuccore/NC_003284.7?report=fasta&#038;from=915873&#038;to=918235">download</a> the fasta sequence from the NCBI</p>
<p><strong>Sequence : Chromosome: X; NC_003284.7 (915873..918235)</strong></p>
<p>You will need to ensure that the start position of the downloaded file corresponds to the start of the region of the chromosome we have just downloaded the annotation for. This is <a href="http://macvector.com/phpbb/viewtopic.php?f=1&#038;t=319">easily done</a> in MacVector.</p>
<li>Double click on the RED cross located near the start of the sequence in the Editor View and change it to <strong>915872</strong></li>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/MV126_SettingOrigin.jpg" alt="MV126 SettingOrigin" title="MV126_SettingOrigin.jpg" border="0" width="300" height="120" style="float:center;" /></p>
<p>Now we will import our downloaded annotation.</p>
<li>Select <strong>FILE | IMPORT FEATURES</strong></li>
<p>The Sequence ID (SeqID) contained within all features in the file will be shown in a dialog along with the number of features for each SeqID and the region of the sequence that these will be annotated against. A warning will be displayed if any of the features are outside of the region to be annotated.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/MV126_ImportFeaturesDialogue.jpg" alt="MV126 ImportFeaturesDialogue" title="MV126_ImportFeaturesDialogue.jpg" border="0" width="300" height="166" style="float:center;" /></p>
<li>Select the appropriate SeqID <bold>ChrX</bold> and click OK</li>
<p>A dialogue will be shown with the number of annotations that have been added. If you annotate a blank sequence (e.g. a fasta file) the resulting features may be initially hidden. However, you can easily show them from the Graphics Palette tree view.</p>
<p>You can choose to annotate your sequence with all the features contained within the imported file or to ignore duplicates.</p>
<li>Click OK</li>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/MV126_ImportFeaturesResult.jpg" alt="MV126 ImportFeaturesResult" title="MV126_ImportFeaturesResult.jpg" border="0" width="200" height="70" style="float:center;" /></p>
<h3>ToxoDB Genome browser</h3>
<p>Here&#8217;s a similar workflow from the <a href="http://toxodb.org/toxo/">ToxoDB</a> Genome browser</p>
<li>For this workflow we&#8217;ll start with a &#8220;random&#8221; 2kbp sequence from TaxoDB as a &#8220;starter&#8221; empty sequence.</li>
<pre>Toxoplasma gondii ME49

"CCTTCCCTGCGTCAGAGGAGAAGAGAACGGCTTGACCGATGGAGGACCCCGCAAACATGAGGGCGAAGGTAGTCTGCATGATCTCTGAACAAGGAACACGGCGCGGAAAGGGAAGCACAGAAGGAAGTCGATCAAGACACCCTGCGTTGTTTTTCGGGGAGCCCCAGAGAGGGAGCTCGCGGCTCTGGACTTCAAGGTCCGTCGAGCAGCAGAACGCTTCACTCGGCAAGGAAGGAGCAGTTTCTTCTCTCGCGTCTTGTTTCGCTTTCACGGCTTCGTTTTCTCGCCGCGACCTGCGAAAAGAAAACAGCTCCCCTATAAGAACTCGACTCTCGAGCCTGCGGTTTGGTATCGGCTTTTTCTTCAGAGTTTTTTCTGTCGCGCGTTCGGACAACCAGTTCCGTGCTTGCGCGCCTCCTCTGAAGGCCGCGCCCGCCTCTCGACTCCCGTCGCTTCTCTCTTCGGCTGGATAAGAGAAAACGCTGAACGAAGAGGAGAGTACGCACTGGCATCGTTTGTCGACTTTCGTCTCCAGGTGGGGGAGTGTCGGTCGACTCACCCAAGGGATTCTTCCCTTCGCTGCTCACGATCTGGCCGCCATACCAAAAAATCAGCGCCTGCAGAGCGTACTGAGCTCCCTGACAGACACGCAGACGCAGCGGCAAGGAGACGCTGAAAAGAAGAAAGACAACCGGAGAGCGCGGAGAACAAAGAACTGTGAGCGTGCAACGACGGGATCAAGGACGACAGCGAATCTCCCGTCTTCAGGACCTCGACGGGCATTCCGCATGGCAGGTCCTTTGACTCCGAAAAACTCTGCGGCAGCCTCGATGACCCTTACCCCCCCGGAACATCCCCGAGAGCTCGGTGGAAAAAACCTCTCATTCGAGAGCGACAGATCAGGCTTTGCTAGTCGAGCCAGAAGGCAGGAGAAGGAACGGAGCGAACCGCGGATGCGTCTCTCTGCGCGGACGAGTCTTCATGAGCAGGCACCGCGACGTTCCAAGAAGCAGAAAGAGAGAGAGGAGAGAGGAGAGAAGCGAGAAGCTCGGGAACTCACGAGGAAGCAACAAAGATCTCTCCTCGTCACTCACGTTCCGTCGACCTGCATGGCAGGCGTGACGCGGCATGCACAGCAGAAGACCTTTCGAGGTCACCACACACACCGCCTCGGACGTCGAGAAGTCTCGATCTTTGTGAACCACAGGGCTCTGTTTTGTGTGGCGGAACGAAGAAACCAAGCGCTTAGGATGGAGCTCACTGGAGAGCAGGAAACGGATCTTCAAACGAGTGTCGACGTCCTCCCGCGCATCCGAACCGAAACTCAAACGCGCTCCAGAGAGACGACATAGAAGACAGAGACGTACAATGAGAGAAGAAGAGACAACGCGGCAGGGGGAGTCTGACGTCCGACCTCGACTCGAGAAGTCGCTCGCCAAAACGTGTGTGCAGTGTCTTCTGTTTCTTTCCAAGTTCTCCAGTCCGAAGAAACCGGACACTCTGACATGACTCGATACAGGGACCTGCCCGCCGACTCTTTCCTACTTTCAGCGGTCCTCCCTGTTCATCTTTCCTGTGACATTTCGGCATCTCTTTTTCTTGGTTTCCTCGCCTTCTCACCTGACTGAAGCCCCAGAAAAAGCCGAGGAGAGCCGCAGCGCGCTCTTCTTCCTTCAGCGTCCTCAGAAGAACGCTCTGGTACCGTTCCGTGAAGTGAGGCTCTAAACCGAACGCTGAAACAATGCGAATACCGTTCAGAGCCTCGCTCATCACGAAGGCAGCGGTGTCGCGGTCCTCCACCTTCTCCGCCTTCTTGTTCGCCCCCTCACCTGCAGAAAAAACTCCAAGGTTTCCAAAGCCTCGTGAGGCTCCCCATGAAGCTCTCCGCCTACGCTTGCGCAGATTGAGGCAGAGCAAACTACGCAAATGTGAGCCTACATGTACACACAGTTTCGTCGAGATTTGTACCTATATCTAAGAAGATTTGTACGGAAATGCGGGTGTGAAGCGGCAGTTTTCGAGGTGGCGTGCATACATCGACGCGACTCGGAGACCCAGCTTTGAGGAGACAGGAGAGAGAAAAGGAAACGGAGATAGAGCAGGTGGGGAGATCAGGTTTGCTCTGGGAGACGTGGACGGTCGCAGACGAAGAAGCAGACGCACGGAGCGAGCAGTGCAAAAAAGCGCGAGACAGAGCCGGCGCTGGGGAACTTCTGAGGAAGAATTCGAGAGAGAGAGGACCGTGGTGAAAAGCCAAGCTAAACGCGTGGACTTCCAGTTCTGCGGACTTTTCGGAGCCGAAATGTGAGACTGAGCGGCAGTGGCGGGGAGCAGAAGAACAAAACATGCGAGGACCACGGCGGCCAAGCGCGCGTCTCCAAAGAACGCGATGATGACACCTGAAATAAAGATAATGGAAAAAACAGAAGAAAAGCAACGGTCTCTCGCGCAGTCTTCAATCACGAGTTGACGCACACACGCATTAGGGGAGAACAACCTCTGCGATGTTGGATGCTTCTTTAGTGAGTGGACGTTTCCAGAAATCAAATCAAAGTAGCACGACACCGACAAGCAAAGAGATGTATACTTTCGTTCACGAGCACTGAAAGACGCGTCTAGACGCCTACGGATGCAGAGGGATCTGAAGCGACGAGTGAACAGTCAAAAAGCTTTCCGGCCTACCAGTGACAACAGCAGCCAATCCCTGGGTCATCGCGAGTGCGTTTCCAGCGCTTCCTGTCTTGACGAGAAGGACGTCGCTGGAGAGAACTCCCGTGAGATATCCTGAGGTCATTTTTTAGAAGAAGCGAACACTCTGGCGCGGCGTCTTCACTCTCGTGCTCACAGAAAGAATGAACTCACGAGACCCATGGCAGGACAAGTCTCAGACAGACACACAC"</pre>
<li>Blast the above sequence using the <a href="http://toxodb.org/toxo/">Blast interface</a> at Toxodb.org.</li>
<p>This will find a single hit and display a link</p>
<li>Click on the link to open it in the ToxoDB Genome Browser.</li>
<li>Select <strong>DOWNLOAD TRACKS</strong>, then <strong>CONFIGURE</strong> and change it to <strong>GFF3</strong> format and <strong>SAVE TO DISK</strong>. Now click <strong>GO</strong>.
<p>This downloads a file &#8220;dumped_region&#8221; which will contain all the annotation stored in the ToxoDB Genome Browser in GFF3 format.</p>
<li>Now switch back to MacVector and open the 2Kbp sequence.</li>
<p>You can use <strong>FILE > NEW FROM CLIPBOARD</strong> to bring the sequence into MacVector quickly</p>
<p>Again if you do not change the start coordinate of the sequence the IMPORT FEATURES dialogue will show an error</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/ToxoDB_1.jpg" alt="ToxoDB 1" title="ToxoDB_1.jpg" border="0" width="300" height="150" style="float:center;" /></p>
<li>Change the start coordinate of the sequence to match its location in the genome (which is <strong>405235</strong> as detailed on the Blast hit page) as in the step in the previous workflow.</li>
<li>I then went to <strong>FILE > IMPORT FEATURES</strong> and selected the <strong>GFF3</strong> file.</li>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/ToxoDB_2.jpg" alt="ToxoDB 2" title="ToxoDB_2.jpg" border="0" width="300" height="192" style="float:center;" /></p>
<p>The dialogue will show that it has found 6 features.  Note that the GFF3 file contains annotation from a much longer sequence than our initial query sequence. MacVector will ignore any annotations that lies outside the query sequence. It will show an warning message to indicate this.</p>
<p><img src="http://macvector.com/blog/wp-content/uploads/2012/05/ToxoDB_3.jpg" alt="ToxoDB 3" title="ToxoDB_3.jpg" border="0" width="300" height="130" style="float:center;" /></p>
<h2>Keeping a sequence updated</h2>
<p>You will be able to &#8220;update&#8221; and add new annotation to your existing sequence. For example after a few months I could revisit these two genome browsers website and download an updated GFF3 file. Upon importing these features it will optionally replace any duplicate features and add new ones. So you can work with a sequence and also keep it updated as other researchers find more about this particular sequence.</p>
<h3>Duplicate Features</h3>
<p>Due to the lack of strict standards across the many different file formats it may be that a potential duplicate is not recognised as such because the wording or keyword is different. In the majority of cases some degree of manual curation of the annotated sequence will be required. In all cases MacVector will err on the side of caution and will never throw away any    potentially interesting or important information contained within a feature. Only entries that are 100% the same (after being parsed during the import) will be considered as duplicates. MacVector will never class a feature as a duplicate if the START, STOP or FEATURE TYPE are different in any way. Even if they differ by just a single base.</p>
<div id="tweetbutton817" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F05%2Fimporting-features-from-a-genome-browser%2F&amp;via=macvector&amp;text=Importing%20features%20from%20a%20Genome%20Browser&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F05%2Fimporting-features-from-a-genome-browser%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2012/05/importing-features-from-a-genome-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacVector 12.5 workshop at the University of Pennsylvania</title>
		<link>http://macvector.com/blog/2012/02/macvector-12-5-workshop-at-the-university-of-pennsylvania/</link>
		<comments>http://macvector.com/blog/2012/02/macvector-12-5-workshop-at-the-university-of-pennsylvania/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 08:43:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Meetings]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[workshops]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=769</guid>
		<description><![CDATA[If you are a user of MacVector or have any interest in sequence analysis for molecular biologists then you may be interested to know that there&#8217;s a workshop about MacVector at the University of Pennsylvania this Thursday open to faculty, students and researchers. When: Thursday February 9th 9:30 to 11:00 Where: Blockley Hall, Room 1311 [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a user of MacVector or have any interest in sequence analysis for molecular biologists then you may be interested to know that there&#8217;s a workshop about MacVector at the <a href="http://www.bioinformatics.upenn.edu">University of Pennsylvania</a> this Thursday open to faculty, students and researchers.</p>
<pre><strong>When:</strong> Thursday February 9th 9:30 to 11:00
<strong>Where:</strong> Blockley Hall, Room 1311</pre>
<p>&#8220;Dr Kevin Kendall will present an informal 90 minute workshop for both beginners and long-time users of MacVector.The workshop will review how to use the basic functions and features in MacVector, as well as covering more advanced workflows and new functionality in the latest releases, MacVector 12.0 and 12.5. He will be happy to answer any questions about MacVector that you may have, as well as previewing the functionality planned for MacVector 12.6.&#8221;</p>
<p>Light refreshments will be provided.</p>
<p>Please register for the workshop on the <a href="http://www.bioinformatics.upenn.edu/workshop/index.do">University Bioinformatics Group website</a></p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a><br />
<!-- Technorati Tags End --></p>
<div id="tweetbutton769" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F02%2Fmacvector-12-5-workshop-at-the-university-of-pennsylvania%2F&amp;via=macvector&amp;text=MacVector%2012.5%20workshop%20at%20the%20University%20of%20Pennsylvania&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F02%2Fmacvector-12-5-workshop-at-the-university-of-pennsylvania%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2012/02/macvector-12-5-workshop-at-the-university-of-pennsylvania/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacVector 12.5 workshop at Memorial Sloane Kettering Cancer Center</title>
		<link>http://macvector.com/blog/2012/02/macvector-12-5-workshop-at-memorial-sloane-kettering-cancer-center/</link>
		<comments>http://macvector.com/blog/2012/02/macvector-12-5-workshop-at-memorial-sloane-kettering-cancer-center/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 10:21:16 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Meetings]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[workshops]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=758</guid>
		<description><![CDATA[If you are a user of MacVector or have any interest in sequence analysis for molecular biologists then you may be interested to know that there&#8217;s a workshop about MacVector at MSKCC this Wednesday open to MSKCC faculty, students and researchers. When: Wednesday February 8 from 11:00 to 12:30 Where: Room RRL B20 &#8220;Dr Kevin [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a user of MacVector or have any interest in sequence analysis for molecular biologists then you may be interested to know that there&#8217;s a workshop about MacVector at <a href="http://www.mskcc.org/">MSKCC</a> this Wednesday open to MSKCC faculty, students and researchers.</p>
<pre><strong>When:</strong> Wednesday February 8 from 11:00 to 12:30
<strong>Where:</strong> Room RRL B20</pre>
<p>&#8220;Dr Kevin Kendall will present an informal 90 minute workshop for both beginners and long-time users of MacVector.The workshop will review how to use the basic functions and features in MacVector, as well as covering more advanced workflows and new functionality in the latest releases, <a href="http://www.macvector.com/MacVector/whatscominginmacvector12.html">MacVector 12.0</a> and <a href="http://www.macvector.com/MacVector/what'snewinmacvector12.5.html">12.5</a>. He will be happy to answer any questions about MacVector that you may have, as well as previewing the functionality planned for MacVector 12.6.&#8221;</p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a><br />
<!-- Technorati Tags End --></p>
<div id="tweetbutton758" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F02%2Fmacvector-12-5-workshop-at-memorial-sloane-kettering-cancer-center%2F&amp;via=macvector&amp;text=MacVector%2012.5%20workshop%20at%20Memorial%20Sloane%20Kettering%20Cancer%20Center&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F02%2Fmacvector-12-5-workshop-at-memorial-sloane-kettering-cancer-center%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2012/02/macvector-12-5-workshop-at-memorial-sloane-kettering-cancer-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacVector 12.5 workshop at Rockefeller</title>
		<link>http://macvector.com/blog/2012/02/macvector-12-5-workshop-at-rockefeller/</link>
		<comments>http://macvector.com/blog/2012/02/macvector-12-5-workshop-at-rockefeller/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 16:30:48 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Meetings]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[workshops]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=755</guid>
		<description><![CDATA[If you are a user of MacVector or have any interest in sequence analysis for molecular biologists then you may be interested to know that there&#8217;s two workshops about MacVector at The Rockefeller University this Tuesday open to all Rockefeller faculty, students and researchers. When: Tuesday. Feb. 7, 2012 at 10:00 - 11:30 and 1:00 [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a user of MacVector or have any interest in sequence analysis for molecular biologists then you may be interested to know that there&#8217;s <a href="http://it.rockefeller.edu/index.php?page=archive.general.12#5">two workshops</a> about MacVector at <a href="http://www.rockefeller.edu/">The Rockefeller University</a> this Tuesday open to all Rockefeller faculty, students and researchers.</p>
<pre><strong>When:</strong> Tuesday. Feb. 7, 2012 at 10:00 - 11:30 and 1:00 - 2:30
<strong>Where:</strong> Rockefeller, Weiss 302</pre>
<p>&#8220;Dr Kevin Kendall will present two informal 90 minute workshop for both beginners and long-time users of MacVector.The workshop will review how to use the basic functions and features in MacVector, as well as covering more advanced workflows and new functionality in the latest releases, <a href="http://www.macvector.com/MacVector/whatscominginmacvector12.html">MacVector 12.0</a> and <a href="http://www.macvector.com/MacVector/what'snewinmacvector12.5.html">12.5</a>. He will be happy to answer any questions about MacVector that you may have, as well as previewing the functionality planned for MacVector 12.6.&#8221;</p>
<p>Light refreshments will be provided.</p>
<p>Please <a href="http://workshops.rockefeller.edu/?macvector2012">register</a> for the workshop.</p>
<p><!-- Technorati Tags Start --></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a><br />
<!-- Technorati Tags End --></p>
<div id="tweetbutton755" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F02%2Fmacvector-12-5-workshop-at-rockefeller%2F&amp;via=macvector&amp;text=MacVector%2012.5%20workshop%20at%20Rockefeller&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F02%2Fmacvector-12-5-workshop-at-rockefeller%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2012/02/macvector-12-5-workshop-at-rockefeller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful help resources for learning MacVector</title>
		<link>http://macvector.com/blog/2011/09/useful-help-resources-for-learning-macvector/</link>
		<comments>http://macvector.com/blog/2011/09/useful-help-resources-for-learning-macvector/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 16:33:11 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=634</guid>
		<description><![CDATA[MacVector is designed to be easy to use. However, there&#8217;s a great amount of functionality in there. So if you are new to using MacVector or you&#8217;ve recently upgraded from an older version then you might be interested to know that we have some downloadable resources to help you. The first one, which we recommend [...]]]></description>
			<content:encoded><![CDATA[<p>MacVector is designed to be easy to use. However, there&#8217;s a great amount of functionality in there. So if you are new to using MacVector or you&#8217;ve recently upgraded from an older version then you might be interested to know that we have some <a href="http://www.macvector.com/macvectordownloa.html">downloadable resources</a> to help you.</p>
<p>The first one, which we recommend all new users to read, is the short <a href="http://www.macvector.com/Resources/GettingStartedGuide.pdf">&#8220;Getting Started with MacVector 11&#8243;</a> guide. This document is geared for those who already use MacVector and introduces you to the new functions and features from MacVector 9 onwards. It is still useful if you are not very familiar with any version of MacVector.</p>
<p>Down toward the bottom of the page you will also find some tutorials on specific tasks. For example <a href="http://macvector.com/Resources/Auto%20Annotation%20Tutorial.pdf">here&#8217;s a great one</a> on <a href="http://macvector.com/blog/2009/10/auto-annotation-in-macvector-11/">Auto Annotation</a>.</p>
<p>We also have some short <a href="http://en.wikipedia.org/wiki/Screencast">screencasts</a> available on <a href="http://www.macvector.com/Screencasts/screencasts2.html">this page</a> of our website:</p>
<p>You can also visit the <a href="http://www.macvector.com/phpbb">MacVector forums</a> where we welcome discussion. There&#8217;s some useful tips on there, and news of any updates we release:</p>
<p>You can also subscribe to our <a href="http://www.macvector.com/feeds/rss.xml">RSS feed</a> to be kept updated on all MacVector news or follow us on <a href="http://twitter.com/#!/macvector">Twitter</a>.</p>
<p>Finally there&#8217;s a full <a href="http://www.macvector.com/Resources/MacVector%2012.0%20User%20Guide.pdf">PDF copy</a> of our manual</p>
<p>&nbsp;</p>
<p>Technorati Tags:<br />
<a href="http://technorati.com/tag/MacVector" rel="tag">MacVector</a></p>
<p>&nbsp;</p>
<div id="tweetbutton634" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F09%2Fuseful-help-resources-for-learning-macvector%2F&amp;via=macvector&amp;text=Useful%20help%20resources%20for%20learning%20MacVector&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F09%2Fuseful-help-resources-for-learning-macvector%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2011/09/useful-help-resources-for-learning-macvector/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>
<div id="tweetbutton401" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2010%2F11%2Faligning-primers-against-a-template-sequence%2F&amp;via=macvector&amp;text=Aligning%20primers%20against%20a%20template%20sequence&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2010%2F11%2Faligning-primers-against-a-template-sequence%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></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>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>
<div id="tweetbutton380" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2010%2F10%2Fcreating-your-own-subsequence-library-of-primers%2F&amp;via=macvector&amp;text=Creating%20your%20own%20subsequence%20library%20of%20primers&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2010%2F10%2Fcreating-your-own-subsequence-library-of-primers%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></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>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>
<div id="tweetbutton208" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2009%2F11%2Fgateway-and-topo-cloning-with-macvector%2F&amp;via=macvector&amp;text=Gateway%20and%20TOPO%20Cloning%20with%20MacVector&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2009%2F11%2Fgateway-and-topo-cloning-with-macvector%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></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>
		<item>
		<title>Auto Annotation in MacVector 11</title>
		<link>http://macvector.com/blog/2009/10/auto-annotation-in-macvector-11/</link>
		<comments>http://macvector.com/blog/2009/10/auto-annotation-in-macvector-11/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 12:28:42 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=175</guid>
		<description><![CDATA[Have you ever got that plasmid back from the sequencing facility as a bare sequence with no annotations? Or downloaded that vector from from the vendors site to find its only available in a fasta format with no features? Or maybe your collaborators send you poorly annotated sequences. Maybe your lab-mate uses MacVector but insists [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever got that plasmid back from the sequencing facility as a bare sequence with no annotations? Or downloaded that vector from from the vendors site to find its only available in a fasta format with no features? Or maybe your collaborators send you poorly annotated sequences. Maybe your lab-mate uses MacVector but insists on annotating the sequences with a tiny unreadable font or garish colors? What you need is a quick and easy way to annotate the sequence, or change the feature appearance so it looks just like YOU want it. Thats exactly what we added to MacVector 11.</p>
<p>Here&#8217;s the idea &#8211; over time you build up a collection of plasmids and sequence fragments of the genes and vectors you work with the most. Perhaps you always like to make your favorite gene appears as a striped red box. Now, when you get a new sequence, just run the auto annotation algorithm (<strong>Database | Auto Annotate Sequence</strong>) and point it at a folder containing your annotated sequences. The algorithm not only finds the matching features and copies them onto your bare sequence, but it also copies the graphic appearance symbol information. Lets look at an example.</p>
<p>MacVector 11 comes with a large set of pre-annotated vectors. You can find them in the <em>/Applications/MacVector 11/Common Vectors/</em> folder. We&#8217;ve also included an <em>/Annotated Fragments/</em> folder here with a started set of genes and replication origins you&#8217;ll find on many cloning vectors. Here&#8217;s a composite graphic image of a selection of those fragments.</p>
<p><a href="http://macvector.com/blog/wp-content/uploads/2009/10/SampleFragmentsshrunken.png"><img class="size-full wp-image-174 alignnone" title="SampleFragments(shrunken)" src="http://macvector.com/blog/wp-content/uploads/2009/10/SampleFragmentsshrunken.png" alt="SampleFragments(shrunken)" width="640" height="611" /></a></p>
<p>There is a plain text copy of pBR322 in <em>/MacVector 11/Tutorial Files/AutoAnnotation/pBR322Ascii.txt</em>. If you open this file in MacVector and toggle its topology to linear, you&#8217;ll see there are no features assigned to the plasmid.</p>
<p><img class="size-full wp-image-190 alignnone" title="pBR322 before Auto Annotation" src="http://macvector.com/blog/wp-content/uploads/2009/10/pBR322Unannotated.png" alt="pBR322 before Auto Annotation" width="322" height="346" /></p>
<p>The next step is to invoke <strong>Database | Auto Annotate Sequence</strong>, then click on the Choose&#8230; button to select the <em>/MacVector 11/Common Vectors/Annotated Fragments/</em> folder. Finally, click on the <strong>OK</strong> button and the algorithm will search through all of the files in the folder looking for matching features. When complete, a report is displayed &#8211; when you close that, you&#8217;ll see the newly annotated sequence.</p>
<p><a href="http://macvector.com/blog/wp-content/uploads/2009/10/pBR322Annotated.png"><img class="size-full wp-image-179 alignnone" style="margin-left: 5px; margin-right: 5px; border: 1px solid gray;" title="pBR322Annotated" src="http://macvector.com/blog/wp-content/uploads/2009/10/pBR322Annotated.png" alt="pBR322Annotated" width="322" height="346" /></a></p>
<p>In this case, pBR322 has picked up the tetracycline and ampiciliin resistance CDS features, along with the rop gene and replication origin.</p>
<p>Prefer a different way of graphically displaying the features? Try repeating the analysis, but selecting the <strong>/MacVector 11/Common Vectors/NEB/ </strong>folder &#8211; this contains a selection of vectors available from New England Biolabs, formatted to match the appearance in their catalog.</p>
<p><a href="http://macvector.com/blog/wp-content/uploads/2009/10/pBR322Reannotated.tiff"><br />
<img class="size-full wp-image-180 alignnone" style="margin-left: 5px; margin-right: 5px; border: 1px solid gray;" title="pBR322Reannotated" src="http://macvector.com/blog/wp-content/uploads/2009/10/pBR322Reannotated.png" alt="pBR322Reannotated" width="322" height="346" /></a></p>
<p>This time, when the algorithm completes, the features take on the typical appearance seen in the catalog. Note that the CDS features have not been duplicated &#8211; MacVector realizes the features already exist and just replaces the graphic symbols. You can also optionally set the algorithm to ignore duplicate features completely, in which case the sequence appearance would have been left unchanged.</p>
<p>You can use the Auto Annotation function to scan any folder containing DNA sequences. They don&#8217;t have to be in MacVector format, although features from GenBank or EMBL files will be given the default appearance for the feature type. There is a certain amount of fuzziness built into the algorithm &#8211; it can handle mismatches and even a few gaps and still identify matching features. We&#8217;ll be posting a more detailed tutorial in the next week with more information about the different parameters and limitations of the algorithm. In the meantime, take it for a spin and build up a collection of curated sequences containing all your favorite genes formatted for that great visual impact in your presentations.</p>
<div id="tweetbutton175" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2009%2F10%2Fauto-annotation-in-macvector-11%2F&amp;via=macvector&amp;text=Auto%20Annotation%20in%20MacVector%2011&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2009%2F10%2Fauto-annotation-in-macvector-11%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2009/10/auto-annotation-in-macvector-11/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Alignments in MacVector</title>
		<link>http://macvector.com/blog/2009/06/alignments-in-macvector/</link>
		<comments>http://macvector.com/blog/2009/06/alignments-in-macvector/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 01:00:57 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Alignment]]></category>
		<category><![CDATA[assembler]]></category>
		<category><![CDATA[BLAST]]></category>
		<category><![CDATA[Dot Plot]]></category>

		<guid isPermaLink="false">http://macvector.com/blog/?p=64</guid>
		<description><![CDATA[We get a lot of comments and questions from users on the various alignment functions in MacVector. They say there&#8217;s more than one way to skin a cat (not that I&#8217;ve done that &#8211; I have skinned a catfish, but I only know one way), and thats certainly true for alignments in MacVector. Each function [...]]]></description>
			<content:encoded><![CDATA[<p>We get a lot of comments and questions from users on the various alignment functions in MacVector. They say there&#8217;s more than one way to skin a cat (not that I&#8217;ve done that &#8211; I have skinned a catfish, but I only know one way), and thats certainly true for alignments in MacVector. Each function is designed for a different purpose. First, lets just list the functions;</p>
<ul>
<li>ClustalW &#8211; we also call this the &#8220;standard&#8221; Multiple Sequence Alignment (MSA)</li>
<li>Align to Reference</li>
<li>Pustell Matrix (also known as a Dot Plot)</li>
<li>Internet BLAST</li>
<li>Align to Folder</li>
<li>Contig Assembly</li>
</ul>
<p><strong>ClustalW/Multiple Sequence Alignment (MSA)</strong></p>
<p><img class="alignleft size-medium wp-image-87" title="msa2" src="http://macvector.com/blog/wp-content/uploads/2009/06/msa2-300x234.png" alt="msa2" width="300" height="234" />If you have two or more related sequences (DNA or Protein) and you want to examine the relationship between them, use this function. Choose <em>File-&gt;New-&gt;Protein Alignment</em> (or <em>File-&gt;New-&gt;Nucleic Acid Alignment</em>) to create an empty MSA window. Add sequences to the alignment by using the <em>Edit-&gt;Add Sequences from File</em> menu item then click on the <em>Align</em> toolbar button to automatically align the sequences using <em>ClustalW</em>. Click on the <em>Prefs</em> toolbar button to control the appearance and behavior of the data in each of tabs that represent different views or analyses of the alignment. This functionality is most suited for protein alignments, or for nucleic acid sequences where you are interested in examining phylogenetic relationships. If you wish to compare two or more DNA sequences, you should definitely consider if one of the other alignment functions may be more suitable.</p>
<p><strong>Align to Reference</strong></p>
<div id="attachment_92" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-92" src="http://macvector.com/blog/wp-content/uploads/2009/06/align2ref.jpg" alt="The Align to Reference Editor window" width="300" height="260" /><p class="wp-caption-text">The Align to Reference Editor window</p></div>
<p>Use this if you have a reference sequence and you want to align one or more DNA sequences against it. A typical use would be in resequencing e.g. sequencing a cloned PCR fragment to check no errors were introduced, sequencing across end junctions, scanning for successful mutagenesis clones etc. In each case, open the file that represents the parent or &#8220;reference&#8221; sequence, then choose <em>Analyze-&gt;Align to Reference</em>. In the window that opens, click on the &#8220;+&#8221; button to add sequences from disk &#8211; these can be in any format that MacVector can read &#8211; typically ABI or SCF chromatogram files, but you can add plain sequences as well. When you click on the <em>Align</em> button, choose the <em>Sequence Confirmation</em> algorithm &#8211; this is tuned to expect the small insertions/deletions you would expect in raw chromatogram files. Compared to <em>ClustalW</em>, Align to Reference has the advantage that it will automatically &#8220;flip&#8221; sequences to guarantee optimal alignment.</p>
<p><em>Align to Reference</em> can also be used to align cDNA clones against a genome sequence. The steps are similar &#8211; use the genomic sequence as the reference, then add one or more cDNA clones to the alignment. Again, these can be chromatogram files. Now choose the <em>cDNA Alignment </em>algorithm when you <em>Align</em> &#8211; this is tuned to expect large insertions representing the intron regions.</p>
<p><strong>Pustell Matrix</strong></p>
<div id="attachment_83" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-83" title="dotplotrepeats" src="http://macvector.com/blog/wp-content/uploads/2009/06/dotplotrepeats-300x233.png" alt="Repetitive sequence elements identified using a dot plot" width="300" height="233" /><p class="wp-caption-text">Repetitive sequence elements identified using a dot plot</p></div>
<p>This &#8220;Dot Plot&#8221; function is great for identifying weak regions of similarity between two sequences. It is not designed to show full-length alignments between two sequences, but instead shows shorter segments of direct or inverted similarity. You can use this to identify shorter regions of similarity, then copy those sections to new sequence windows for more in depth analysis using <em>ClustalW</em> or <em>Align to Reference</em>. Dot Plots are also the best way of identifying sequence rearrangements &#8211; the display clearly shows insertions and deletions (the main diagonal will be broken and have an offset) and even inversions (the inverted diagonal will run bottom left to top right and be colored blue). Finally you can use it to identify repetitive regions which appear as parallel diagonals offset from the main diagonal. <em>Pustell Matrix</em> can be used not only to compare DNA:DNA and Protein:Protein, but you can also use it to compare DNA:Protein where the algorithm will translate the DNA in all 6 frames before aligning to the protein.</p>
<p><strong>Internet BLAST</strong></p>
<p>Use this to identify and align a test sequence to the databases at the NCBI using the popular BLAST algorithm. One slightly hidden function in MacVector is that you can select sequences in the &#8220;hitlist&#8221; and then choose <em>Database-&gt;Retrieve to Disk</em> or <em>Database-&gt;Retrieve to Desktop</em> to download the matching sequences from the NCBI. You don&#8217;t even need to select the entire line &#8211; just select part of a line and use the <em>Retrieve</em> menu item.</p>
<p><strong>Align to Folder</strong></p>
<p>This allows you to scan a local folder full of sequences (in any format MacVector can recognize) and align them using the FastA alignment algorithm. Its kind of like a local BLAST, but more sensitive. Like the <em>Pustell Matrix</em>, you can choose to search DNA with Protein and <em>vice versa</em>. Many users like this function because the text alignment output also shows the features in the test sequence. This can be very useful for demonstrating the differences between your sequence and other sequences for patent purposes.</p>
<p><strong>Contig Assembly</strong></p>
<p>This requires our optional Assembler add-on. Use this if you want to align two or more DNA sequences with the idea of assembling them into a longer sequence with a consensus. Its is primarily designed for <em>de novo</em> sequencing, where you have no reference or scaffold sequence to align the individual sequences to. The MacVector implementation uses the popular phred, phrap and cross_match algorithms from the University of Washington that use quality values for improved accuracy of assembly. While you can use this for resequencing, you should consider whether the <em>Align to Reference</em> function might be a better choice.</p>
<p><strong>Tutorials</strong></p>
<p>There are tutorials for Sequence Confirmation and Contig Assembly in the Documentation folder of your MacVector installation. You can also download copies from our website.</p>
<p>So there we have at least five ways to align sequences using MacVector. Now if I can just find another 4 ways of skinning a catfish (or even just ONE thats easier than my current method) then I&#8217;ll be all set.</p>
<div id="tweetbutton64" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2009%2F06%2Falignments-in-macvector%2F&amp;via=macvector&amp;text=Alignments%20in%20MacVector&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2009%2F06%2Falignments-in-macvector%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://macvector.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://macvector.com/blog/2009/06/alignments-in-macvector/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

