SlideShare a Scribd company logo
1 of 20
Download to read offline
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
Step by step tutorial:
Doing phylogenetic trees
with ModestR and BOLD
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
What do you need for this tutorial:
1. ModestR 6.5 or later
2. Internet connection
3. About 25 minutes
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
We’ll describe how to create
phylogenetic trees with ModestR and
BOLD data.
Follow the next steps!
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
Run ModestR DataManager program. You have to open an existing database or create a new one. To create a new
database you can see the tutorial nº 1 of ModestR tutorials : How to create a ModestR database.
You may also use this sample database that contains a taxonomy of some species of the Canidae family.
The sample database
with some species of
the Canidae family.
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
The first step is selecting the species we’ll want to use to create the phylogenetic tree. For this example we will select all
species of Canis genus.
To select a taxonomy
just check it in the
tree. You can check a
single species or a
whole level such as a
genus.
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
Then we have to obtain DNA data for those species. ModestR can currently download data from the BOLD database
(Barcode Of Life Data System) which provides sequence data and a BIN database (Barcode Index Numbers).
To download data from BOLD, just go to menu Import/DNA barcoding data/Download species DNA sequences from BOLD.
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
A dialog box will appear, allowing to select the data to be downloaded. You may choose to download all sequences
labeled with the species name, or only the sequences from a specific BIN for each species. If you are not familiar with
BOLD BIN’s please refer to BOLD documentation.
You have to check the option to import data to the current database. And also to select a folder where a copy of
downloaded data will be saved.
You may choose to download all sequences labeled with the
species name, or only the sequences from a specific BIN for
each species.
To select the BIN for a species you may choose the BIN that
contains most sequences sequences labeled with the species
name, or the BIN with the higher % of sequences for the
species.
Place the mouse cursor over any option to see an explanation.
Check the option to import data to the current
database.
Select a folder where a copy of downloaded data will be saved.
Click “OK” to continue
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
Downloading will start. Once completed, a dialog box will be displayed, where you can select opening the folder where a
copy of the downloaded data, opening the report file, or just accept (“OK”) and continue. Let’s select “Open folder”
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
In the folder you’ll find a copy of the downloaded data for each species in FASTA format and a CSV file that sumarizes the
data downloaded: number of samples for each species, and, if BIN downloading selected, number of BINS where it
appears, the BIN id selected for the species, etc.
Species Num.Samples Num.BINs
Higher.Sample.
Count.BIN(HSCB)
Num.species
.in.HSCB
Num.sequences
.in.HSCB
Sequences.for.
species.in.HSCB Other.BINS
Canis simens 2 0 0 0 0
Canis adustu 8 2 BOLD:ACQ1122 1 5 5 BOLD:AEE9377
Canis aureus 11 2 BOLD:ADM0647 1 3 3 BOLD:AAA1542
Canis latrans 17 1 BOLD:AAC5017 3 33 25
Canis lupus 1705 2 BOLD:AAA1542 12 1738 1414 BOLD:AAC5017
Canis mesom 5 3 BOLD:ADK6525 1 1 1 BOLD:ADW2121,BOLD:ACR0823
Canis rufus 0 0 0 0 0
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
If we come back to DataManager, we’ll see that now a DNA-shaped icon appears aside some of the species, indicating that
now there are sequences stored in the database for those species. Some of the species we selected don’t have this icon,
because no data was found in BOLD for them.
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
Now we have to select the species to build their phylogenetic tree. In this example we’ll select the whole Canis genus. It
doesn’t matter if some species of the selected species don’t have DNA data. Only species with DNA data will be used to
build the tree.
To select a taxonomy
just check it in the
tree. You can check a
single species or a
whole level such as a
genus.
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
Next we’ll go to menu Export/Export checked species DNA sequences/Distances and Phylo tree.
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
The first step is selecting a folder where all input and output data will be stored during the process. We recommend to
select an empty folder to avoid accidental overwriting.
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
The next step is setting how the sequence to be used for each species to build the tree will be selected, the style of label
for the tree, and the type of sequences marker to be used. Just place the mouse cursor over any option to see an
explanation.
For this example we’ll use the default settings. Click on “OK” to continue.
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
Once the process completed a dialog box will be displayed, where you can select opening the folder where data has been
saved, opening the resulting tree, or just accept (“OK”) and continue. Let’s select “Open folder”
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
Once the process completed a dialog box will be displayed, where you can select opening the folder where data has been
saved, opening the resulting tree, or just accept (“OK”) and continue. Let’s select “Open folder”. In the output folder we’ll
find the following files:
• inputseqs.fasta: the collection of sequences selected (one by
species) to build the tree,
• aligned.fasta: The result of the sequence alignment performed
before building the tree.
• generatephilotreescript.r: ModestR internally runs an R script
which uses several packages of the Bioconductor project and
others to perform the sequence alignment and phylo tree. In
this file you can find this full R script, which can be run in R or
Rstudio, provided you install the required packages.
• dist.matrix.csv: the obtained distance matrix between each
sequence.
• tree.newick: the obtained tree in Newick format.
• tree.rerooted.newick: the obtained tree once rerooted, in
Newick format.
• tree.rerooted.png: aa graph of the obtained tree once
rerooted, in png format.
• R_Messages_Log.txt and R_Output_Log.txt: the output and
the messages generated in R when running the script.
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
Let’s come back to Data Manager and go to menu Tools/Run Phylotree viewer.
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
A new window will be opened. It is a simple phylogenetic tree viewer that can display any tree in Newick format. Go to
menu File/Open Newick file and select the tree.rerooted.newick file located in the output folder seen before.
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
Once loaded, the tree will be displayed. This viewer allows some options such as changing branch spacing, using radial
tree, etc.
MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/
It was the Step by step tutorial:
Doing phylogenetic trees with ModestR and
BOLD
Thank you for your interest.
You can find this one and other tutorials in http://www.ipez.es/ModestR
By the ModestR team

