1
TEMPLATE DESIGN © 2008 www.PosterPresentations.com Background The Character States Phylogeny Problem takes as input a matrix where rows represent existing taxonomic objects and columns represent characters. Each position of the matrix keeps the state of the character that the corresponding object possesses. The goal is to build a phylogenetic rooted tree that explains the evolutionary relationship among the objects, where leaves are the existing objects and internal nodes are hypothetical ancestors. This is done by assigning, for each internal node, a state value to each character. Each edge where the state for some character changes to another represents a mutation. A parsimonious approach for this problem tries to minimize the total number of mutations. This problem is called Large Parsimony. When the topology and also a matrix scoring mutations are given, this problem is called Weighted Small Parsimony and is easily solved using a Dynamic Programming algorithm. Recently the Character States Live Phylogeny Problem was described by some of the authors, generalizing the previous problem by admitting living ancestors among the objects. This new problem is very suitable for fast-evolving species, like virus or nonbiological objects like documents, images, and database records. This work aims to solve the Character States Live Phylogeny Problem, starting with what we call Weighted Small Live Parsimony (WSLP). The formal description of WSLP is given and a polynomial-time algorithm to solve it is provided. Weighted Small Live Parsimony (WSLP). Figure 1 Figure 2 Figure 3 A B Text Sizes For this template we use the Arial font family at several recommended text sizes. You can use any typeface you like and at any size but try to stay close to the suggested limits. Figure 4 gives a visual reference of what different font sizes look like when printed at 100% and at 200%. Due to a page size limitation in PowerPoint and unless your poster is going to be less than 56” in length, all the work done on this template is at half the size of the final poster. For example, if you choose a 21 point font for this poster, the actual printed size will appear as 42 points. Figure 4 Results The Weight Small Live Parsimony Problem is defined as follows. Given a set O of n taxa where each taxon has m characters with at most r states, a matrix that gives the scores of state changes (named scoring mutations matrix) and also a tree, the problem is to label each node in the tree with a vector of m characters such that each taxa in O labels a node of the tree and such that the total number of character changes (mutations) between adjacent nodes is minimized. The problem is solved independently for each characteristic using dynamic programming in time $O(nr2)$, resulting in a $O(mnr^2)$ solution. Customizing the template color schemes For those who wish to further personalize their poster presentation, we have included a number of printer-tested alternative color schemes for this poster template. If you want to change the default colors and use your own color scheme, go to FORMAT>SLIDE DESIGN (Figure 7). The SLIDE DESIGN pane will open. Select COLOR SCHEMES (Figure 8). There, you can try different color schemes until you find the one you like. Figure 7 Figure 8 Importing Photographs It is highly recommended to use the largest images you have access to for your poster. Avoid images downloaded from the web and avoid copying and pasting images instead of using the “Insert” command. To insert an image to your poster go to INSERT>PICTURE>FROM FILE (Figure 9). (Figure 9) When the only source of a needed photo or graphic is the Web, scaling has to be applied with caution. Scaling an image more than three times its original size may introduce pixelization artifacts. Refer to figure 10 as an example. A simple way to preview the printing quality of an image is to zoom in at 100% or 200%, depending on the final size of the poster. What you’ll see is likely what you’ll get at printing time. Figure 10: Original image at 100%, enlarged 200% and 400%. Conclusions This is a preliminary work. The next step is to solve the same problem, but with no tree given as input. It means that we need to find the best topology and also the labels of all nodes such that the total number of character changes is minimized. We name it The Weight Large Live Parsimony Problem. The first step presented here and the next ones will contribute to fully understand the computational complexity of the family of Live Phylogeny problems. 0 10 20 30 40 50 60 70 80 90 1stQ tr 2nd Q tr 3rd Q tr 4th Q tr East W est N orth TABLE ONE 1998 1999 2000 2001 2002 2003 2004 2005 2006 Research Poster Design Services How to order your poster for printing Contact information Are you too busy or somewhat “PowerPoint- challenged” and would you like to have your poster presentation professionally designed, printed and delivered on time for your meeting? We’ll be happy to provide you with our expertise. All you would need is to email us the following: A Word document with all your text or your multi-page PowerPoint document. Your logos, photos, charts, graphs and tables. Your deadline! That’s it! Your presentation will be ready within 24 to 48 hours and a proof will be emailed to you for revisions and final approval. Once we have your approval, your poster will be printed and shipped by next day or second day FedEx to your work, home or hotel. Call us for a free estimate. We will be happy to assist. You can reach us toll-free at: 1-866-649-3004 Monday through Friday 9AM to 6PM PST. We complete and ship poster printing orders the same day they come in as long as we have your files by 12 pm Pacific Time (3 pm Eastern), Monday through Friday. Orders due the next day take priority. We do not charge rush fees for printing and our shipping rates are standard FedEx rates. How to order your printed poster: To order your poster go to www.posterpresentations.com and click on “Order your poster” on the top menu. Fill in the form and send us your file by choosing one of the two options offered. You can email us at [email protected] or call us toll free at 1-866-649-3004. PosterPresentations.com a Canterbury Media Services, Inc. company 2117 Fourth Street, Studio C Berkeley, California 94710 T: 510.649.3001 F: 510.649.0331 TF: 1.866.649.3004 E: production@cp- digital.com To start using this template you first need to delete most of the contents of this page. Keep the poster title and one of the blue section headers. The cleared template should now look like in Figure 1. After you decide how many sections you need for your poster (Introduction, Methods, Results, References, etc.), use the “copy” and “paste” commands to create as many copies of the blue section headers as needed. Move the header copies approximately to where you think they need to be on the poster, so you can get a better sense of the overall poster layout. It will help you organize your content. See Figure 2. You can now start adding your text. To add text use the text tool to draw a text box starting from the left edge of a column to the right edge and start typing in your text. You can also paste the text you may have already copied from another source. See Figure 3. Repeat the process throughout the poster as needed. 1 School of Computing, Federal University of Mato Grosso do Sul 2 Institute of Computing, University of Campinas 3 Department of Computer Science, University of Braslia Rogério Güths 1 , Nalvo F. Almeida 1 , Guilherme P. Telles 2 , Maria Emlia T. Walter 3 The Weigth Small Live Parsimony Problem Funding Fundect (grant TO0096/12) CNPq (grants 305857/2013-4, 473221/2013-6, 307363/2012-0, 308509/2012-9)

