<?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, 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: 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 all sequences do not share a common region. 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>
<div id="tweetbutton742" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F01%2Fmacvector-12-5-creating-alignments-with-t-coffee-and-muscle%2F&amp;via=macvector&amp;text=MacVector%2012.5%3A%20Creating%20alignments%20with%20T-Coffee%20and%20Muscle&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2012%2F01%2Fmacvector-12-5-creating-alignments-with-t-coffee-and-muscle%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/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[bowtie]]></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>
<div id="tweetbutton669" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F10%2Fmacvector-12-5-using-assembler%2F&amp;via=macvector&amp;text=MacVector%2012.5%3A%20Sequence%20Assembly%20made%20easy.&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F10%2Fmacvector-12-5-using-assembler%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/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>
<div id="tweetbutton542" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F04%2Flabel-customisation-using-metatags-in-the-map-view%2F&amp;via=macvector&amp;text=Label%20customisation%20using%20metatags%20in%20the%20Map%20View&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2011%2F04%2Flabel-customisation-using-metatags-in-the-map-view%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/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>
<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>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>
<div id="tweetbutton390" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2010%2F10%2Fclustering-an-alignment%2F&amp;via=macvector&amp;text=Clustering%20an%20alignment&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2010%2F10%2Fclustering-an-alignment%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/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>
<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>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>
<div id="tweetbutton364" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2010%2F10%2Fjaspar-macvector-subsequence-searches%2F&amp;via=macvector&amp;text=Jaspar%2C%20MacVector%20%26%23038%3B%20Subsequence%20searches&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2010%2F10%2Fjaspar-macvector-subsequence-searches%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/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>
<div id="tweetbutton346" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2010%2F09%2Fdisplaying-translations-alongside-your-dna-sequence%2F&amp;via=macvector&amp;text=Displaying%20translations%20alongside%20your%20DNA%20sequence&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2010%2F09%2Fdisplaying-translations-alongside-your-dna-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/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>
<div id="tweetbutton302" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fmacvector.com%2Fblog%2F2010%2F07%2Fgraphics-in-macvector-exporting-publication-quality-graphics%2F&amp;via=macvector&amp;text=Graphics%20In%20MacVector%3A%20Exporting%20publication%20quality%20graphics.&amp;related=macvector&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fmacvector.com%2Fblog%2F2010%2F07%2Fgraphics-in-macvector-exporting-publication-quality-graphics%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/07/graphics-in-macvector-exporting-publication-quality-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