More Related Content

What's hot

11.- Calculating species distribution for different periods with ModestR (Ve...
11.-  Calculating species distribution for different periods with ModestR (Ve...11.-  Calculating species distribution for different periods with ModestR (Ve...
11.- Calculating species distribution for different periods with ModestR (Ve...modestrsoftware
 
20. Calculating most probable distribution of a species with Niche of Occurr...
20.  Calculating most probable distribution of a species with Niche of Occurr...20.  Calculating most probable distribution of a species with Niche of Occurr...
20. Calculating most probable distribution of a species with Niche of Occurr...modestrsoftware
 
15. Locating species occupied river basins with ModestR (Version ModestR 5.3...
15. Locating species occupied river basins with ModestR  (Version ModestR 5.3...15. Locating species occupied river basins with ModestR  (Version ModestR 5.3...
15. Locating species occupied river basins with ModestR (Version ModestR 5.3...modestrsoftware
 
21.- Creating virtual species and calculating simple ensemble models with R ...
21.-  Creating virtual species and calculating simple ensemble models with R ...21.-  Creating virtual species and calculating simple ensemble models with R ...
21.- Creating virtual species and calculating simple ensemble models with R ...modestrsoftware
 
4.- How to use data cleaning, EOO estimation and environmental of occurrence ...
4.- How to use data cleaning, EOO estimation and environmental of occurrence ...4.- How to use data cleaning, EOO estimation and environmental of occurrence ...
4.- How to use data cleaning, EOO estimation and environmental of occurrence ...modestrsoftware
 
7.- ModestR tools for taxonomy (Version ModestR v6.5 or higher)
7.- ModestR tools for taxonomy (Version ModestR v6.5 or higher)7.- ModestR tools for taxonomy (Version ModestR v6.5 or higher)
7.- ModestR tools for taxonomy (Version ModestR v6.5 or higher)modestrsoftware
 
14.- Adding WorldClim data to ModestR (Version ModestR 5.3 or higher)
14.- Adding WorldClim data to ModestR (Version ModestR 5.3 or higher)14.- Adding WorldClim data to ModestR (Version ModestR 5.3 or higher)
14.- Adding WorldClim data to ModestR (Version ModestR 5.3 or higher)modestrsoftware
 
8.- Working with shapes (Version ModestR 5.3 or higher)
8.- Working with shapes (Version ModestR 5.3 or higher)8.- Working with shapes (Version ModestR 5.3 or higher)
8.- Working with shapes (Version ModestR 5.3 or higher)modestrsoftware
 
5.- Doing a map in MRMapping (Version ModestR v5.3 or higher)
5.- Doing a map in MRMapping (Version ModestR v5.3 or higher) 5.- Doing a map in MRMapping (Version ModestR v5.3 or higher)
5.- Doing a map in MRMapping (Version ModestR v5.3 or higher) modestrsoftware
 
12.- Recommendations for marine environments and Economic Exclusive Zones (Ve...
12.- Recommendations for marine environments and Economic Exclusive Zones (Ve...12.- Recommendations for marine environments and Economic Exclusive Zones (Ve...
12.- Recommendations for marine environments and Economic Exclusive Zones (Ve...modestrsoftware
 
2.- How to create and edit a map using GBIF data (Version ModestR v5.3 or hig...
2.- How to create and edit a map using GBIF data (Version ModestR v5.3 or hig...2.- How to create and edit a map using GBIF data (Version ModestR v5.3 or hig...
2.- How to create and edit a map using GBIF data (Version ModestR v5.3 or hig...modestrsoftware
 
Backup your tables to SQL Azure using SQL Stretch
Backup your tables to SQL Azure using SQL StretchBackup your tables to SQL Azure using SQL Stretch
Backup your tables to SQL Azure using SQL StretchMahesh Dahal
 

What's hot (12)

11.- Calculating species distribution for different periods with ModestR (Ve...
11.-  Calculating species distribution for different periods with ModestR (Ve...11.-  Calculating species distribution for different periods with ModestR (Ve...
11.- Calculating species distribution for different periods with ModestR (Ve...
 
20. Calculating most probable distribution of a species with Niche of Occurr...
20.  Calculating most probable distribution of a species with Niche of Occurr...20.  Calculating most probable distribution of a species with Niche of Occurr...
20. Calculating most probable distribution of a species with Niche of Occurr...
 
15. Locating species occupied river basins with ModestR (Version ModestR 5.3...
15. Locating species occupied river basins with ModestR  (Version ModestR 5.3...15. Locating species occupied river basins with ModestR  (Version ModestR 5.3...
15. Locating species occupied river basins with ModestR (Version ModestR 5.3...
 
21.- Creating virtual species and calculating simple ensemble models with R ...
21.-  Creating virtual species and calculating simple ensemble models with R ...21.-  Creating virtual species and calculating simple ensemble models with R ...
21.- Creating virtual species and calculating simple ensemble models with R ...
 
4.- How to use data cleaning, EOO estimation and environmental of occurrence ...
4.- How to use data cleaning, EOO estimation and environmental of occurrence ...4.- How to use data cleaning, EOO estimation and environmental of occurrence ...
4.- How to use data cleaning, EOO estimation and environmental of occurrence ...
 
7.- ModestR tools for taxonomy (Version ModestR v6.5 or higher)
7.- ModestR tools for taxonomy (Version ModestR v6.5 or higher)7.- ModestR tools for taxonomy (Version ModestR v6.5 or higher)
7.- ModestR tools for taxonomy (Version ModestR v6.5 or higher)
 
14.- Adding WorldClim data to ModestR (Version ModestR 5.3 or higher)
14.- Adding WorldClim data to ModestR (Version ModestR 5.3 or higher)14.- Adding WorldClim data to ModestR (Version ModestR 5.3 or higher)
14.- Adding WorldClim data to ModestR (Version ModestR 5.3 or higher)
 
8.- Working with shapes (Version ModestR 5.3 or higher)
8.- Working with shapes (Version ModestR 5.3 or higher)8.- Working with shapes (Version ModestR 5.3 or higher)
8.- Working with shapes (Version ModestR 5.3 or higher)
 
5.- Doing a map in MRMapping (Version ModestR v5.3 or higher)
5.- Doing a map in MRMapping (Version ModestR v5.3 or higher) 5.- Doing a map in MRMapping (Version ModestR v5.3 or higher)
5.- Doing a map in MRMapping (Version ModestR v5.3 or higher)
 
12.- Recommendations for marine environments and Economic Exclusive Zones (Ve...
12.- Recommendations for marine environments and Economic Exclusive Zones (Ve...12.- Recommendations for marine environments and Economic Exclusive Zones (Ve...
12.- Recommendations for marine environments and Economic Exclusive Zones (Ve...
 
2.- How to create and edit a map using GBIF data (Version ModestR v5.3 or hig...
2.- How to create and edit a map using GBIF data (Version ModestR v5.3 or hig...2.- How to create and edit a map using GBIF data (Version ModestR v5.3 or hig...
2.- How to create and edit a map using GBIF data (Version ModestR v5.3 or hig...
 
Backup your tables to SQL Azure using SQL Stretch
Backup your tables to SQL Azure using SQL StretchBackup your tables to SQL Azure using SQL Stretch
Backup your tables to SQL Azure using SQL Stretch
 

Similar to 25. Phylogenetics trees with ModestRr and bold (Version ModestR 6.5 or higher)

Windows File Auditing Cheat Sheet ver Oct 2016 - MalwareArchaeology
Windows File Auditing Cheat Sheet ver Oct 2016 - MalwareArchaeologyWindows File Auditing Cheat Sheet ver Oct 2016 - MalwareArchaeology
Windows File Auditing Cheat Sheet ver Oct 2016 - MalwareArchaeologyMichael Gough
 
841- Advanced Computer ForensicsUnix Forensics LabDue Date.docx
841- Advanced Computer ForensicsUnix Forensics LabDue Date.docx841- Advanced Computer ForensicsUnix Forensics LabDue Date.docx
841- Advanced Computer ForensicsUnix Forensics LabDue Date.docxevonnehoggarth79783
 
Data exchange alternatives, SBIS conference in Stockholm (2008)
Data exchange alternatives, SBIS conference in Stockholm (2008)Data exchange alternatives, SBIS conference in Stockholm (2008)
Data exchange alternatives, SBIS conference in Stockholm (2008)Dag Endresen
 
Using MMS to Build New Environments
Using MMS to Build New EnvironmentsUsing MMS to Build New Environments
Using MMS to Build New EnvironmentsMongoDB
 
BioCASE web services for germplasm data sets, at FAO, Rome (2006)
BioCASE web services for germplasm data sets, at FAO, Rome (2006)BioCASE web services for germplasm data sets, at FAO, Rome (2006)
BioCASE web services for germplasm data sets, at FAO, Rome (2006)Dag Endresen
 
Sas UTR How To Create Your UTRs Sep2009
Sas UTR How To Create Your UTRs Sep2009Sas UTR How To Create Your UTRs Sep2009
Sas UTR How To Create Your UTRs Sep2009praack
 
My First Hadoop Program !!!
My First Hadoop Program !!!My First Hadoop Program !!!
My First Hadoop Program !!!Ayapparaj SKS
 
[xp2013] Narrow Down What to Test
[xp2013] Narrow Down What to Test[xp2013] Narrow Down What to Test
[xp2013] Narrow Down What to TestZsolt Fabok
 
Swertz bosc2010 molgenis
Swertz bosc2010 molgenisSwertz bosc2010 molgenis
Swertz bosc2010 molgenisBOSC 2010
 
Darcy Ripper-Website, Data Scraper Software
Darcy Ripper-Website, Data Scraper SoftwareDarcy Ripper-Website, Data Scraper Software
Darcy Ripper-Website, Data Scraper SoftwareDan Mitroi
 
How to upgrade OJS 2 to OJS 3 latest
How to upgrade OJS 2 to OJS 3 latestHow to upgrade OJS 2 to OJS 3 latest
How to upgrade OJS 2 to OJS 3 latestOpenjournaltheme
 
16. Importing different climatic change scenarios from WorldClim to ModestR ...
16.  Importing different climatic change scenarios from WorldClim to ModestR ...16.  Importing different climatic change scenarios from WorldClim to ModestR ...
16. Importing different climatic change scenarios from WorldClim to ModestR ...modestrsoftware
 
Working with the IFS on System i
Working with the IFS on System iWorking with the IFS on System i
Working with the IFS on System iChuck Walker
 
Cool Informatics Tools and Services for Biomedical Research
Cool Informatics Tools and Services for Biomedical ResearchCool Informatics Tools and Services for Biomedical Research
Cool Informatics Tools and Services for Biomedical ResearchDavid Ruau
 
Voyager Meets MeLCat: MC'ing the Introductions
Voyager Meets MeLCat: MC'ing the IntroductionsVoyager Meets MeLCat: MC'ing the Introductions
Voyager Meets MeLCat: MC'ing the IntroductionsRoy Zimmer
 

Similar to 25. Phylogenetics trees with ModestRr and bold (Version ModestR 6.5 or higher) (20)

Lab 1 Essay
Lab 1 EssayLab 1 Essay
Lab 1 Essay
 
Windows File Auditing Cheat Sheet ver Oct 2016 - MalwareArchaeology
Windows File Auditing Cheat Sheet ver Oct 2016 - MalwareArchaeologyWindows File Auditing Cheat Sheet ver Oct 2016 - MalwareArchaeology
Windows File Auditing Cheat Sheet ver Oct 2016 - MalwareArchaeology
 
841- Advanced Computer ForensicsUnix Forensics LabDue Date.docx
841- Advanced Computer ForensicsUnix Forensics LabDue Date.docx841- Advanced Computer ForensicsUnix Forensics LabDue Date.docx
841- Advanced Computer ForensicsUnix Forensics LabDue Date.docx
 
Data exchange alternatives, SBIS conference in Stockholm (2008)
Data exchange alternatives, SBIS conference in Stockholm (2008)Data exchange alternatives, SBIS conference in Stockholm (2008)
Data exchange alternatives, SBIS conference in Stockholm (2008)
 
Using MMS to Build New Environments
Using MMS to Build New EnvironmentsUsing MMS to Build New Environments
Using MMS to Build New Environments
 
Raptor user manual3.0
Raptor user manual3.0Raptor user manual3.0
Raptor user manual3.0
 
BioCASE web services for germplasm data sets, at FAO, Rome (2006)
BioCASE web services for germplasm data sets, at FAO, Rome (2006)BioCASE web services for germplasm data sets, at FAO, Rome (2006)
BioCASE web services for germplasm data sets, at FAO, Rome (2006)
 
Sas UTR How To Create Your UTRs Sep2009
Sas UTR How To Create Your UTRs Sep2009Sas UTR How To Create Your UTRs Sep2009
Sas UTR How To Create Your UTRs Sep2009
 
My First Hadoop Program !!!
My First Hadoop Program !!!My First Hadoop Program !!!
My First Hadoop Program !!!
 
[xp2013] Narrow Down What to Test
[xp2013] Narrow Down What to Test[xp2013] Narrow Down What to Test
[xp2013] Narrow Down What to Test
 
Swertz bosc2010 molgenis
Swertz bosc2010 molgenisSwertz bosc2010 molgenis
Swertz bosc2010 molgenis
 
Darcy Ripper-Website, Data Scraper Software
Darcy Ripper-Website, Data Scraper SoftwareDarcy Ripper-Website, Data Scraper Software
Darcy Ripper-Website, Data Scraper Software
 
How to upgrade OJS 2 to OJS 3 latest
How to upgrade OJS 2 to OJS 3 latestHow to upgrade OJS 2 to OJS 3 latest
How to upgrade OJS 2 to OJS 3 latest
 
16. Importing different climatic change scenarios from WorldClim to ModestR ...
16.  Importing different climatic change scenarios from WorldClim to ModestR ...16.  Importing different climatic change scenarios from WorldClim to ModestR ...
16. Importing different climatic change scenarios from WorldClim to ModestR ...
 
Working with the IFS on System i
Working with the IFS on System iWorking with the IFS on System i
Working with the IFS on System i
 
Cool Informatics Tools and Services for Biomedical Research
Cool Informatics Tools and Services for Biomedical ResearchCool Informatics Tools and Services for Biomedical Research
Cool Informatics Tools and Services for Biomedical Research
 
Voyager Meets MeLCat: MC'ing the Introductions
Voyager Meets MeLCat: MC'ing the IntroductionsVoyager Meets MeLCat: MC'ing the Introductions
Voyager Meets MeLCat: MC'ing the Introductions
 
Edubooktraining
EdubooktrainingEdubooktraining
Edubooktraining
 
manual
manualmanual
manual
 
manual
manualmanual
manual
 

Recently uploaded

Citronella presentation SlideShare mani upadhyay
Citronella presentation SlideShare mani upadhyayCitronella presentation SlideShare mani upadhyay
Citronella presentation SlideShare mani upadhyayupadhyaymani499
 
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...lizamodels9
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxyaramohamed343013
 
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)riyaescorts54
 
BUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdf
BUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdfBUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdf
BUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdfWildaNurAmalia2
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
FREE NURSING BUNDLE FOR NURSES.PDF by na
FREE NURSING BUNDLE FOR NURSES.PDF by naFREE NURSING BUNDLE FOR NURSES.PDF by na
FREE NURSING BUNDLE FOR NURSES.PDF by naJASISJULIANOELYNV
 
Neurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 trNeurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 trssuser06f238
 
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCRCall Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCRlizamodels9
 
Base editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editingBase editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editingNetHelix
 
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)Columbia Weather Systems
 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxpriyankatabhane
 
Pests of safflower_Binomics_Identification_Dr.UPR.pdf
Pests of safflower_Binomics_Identification_Dr.UPR.pdfPests of safflower_Binomics_Identification_Dr.UPR.pdf
Pests of safflower_Binomics_Identification_Dr.UPR.pdfPirithiRaju
 
Pests of Blackgram, greengram, cowpea_Dr.UPR.pdf
Pests of Blackgram, greengram, cowpea_Dr.UPR.pdfPests of Blackgram, greengram, cowpea_Dr.UPR.pdf
Pests of Blackgram, greengram, cowpea_Dr.UPR.pdfPirithiRaju
 
User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)Columbia Weather Systems
 
The dark energy paradox leads to a new structure of spacetime.pptx
The dark energy paradox leads to a new structure of spacetime.pptxThe dark energy paradox leads to a new structure of spacetime.pptx
The dark energy paradox leads to a new structure of spacetime.pptxEran Akiva Sinbar
 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsssuserddc89b
 
Environmental Biotechnology Topic:- Microbial Biosensor
Environmental Biotechnology Topic:- Microbial BiosensorEnvironmental Biotechnology Topic:- Microbial Biosensor
Environmental Biotechnology Topic:- Microbial Biosensorsonawaneprad
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 

Recently uploaded (20)

Volatile Oils Pharmacognosy And Phytochemistry -I
Volatile Oils Pharmacognosy And Phytochemistry -IVolatile Oils Pharmacognosy And Phytochemistry -I
Volatile Oils Pharmacognosy And Phytochemistry -I
 
Citronella presentation SlideShare mani upadhyay
Citronella presentation SlideShare mani upadhyayCitronella presentation SlideShare mani upadhyay
Citronella presentation SlideShare mani upadhyay
 
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
Best Call Girls In Sector 29 Gurgaon❤️8860477959 EscorTs Service In 24/7 Delh...
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docx
 
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
 
BUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdf
BUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdfBUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdf
BUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdf
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
FREE NURSING BUNDLE FOR NURSES.PDF by na
FREE NURSING BUNDLE FOR NURSES.PDF by naFREE NURSING BUNDLE FOR NURSES.PDF by na
FREE NURSING BUNDLE FOR NURSES.PDF by na
 
Neurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 trNeurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 tr
 
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCRCall Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
Call Girls In Nihal Vihar Delhi ❤️8860477959 Looking Escorts In 24/7 Delhi NCR
 
Base editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editingBase editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editing
 
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
 
Pests of safflower_Binomics_Identification_Dr.UPR.pdf
Pests of safflower_Binomics_Identification_Dr.UPR.pdfPests of safflower_Binomics_Identification_Dr.UPR.pdf
Pests of safflower_Binomics_Identification_Dr.UPR.pdf
 
Pests of Blackgram, greengram, cowpea_Dr.UPR.pdf
Pests of Blackgram, greengram, cowpea_Dr.UPR.pdfPests of Blackgram, greengram, cowpea_Dr.UPR.pdf
Pests of Blackgram, greengram, cowpea_Dr.UPR.pdf
 
User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)
 
The dark energy paradox leads to a new structure of spacetime.pptx
The dark energy paradox leads to a new structure of spacetime.pptxThe dark energy paradox leads to a new structure of spacetime.pptx
The dark energy paradox leads to a new structure of spacetime.pptx
 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physics
 
Environmental Biotechnology Topic:- Microbial Biosensor
Environmental Biotechnology Topic:- Microbial BiosensorEnvironmental Biotechnology Topic:- Microbial Biosensor
Environmental Biotechnology Topic:- Microbial Biosensor
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 

25. Phylogenetics trees with ModestRr and bold (Version ModestR 6.5 or higher)

  • 1. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ Step by step tutorial: Doing phylogenetic trees with ModestR and BOLD
  • 2. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ What do you need for this tutorial: 1. ModestR 6.5 or later 2. Internet connection 3. About 25 minutes
  • 3. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ We’ll describe how to create phylogenetic trees with ModestR and BOLD data. Follow the next steps!
  • 4. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ Run ModestR DataManager program. You have to open an existing database or create a new one. To create a new database you can see the tutorial nº 1 of ModestR tutorials : How to create a ModestR database. You may also use this sample database that contains a taxonomy of some species of the Canidae family. The sample database with some species of the Canidae family.
  • 5. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ The first step is selecting the species we’ll want to use to create the phylogenetic tree. For this example we will select all species of Canis genus. To select a taxonomy just check it in the tree. You can check a single species or a whole level such as a genus.
  • 6. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ Then we have to obtain DNA data for those species. ModestR can currently download data from the BOLD database (Barcode Of Life Data System) which provides sequence data and a BIN database (Barcode Index Numbers). To download data from BOLD, just go to menu Import/DNA barcoding data/Download species DNA sequences from BOLD.
  • 7. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ A dialog box will appear, allowing to select the data to be downloaded. You may choose to download all sequences labeled with the species name, or only the sequences from a specific BIN for each species. If you are not familiar with BOLD BIN’s please refer to BOLD documentation. You have to check the option to import data to the current database. And also to select a folder where a copy of downloaded data will be saved. You may choose to download all sequences labeled with the species name, or only the sequences from a specific BIN for each species. To select the BIN for a species you may choose the BIN that contains most sequences sequences labeled with the species name, or the BIN with the higher % of sequences for the species. Place the mouse cursor over any option to see an explanation. Check the option to import data to the current database. Select a folder where a copy of downloaded data will be saved. Click “OK” to continue
  • 8. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ Downloading will start. Once completed, a dialog box will be displayed, where you can select opening the folder where a copy of the downloaded data, opening the report file, or just accept (“OK”) and continue. Let’s select “Open folder”
  • 9. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ In the folder you’ll find a copy of the downloaded data for each species in FASTA format and a CSV file that sumarizes the data downloaded: number of samples for each species, and, if BIN downloading selected, number of BINS where it appears, the BIN id selected for the species, etc. Species Num.Samples Num.BINs Higher.Sample. Count.BIN(HSCB) Num.species .in.HSCB Num.sequences .in.HSCB Sequences.for. species.in.HSCB Other.BINS Canis simens 2 0 0 0 0 Canis adustu 8 2 BOLD:ACQ1122 1 5 5 BOLD:AEE9377 Canis aureus 11 2 BOLD:ADM0647 1 3 3 BOLD:AAA1542 Canis latrans 17 1 BOLD:AAC5017 3 33 25 Canis lupus 1705 2 BOLD:AAA1542 12 1738 1414 BOLD:AAC5017 Canis mesom 5 3 BOLD:ADK6525 1 1 1 BOLD:ADW2121,BOLD:ACR0823 Canis rufus 0 0 0 0 0
  • 10. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ If we come back to DataManager, we’ll see that now a DNA-shaped icon appears aside some of the species, indicating that now there are sequences stored in the database for those species. Some of the species we selected don’t have this icon, because no data was found in BOLD for them.
  • 11. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ Now we have to select the species to build their phylogenetic tree. In this example we’ll select the whole Canis genus. It doesn’t matter if some species of the selected species don’t have DNA data. Only species with DNA data will be used to build the tree. To select a taxonomy just check it in the tree. You can check a single species or a whole level such as a genus.
  • 12. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ Next we’ll go to menu Export/Export checked species DNA sequences/Distances and Phylo tree.
  • 13. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ The first step is selecting a folder where all input and output data will be stored during the process. We recommend to select an empty folder to avoid accidental overwriting.
  • 14. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ The next step is setting how the sequence to be used for each species to build the tree will be selected, the style of label for the tree, and the type of sequences marker to be used. Just place the mouse cursor over any option to see an explanation. For this example we’ll use the default settings. Click on “OK” to continue.
  • 15. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ Once the process completed a dialog box will be displayed, where you can select opening the folder where data has been saved, opening the resulting tree, or just accept (“OK”) and continue. Let’s select “Open folder”
  • 16. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ Once the process completed a dialog box will be displayed, where you can select opening the folder where data has been saved, opening the resulting tree, or just accept (“OK”) and continue. Let’s select “Open folder”. In the output folder we’ll find the following files: • inputseqs.fasta: the collection of sequences selected (one by species) to build the tree, • aligned.fasta: The result of the sequence alignment performed before building the tree. • generatephilotreescript.r: ModestR internally runs an R script which uses several packages of the Bioconductor project and others to perform the sequence alignment and phylo tree. In this file you can find this full R script, which can be run in R or Rstudio, provided you install the required packages. • dist.matrix.csv: the obtained distance matrix between each sequence. • tree.newick: the obtained tree in Newick format. • tree.rerooted.newick: the obtained tree once rerooted, in Newick format. • tree.rerooted.png: aa graph of the obtained tree once rerooted, in png format. • R_Messages_Log.txt and R_Output_Log.txt: the output and the messages generated in R when running the script.
  • 17. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ Let’s come back to Data Manager and go to menu Tools/Run Phylotree viewer.
  • 18. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ A new window will be opened. It is a simple phylogenetic tree viewer that can display any tree in Newick format. Go to menu File/Open Newick file and select the tree.rerooted.newick file located in the output folder seen before.
  • 19. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ Once loaded, the tree will be displayed. This viewer allows some options such as changing branch spacing, using radial tree, etc.
  • 20. MODESTR QUICK TUTORIALS HTTP://WWW.IPEZ.ES/MODESTR/ It was the Step by step tutorial: Doing phylogenetic trees with ModestR and BOLD Thank you for your interest. You can find this one and other tutorials in http://www.ipez.es/ModestR By the ModestR team