Weigth Small Live Parsimony Problem

Embed Size (px)

DESCRIPTION

Recently the Character States Live Phylogeny Problem wasdescribed by some of the authors, generalizing the previous problem byadmitting living ancestors among the objects.This work aims to solve the Character States Live Phylogeny Problem,starting with what we call Weighted Small Live Parsimony (WSLP). The formal description of WSLP is given and a polynomial-time algorithmto solve it is provided.

Citation preview

Page 1: Weigth Small Live Parsimony Problem

TEMPLATE DESIGN © 2008

www.PosterPresentations.com

Background

The Character States Phylogeny Problem takes as input a matrixwhere rows represent existing taxonomic objects and columns representcharacters. Each position of the matrix keeps the state of thecharacter that the corresponding object possesses. The goal is tobuild a phylogenetic rooted tree that explains the evolutionaryrelationship among the objects, where leaves are the existing objectsand internal nodes are hypothetical ancestors. This is done byassigning, for each internal node, a state value to each character.

Each edge where the state for some character changes to anotherrepresents a mutation. A parsimonious approach for this problem triesto minimize the total number of mutations. This problem is called Large Parsimony.When the topology and also a matrix scoring mutations are given, this problemis called Weighted Small Parsimony and is easily solved using aDynamic Programming algorithm.

Recently the Character States Live Phylogeny Problem wasdescribed by some of the authors, generalizing the previous problem byadmitting living ancestors among the objects. This new problem is verysuitable for fast-evolving species, like virus or nonbiologicalobjects like documents, images, and database records.

This work aims to solve the Character States Live Phylogeny Problem,starting with what we call Weighted Small Live Parsimony (WSLP). The formaldescription of WSLP is given and a polynomial-time algorithmto solve it is provided.

Weighted Small Live Parsimony (WSLP).

Figure 1 Figure 2 Figure 3

A

B

Text Sizes

For this template we use the Arial font family at several recommended text sizes. You can use any typeface you like and at any size but try to stay close to the suggested limits.Figure 4 gives a visual reference of what different font sizes look like when printed at 100% and at 200%. Due to a page size limitation in PowerPoint and unless your poster is going to be less than 56” in length, all the work done on this template is at half the size of the final poster. For example, if you choose a 21 point font for this poster, the actual printed size will appear as 42 points.

Figure 4

Results

The Weight Small Live Parsimony Problem is defined as follows. Given a set O of n taxa where each taxon has m characters with at most r states, a matrix that gives the scores of state changes (named scoring mutations matrix) and also a tree, the problem is to label each node in the tree with a vector of m characters such that each taxa in O labels a node of the tree and such that the total number of character changes (mutations) between adjacent nodes is minimized.

The problem is solved independently for each characteristic using dynamic programming in time $O(nr2)$, resulting in a $O(mnr^2)$ solution.

Customizing the template color schemes

For those who wish to further personalize their poster presentation, we have included a number of printer-tested alternative color schemes for this poster template. If you want to change the default colors and use your own color scheme, go to FORMAT>SLIDE DESIGN (Figure 7). The SLIDE DESIGN pane will open. Select COLOR SCHEMES (Figure 8). There, you can try different color schemes until you find the one you like.

Figure 7 Figure 8

Importing Photographs

It is highly recommended to use the largest images you have access to for your poster. Avoid images downloaded from the web and avoid copying and pasting images instead of using the “Insert” command. To insert an image to your poster go to INSERT>PICTURE>FROM FILE (Figure 9).

(Figure 9)

When the only source of a needed photo or graphic is the Web, scaling has to be applied with caution. Scaling an image more than three times its original size may introduce pixelization artifacts. Refer to figure 10 as an example. A simple way to preview the printing quality of an image is to zoom in at 100% or 200%, depending on the final size of the poster. What you’ll see is likely what you’ll get at printing time.

Figure 10: Original image at 100%, enlarged 200% and 400%.

Conclusions

This is a preliminary work. The next step is to solve the sameproblem, but with no tree given as input. It means that we need tofind the best topology and also the labels of all nodes such that thetotal number of character changes is minimized. We name it The WeightLarge Live Parsimony Problem. The first step presented here and thenext ones will contribute to fully understand the computationalcomplexity of the family of Live Phylogeny problems.

0

10

20

30

40

50

60

70

80

90

1st Qtr 2nd Qtr 3rd Qtr 4th Qtr

EastWestNorth

TABLE ONE

1998 1999 2000

2001 2002 2003

2004 2005 2006

Research Poster Design Services

How to order your poster for printing

Contact information

Are you too busy or somewhat “PowerPoint-challenged” and would you like to have your poster presentation professionally designed, printed and delivered on time for your meeting?

We’ll be happy to provide you with our expertise.All you would need is to email us the following:

A Word document with all your text or your multi-page PowerPoint document.

Your logos, photos, charts, graphs and tables.

Your deadline!

That’s it!

Your presentation will be ready within 24 to 48 hours and a proof will be emailed to you for revisions and final approval. Once we have your approval, your poster will be printed and shipped by next day or second day FedEx to your work, home or hotel.

Call us for a free estimate. We will be happy to assist. You can reach us toll-free at:1-866-649-3004 Monday through Friday 9AM to 6PM PST.

We complete and ship poster printing orders the same day they come in as long as we have your files by 12 pm Pacific Time (3 pm Eastern), Monday through Friday. Orders due the next day take priority. We do not charge rush fees for printing and our shipping rates are standard FedEx rates.

How to order your printed poster:To order your poster go to www.posterpresentations.comand click on “Order your poster” on the top menu. Fill in the form and send us your file by choosing one of the two options offered.

You can email us at [email protected] call us toll free at 1-866-649-3004.

PosterPresentations.coma Canterbury Media Services, Inc. company

2117 Fourth Street, Studio CBerkeley, California 94710

T: 510.649.3001F: 510.649.0331TF: 1.866.649.3004E: [email protected]

To start using this template you first need to delete most of the contents of this page. Keep the poster title and one of the blue section headers.

The cleared template should now look like in Figure 1. After you decide how many sections you need for your poster (Introduction, Methods, Results, References, etc.), use the “copy” and “paste” commands to create as many copies of the blue section headers as needed.

Move the header copies approximately to where you think they need to be on the poster, so you can get a better sense of the overall poster layout. It will help you organize your content. See Figure 2.

You can now start adding your text. To add text use the text tool to draw a text box starting from the left edge of a column to the right edge and start typing in your text. You can also paste the text you may have already copied from another source. See Figure 3. Repeat the process throughout the poster as needed.

1 School of Computing, Federal University of Mato Grosso do Sul2 Institute of Computing, University of Campinas3 Department of Computer Science, University of Brasilia

Rogério Güths1, Nalvo F. Almeida1, Guilherme P. Telles2, Maria Emilia T. Walter3

The Weigth Small Live Parsimony Problem

Funding

Fundect (grant TO0096/12)CNPq (grants 305857/2013-4, 473221/2013-6, 307363/2012-0, 308509/2012-9)