Difference between revisions of "Systematics Seminar"

From EEBedia
Jump to: navigation, search
(177 intermediate revisions by 24 users not shown)
Line 1: Line 1:
 
This is the home page of the UConn EEB department's Systematics Seminar (EEB 6486). This is a graduate seminar devoted to issues of interest to graduate students and faculty who make up the systematics program at the University of Connecticut.  
 
This is the home page of the UConn EEB department's Systematics Seminar (EEB 6486). This is a graduate seminar devoted to issues of interest to graduate students and faculty who make up the systematics program at the University of Connecticut.  
 +
<br><br>
 +
'''Seminar Format:''' Registered students be prepared to lead discussions, perhaps more than once depending on the number of participants.
 +
 +
The leader(s) will be responsible both for (1) selection of readings, (2) announcing the selection, (3) an introductory presentation, (4) driving discussion and (5) setting up and putting away the projector. 
 +
 +
'''Readings:''' In consultation with the instructors, each leader should assign one primary paper for discussion and up to two other ancillary papers or resources.  The readings should be posted to EEBedia at least 5 days in advance.
 +
 +
'''Announcing the reading:''' The leader should add an entry to the schedule (see below) by editing this page. There are two ways to create a link to the paper:
 +
 +
1. If the paper is available online through our library, it is sufficient to create a link to the DOI:
 +
<nowiki>:[http://dx.doi.org/10.1093/sysbio/syv041 Doyle et al. 2015. Syst. Biol. 64:824-837.]</nowiki>
 +
In this case, you need not give all the citation details because the DOI should always be sufficient to find the paper. The colon (:) at the beginning of the link causes the link to be indented an placed on a separate line. Note that the DOI is in the form of a URL, starting with <code><nowiki>http://dx.doi.org/</nowiki></code>. Here is how the above link looks embedded in this EEBedia page:
 +
:[http://dx.doi.org/10.1093/sysbio/syv041 Doyle et al. 2015. Syst. Biol. 64:824-837.]
 +
 +
2. If the paper is not available through the library, upload a PDF of the paper to [http://dropbox.uconn.edu the UConn dropbox], being sure to use the secure version so that it can be password protected. Copy the URL provided by dropbox, and create a link to it as follows (see the [[Dropbox Test]] page for other examples):
 +
<nowiki>:[https://dropbox.uconn.edu/dropbox?n=SystBiol-2015-Doyle-824-37.pdf&p=ELPFIc5NtO3c4V44Ls Doyle et al. 2015.]</nowiki>
 +
In this case, you should provide a full citation to the paper for the benefit of those that visit the site long after the dropbox link has expired; however, the full details need not be part of the link text. Here is what this kind of link looks like embedded in this EEBedia page:
 +
 +
:[https://dropbox.uconn.edu/dropbox?n=SystBiol-2015-Doyle-824-37.pdf&p=ELPFIc5NtO3c4V44Ls Doyle et al. 2015.] Full citation: Vinson P. Doyle, Randee E. Young, Gavin J. P. Naylor, and Jeremy M. Brown. 2015. Can We Identify Genes with Increased Phylogenetic Reliability? Systematic Biology 64 (5): 824-837. doi:10.1093/sysbio/syv041
 +
 +
If you have ancillary papers, upload those to the dropbox individually and create separate links.
 +
 +
Finally, send a note to the [[Systematics Listserv]] letting everyone know that a paper is available.
 +
 +
'''Introductory PowerPoint/KeyNote Presentation:''' Introduce your topic with a 10- to 15-minute PowerPoint or KeyNote presentation.  Dedicate at least 2/3 of that time to placing the subject into the broader context of the subject areas/themes and at most 1/3 of it introducing paper, special definitions, taxa, methods, etc. Never exceed 15 minutes.  (For example, for a reading on figs and fig-wasps, broaden the scope to plant-herbivore co-evolution.).  Add images, include short movie clips, visit web resources, etc. to keep the presentation engaging.  Although your presentation should not be a review of the primary reading, showing key figures from the readings may be helpful (and appreciated).  You may also want to provide more detail and background about ancillary readings which likely have not been read by all.
 +
 +
'''Discussion:''' You are responsible for driving the discussion.  Assume everyone in attendance has read the main paper. There are excellent suggestions for generating class discussions on Chris Elphick’s Current Topics in Conservation Biology course site.  See section under expectations. 
 +
 +
Prepare 3-5 questions that you expect will spur discussion.  Ideally, you would distribute questions a day or two before our class meeting.
 +
 +
'''Projector:'''
 +
The presenter will be responsible for setting up the projector for each class session—you will need to get it from the EEB office, make sure you have appropriate adaptors and have it set up so that class can begin on schedule. Kathy has reserved the pink projector for our class. If you do not have a laptop, let Wagner know and he will bring his. (Nick McIntosh may also be able to provide a loaner.)
  
 
[[Systematics Listserv|Click here for information about joining and using the Systematics email list]]
 
[[Systematics Listserv|Click here for information about joining and using the Systematics email list]]
  
 
== Meeting time and place ==
 
== Meeting time and place ==
For the Spring 2012 semester, we are meeting in the '''Bamford Room (TLS 171B) Mondays 3-4pm'''
+
For the Fall 2015 semester, we are meeting in the '''Bamford Room (TLS 171B), Tuesdays 2:30-3:30pm'''
 +
 
 +
=== Tuesday, 1 September 2015, 3pm, Bamford Room (TLS 171b) ===
 +
At this meeting we discussed possible themes for this semester's seminar, and determined the meeting time. For starters, we will explore how to use RevBayes, and afterwards explore current topics such as new developments in comparative methods.
 +
 
 +
=== Tuesday, 8 September 2015, 2:30pm, Bamford Room (TLS 171b) ===
 +
Suman will demonstrate RevBayes using a simulated data file and a RevBayes script that is pretty bare-bones. If you would to see or play with the script and data yourself beforehand, it is available at the link below:
 +
:[https://dropbox.uconn.edu/dropbox?n=RevBayes1.zip&p=WHwP8lS7EY10jpwMs RevBayes1] (simdata.nex plus test.Rev script)
 +
 
 +
:[http://revbayes.github.io/about.html RevBayes website]
 +
 
 +
A sample qsub script to run RevBayes on the BBC cluster:
 +
 
 +
#$ -S /bin/bash
 +
#$ -cwd
 +
#$ -m ea
 +
#$ -M suman.neupane@uconn.edu
 +
#$ -N TimeTree
 +
rb GTR_Gamma.nonclock.Rev
 +
 
 +
If you don't mind staying logged in, you can type qlogin to get assigned to a compute node that is not currently busy and then just type
 +
rb GTR_Gamma.nonclock.Rev
 +
This is a good method to use if you just want to test RevBayes; you'll want to use Suman's qsub script for long jobs because you will not probably not want to stay logged in overnight. If you don't have an account on the cluster, you can get one by filling out this form: [http://bioinformatics.uconn.edu/contact-us/ http://bioinformatics.uconn.edu/contact-us/]
 +
 
 +
=== Tuesday, 15 September 2015, 2:30pm, Bamford Room (TLS 171b) ===
 +
This week we will explore the graphical model descriptions used by RevBayes. Here is the paper (password is being sent over the systematics email list):
 +
:[https://dropbox.uconn.edu/dropbox?n=Syst%20Biol-2014-H%F6hna-753-71.pdf&p=EWMqcsduO0GeULlr8Y Höhna et al. 2014. Probabilistic Graphical Model Representation in Phylogenetics. Systematic Biology. 63:753–771]
 +
You can also get the paper without requiring a password if you are on campus or connected via VPN using this link:
 +
:[http://dx.doi.org/10.1093/sysbio/syu039 Höhna et al. 2014. Probabilistic Graphical Model Representation in Phylogenetics. Systematic Biology. 63:753–771]
 +
Paul will also demonstrate how to use RevBayes on our bioinformatics cluster (probably the best way to run it, especially for long runs).
 +
 
 +
=== Tuesday, 29 September 2015, 2:30pm, Bamford Room (TLS 171b) ===
 +
This week we'll talk about the new "Open Tree of Life", reading the paper, and maybe exploring the website (http://opentreeoflife.org/)
 +
:[http://www.pnas.org/content/early/2015/09/16/1423041112 Hinchliff et al. Synthesis of phylogeny and taxonomy into a comprehensive tree of life. PNAS. ]
 +
 
 +
=== Tuesday, 6 October 2015, 2:30pm, Bamford Room (TLS 171b) ===
 +
This week we'll indulge Elizabeth's interest in salamanders, and also talk about molecular dating
 +
:[http://sysbio.oxfordjournals.org/content/early/2015/09/18/sysbio.syv061.full.pdf+html Shen et al. Enlarged Multilocus Dataset Provides Surprisingly Younger Time of Origin for the Plethodontidae, the Largest Family of Salamanders. Sys. Bio. in press]
 +
 
 +
=== Tuesday, 13 October 2015, 2:30pm, Bamford Room (TLS 171b) ===
 +
This week we'll take a look at a paper comparing small and large datasets when constructing trees. Also snakes!
 +
:[https://sararuane.files.wordpress.com/2013/12/authors-accepted-copy-not-typeset-or-proofed.pdf Ruane et al. Comparing species-tree estimation with large anchored phylogenomic and small Sanger-sequenced molecular datasets: An empirical study on Malagasy pseudoxyrhophiine snakes. BMC Evolutionary Biology. in press]
 +
 
 +
EDIT here is the published version
 +
:[http://www.biomedcentral.com/content/pdf/s12862-015-0503-1.pdf Ruane et al., 2015]
  
=== Monday, 23 January 2012 ===
+
=== Tuesday, 20 October 2015, 2:30pm, Bamford Room (TLS 171b) ===
At this meeting we will discuss possible themes for this semester's seminar, but just to get the ball rolling I have uploaded a short Nature paper for us to discuss:
+
This week we'll jump back into an anchored phylogenomics dataset, and talk about (yet another) bird phylogeny.
:{{pdf|http://hydrodictyon.eeb.uconn.edu/courses/systematicsseminar/restricted/MoluscsNature.pdf}}Smith et al. 2011. Resolving the evolutionary relationships of molluscs with phylogenomic tools. Nature 480:364-367 (Dec. 2011). [http://www.nature.com/nature/journal/v480/n7377/full/nature10526.html doi:10.1038/nature10526]
+
:[http://www.nature.com/nature/journal/vaop/ncurrent/pdf/nature15697.pdf Prum et al. A comprehensive phylogeny of birds (Aves) using targeted next-generation DNA sequencing. Nature.]
 +
:[http://www.nature.com/nature/journal/vaop/ncurrent/pdf/nature15638.pdf Accompanying News and Views article.]
 +
:[http://www.allaboutbirds.org/earliest-beginnings-of-bird-evolution-brought-into-focus-with-new-dna-analysis/ Relevant blog post!]
  
Images created from the data sets provided online showing extent of missing data. The color red indicates new data collected for this study, black indicates existing data, white indicates missing data. Note, if you choose to display these in your browser (rather than downloading them and using Preview or Photoshop to view them), you should be aware that they are very wide but not very tall, so you will have to zoom your browser to see anything (unless you have really good eyes).
+
=== Tuesday, 27 October 2015, 2:30pm, Bamford Room (TLS 171b) ===
:[http://hydrodictyon.eeb.uconn.edu/courses/systematicsseminar/restricted/small_200x50930.png small_200x50930.png]
+
Some back and forth commentaries!
:[http://hydrodictyon.eeb.uconn.edu/courses/systematicsseminar/restricted/large_200x216402.png large_200x216402.png]
+
:[http://www.sciencemag.org/content/350/6257/171.1.full.pdf Liu & Edwards. Comment on "Statistical binning enables an accurate coalescent based estimation of the avian tree"]
 +
:[http://www.sciencemag.org/content/350/6257/171.2.full.pdf Mirarab et al. Response to Comment on “Statistical binning enables an accurate coalescent-based estimation of the avian tree”]
  
The links below are images of the same two datasets, but wrapped to 1000 pixels wide for easier viewing:
+
=== Tuesday, 3 November 2015, 2:30pm, Bamford Room (TLS 171b) ===
:[http://hydrodictyon.eeb.uconn.edu/courses/systematicsseminar/restricted/small_50930sites.png small_50930sites.png]
+
Springer and Gatesy. 2016. The gene tree delusion. A critique of species tree methods. The reason that it is called the gene tree delusion rather than the species tree delusion is I think because they are in favor of concatenation.
:[http://hydrodictyon.eeb.uconn.edu/courses/systematicsseminar/restricted/large_216402sites.png large_216402sites.png]
+
:[[File:Pdficon small.gif|link=https://dropbox.uconn.edu/dropbox?n=Springer%20and%20Gatesy.%202015.%20%20The%20gene%20tree%20delusion.%201-s2.0-S1055790315002225-main.pdf&p=WpXucXwcz06hxwMDO]] Springer and Gatesy. 2016. MPE 94: 1-33. ([http://dx.doi.org/10.1016/j.ympev.2015.07.018 doi:10.1016/j.ympev.2015.07.018])
  
=== Monday, 30 January 2012 ===
 
Continuing on the phylogenomic theme, Louise Lewis and Karolina Fu&#269;&iacute;kov&aacute; will lead a discussion on the following shakeup in the green plant tree:
 
:{{pdf|http://hydrodictyon.eeb.uconn.edu/courses/systematicsseminar/restricted/PLoS%20One%202012%20Timme.pdf}}Timme, R. E., T. R. Bachvaroff and C. R. Delwiche. 2012. Broad Phylogenomic Sampling and the Sister Lineage of Land Plants. PLoS One 7: e29696.
 
  
Images created from the data sets provided online showing extent of missing data. The color black indicates existing data, white indicates missing data. Admonitions for similar images posted for last week's paper apply here as well.
+
=== Tuesday, 10 November 2015, 2:30pm, Bamford Room (TLS 171b) ===
:[http://hydrodictyon.eeb.uconn.edu/courses/systematicsseminar/restricted/S10897_trimmed.png S10897_trimmed.png]
+
:[http://hydrodictyon.eeb.uconn.edu/courses/systematicsseminar/restricted/S10897_full.png S10897_full.png]
+
  
The same as above, but wrapped to 1000 pixels wide (easier to see):
+
:[[File:Pdficon small.gif|link=https://dropbox.uconn.edu/dropbox?n=Edwardsetal_DelusionResponse_MPE2015.pdf&p=Loeg95jdKojP726iL]]  Edwards et al. 2016.  Response to Gene Tree Delusion.  You can read it online [http://ezproxy.lib.uconn.edu/login?url=http://www.sciencedirect.com/science/article/pii/S1055790315003309 here].
:[http://hydrodictyon.eeb.uconn.edu/courses/systematicsseminar/restricted/S10897_trimmed_wrap.png S10897_trimmed_wrap.png]
+
:[http://hydrodictyon.eeb.uconn.edu/courses/systematicsseminar/restricted/S10897_full_wrap.png S10897_full_wrap.png]
+
  
=== Monday, 6 February 2012 &lArr; ===
+
=== Tuesday, 17 November 2015, 2:30pm, Bamford Room (TLS 171b) ===
Switching gears a bit, Russ Meister will lead a discussion on some Mosquito phylogenetics work. Additionally he will talk about the Digital Mosquito Project he is working on.
+
Suman and Paul will discuss the "concaterpillar" paper below (an oldie but goodie) unless someone writes to us before the end of the week with a different idea. The idea here is to find clusters of genes that can tolerate sharing a single tree topology. The password is being sent over the [http://hydrodictyon.eeb.uconn.edu/eebedia/index.php/Systematics_Listserv systematics listserv], but you can also download the paper using the DOI link, which should work if you are on campus or connected to the campus network via VPN.
  
:{{pdf|http://hydrodictyon.eeb.uconn.edu/courses/systematicsseminar/restricted/Phylogenetic%20analysis%20and%20temporal%20diversification%20of%20mosquitoes.pdf}}Phylogenetic analysis and temporal diversification of mosquitoes.pdf
+
:[[File:Pdficon small.gif|link=https://dropbox.uconn.edu/dropbox?n=Systematic%20Biology%202008%20Leigh-2.pdf&p=EW4tWZx0xJC76FwvVj]]  Leigh J.W., Susko E., Baumgartner M., Roger A.J. 2008. Testing congruence in phylogenomic analysis. Systematic Biology. 57:104–115. [http://dx.doi.org/10.1080/10635150801910436 doi:10.1080/10635150801910436]
  
=== Monday, 13 February 2012 ===
+
==== Running concaterpillar on the bbcsrv3 cluster ====
Brigette Zacharczenko
+
Make sure your data file names end in .seq (not .nex), then create the following qsub script (you can name this anything, but I'll assume you named it cpillar.sh):
  
=== Monday, 20 February 2012 ===
+
#!/bin/bash
Emily Ellis
+
#$ -S /bin/bash
 +
#$ -cwd
 +
#$ -m ea
 +
#$ -M your.name@uconn.edu
 +
#$ -N cpillar
 +
/opt/python/bin/python /common/opt/bioinformatics/concaterpillar/concaterpillar.py -m GTR -t
  
=== Monday, 27 February 2012 ===
+
'''Important:''' be sure your qsub script has unix line endings. This is only an issue if you created it on a Windows machine - you can use Notepad++ to change the line endings.
Beth Timpe
+
  
=== Monday, 5 March 2012 ===
+
(Note that you should change your.name@uconn.edu to your own email address. You can also change cpillar to a job name that makes sense for your analysis.)
Ursula King
+
  
=== Monday, 12 March 2012 ===
+
Run concaterpillar by navigating to the directory containing your qsub script and your .seq files and typing
'''SPRING BREAK''' - no meeting this week
+
  
=== Monday, 19 March 2012 ===
+
qsub cpillar.sh
Lily Lewis
+
  
=== Monday, 26 March 2012 ===
+
==== Running the MPI (parallel) version ====
Geert Goemans and Ben Price
+
  
=== Monday, 2 April 2012 ===
+
If you have a lot of genes, you can make concaterpillar go faster by using more CPU slots on the cluster. Use the following qsub script for an MPI run that uses 8 slots:
Veronica Bueno
+
  
=== Monday, 9 April 2012 ===
+
#!/bin/bash
Timothy Moore
+
#$ -S /bin/bash
 +
#$ -cwd
 +
#$ -m ea
 +
#$ -M your.name@uconn.edu
 +
#$ -N cpillar
 +
#$ -pe orte 8
 +
mpirun -np 8 /opt/python/bin/python /common/opt/bioinformatics/concaterpillar/concaterpillar.py -c 8 -m GTR -t
  
=== Monday, 16 April 2012 ===
+
Here I've specified 8 slots. Note that the number 8 appears 3 times - whatever number you decide to use, make sure to use that same number in all 3 places!
  
=== Monday, 23 April 2012 ===
+
=== Tuesday, 30 November 2015, 2:30pm, Bamford Room (TLS 171b) ===
 +
[http://www.biomedcentral.com/content/pdf/1471-2164-16-S10-S2.pdf A comparative study of SVDquartets and other coalescent-based species tree estimation methods. Chou et al 2015]
  
== Past Systematics Seminars ==
+
== Past Seminars ==
 +
* [[Systematics Seminar Fall 2014|Fall 2014]]
 +
* [[Systematics Seminar Fall 2013|Fall 2013]]
 +
* [[Systematics Seminar Spring 2012|Spring 2012]]
 
* [[Systematics Seminar Fall 2011|Fall 2011]]
 
* [[Systematics Seminar Fall 2011|Fall 2011]]
 
* [http://darwin.eeb.uconn.edu/wiki/index.php/Statistical_phylogeography  Spring 2011] (we joined Kent Holsinger's seminar on Statistical Phylogeography this semester)
 
* [http://darwin.eeb.uconn.edu/wiki/index.php/Statistical_phylogeography  Spring 2011] (we joined Kent Holsinger's seminar on Statistical Phylogeography this semester)

Revision as of 19:24, 23 November 2015

This is the home page of the UConn EEB department's Systematics Seminar (EEB 6486). This is a graduate seminar devoted to issues of interest to graduate students and faculty who make up the systematics program at the University of Connecticut.

Seminar Format: Registered students be prepared to lead discussions, perhaps more than once depending on the number of participants.

The leader(s) will be responsible both for (1) selection of readings, (2) announcing the selection, (3) an introductory presentation, (4) driving discussion and (5) setting up and putting away the projector.

Readings: In consultation with the instructors, each leader should assign one primary paper for discussion and up to two other ancillary papers or resources. The readings should be posted to EEBedia at least 5 days in advance.

Announcing the reading: The leader should add an entry to the schedule (see below) by editing this page. There are two ways to create a link to the paper:

1. If the paper is available online through our library, it is sufficient to create a link to the DOI:

:[http://dx.doi.org/10.1093/sysbio/syv041 Doyle et al. 2015. Syst. Biol. 64:824-837.]

In this case, you need not give all the citation details because the DOI should always be sufficient to find the paper. The colon (:) at the beginning of the link causes the link to be indented an placed on a separate line. Note that the DOI is in the form of a URL, starting with http://dx.doi.org/. Here is how the above link looks embedded in this EEBedia page:

Doyle et al. 2015. Syst. Biol. 64:824-837.

2. If the paper is not available through the library, upload a PDF of the paper to the UConn dropbox, being sure to use the secure version so that it can be password protected. Copy the URL provided by dropbox, and create a link to it as follows (see the Dropbox Test page for other examples):

:[https://dropbox.uconn.edu/dropbox?n=SystBiol-2015-Doyle-824-37.pdf&p=ELPFIc5NtO3c4V44Ls Doyle et al. 2015.]

In this case, you should provide a full citation to the paper for the benefit of those that visit the site long after the dropbox link has expired; however, the full details need not be part of the link text. Here is what this kind of link looks like embedded in this EEBedia page:

Doyle et al. 2015. Full citation: Vinson P. Doyle, Randee E. Young, Gavin J. P. Naylor, and Jeremy M. Brown. 2015. Can We Identify Genes with Increased Phylogenetic Reliability? Systematic Biology 64 (5): 824-837. doi:10.1093/sysbio/syv041

If you have ancillary papers, upload those to the dropbox individually and create separate links.

Finally, send a note to the Systematics Listserv letting everyone know that a paper is available.

Introductory PowerPoint/KeyNote Presentation: Introduce your topic with a 10- to 15-minute PowerPoint or KeyNote presentation. Dedicate at least 2/3 of that time to placing the subject into the broader context of the subject areas/themes and at most 1/3 of it introducing paper, special definitions, taxa, methods, etc. Never exceed 15 minutes. (For example, for a reading on figs and fig-wasps, broaden the scope to plant-herbivore co-evolution.). Add images, include short movie clips, visit web resources, etc. to keep the presentation engaging. Although your presentation should not be a review of the primary reading, showing key figures from the readings may be helpful (and appreciated). You may also want to provide more detail and background about ancillary readings which likely have not been read by all.

Discussion: You are responsible for driving the discussion. Assume everyone in attendance has read the main paper. There are excellent suggestions for generating class discussions on Chris Elphick’s Current Topics in Conservation Biology course site. See section under expectations.

Prepare 3-5 questions that you expect will spur discussion. Ideally, you would distribute questions a day or two before our class meeting.

Projector: The presenter will be responsible for setting up the projector for each class session—you will need to get it from the EEB office, make sure you have appropriate adaptors and have it set up so that class can begin on schedule. Kathy has reserved the pink projector for our class. If you do not have a laptop, let Wagner know and he will bring his. (Nick McIntosh may also be able to provide a loaner.)

Click here for information about joining and using the Systematics email list

Meeting time and place

For the Fall 2015 semester, we are meeting in the Bamford Room (TLS 171B), Tuesdays 2:30-3:30pm

Tuesday, 1 September 2015, 3pm, Bamford Room (TLS 171b)

At this meeting we discussed possible themes for this semester's seminar, and determined the meeting time. For starters, we will explore how to use RevBayes, and afterwards explore current topics such as new developments in comparative methods.

Tuesday, 8 September 2015, 2:30pm, Bamford Room (TLS 171b)

Suman will demonstrate RevBayes using a simulated data file and a RevBayes script that is pretty bare-bones. If you would to see or play with the script and data yourself beforehand, it is available at the link below:

RevBayes1 (simdata.nex plus test.Rev script)
RevBayes website

A sample qsub script to run RevBayes on the BBC cluster:

#$ -S /bin/bash
#$ -cwd
#$ -m ea
#$ -M suman.neupane@uconn.edu
#$ -N TimeTree
rb GTR_Gamma.nonclock.Rev

If you don't mind staying logged in, you can type qlogin to get assigned to a compute node that is not currently busy and then just type

rb GTR_Gamma.nonclock.Rev

This is a good method to use if you just want to test RevBayes; you'll want to use Suman's qsub script for long jobs because you will not probably not want to stay logged in overnight. If you don't have an account on the cluster, you can get one by filling out this form: http://bioinformatics.uconn.edu/contact-us/

Tuesday, 15 September 2015, 2:30pm, Bamford Room (TLS 171b)

This week we will explore the graphical model descriptions used by RevBayes. Here is the paper (password is being sent over the systematics email list):

Höhna et al. 2014. Probabilistic Graphical Model Representation in Phylogenetics. Systematic Biology. 63:753–771

You can also get the paper without requiring a password if you are on campus or connected via VPN using this link:

Höhna et al. 2014. Probabilistic Graphical Model Representation in Phylogenetics. Systematic Biology. 63:753–771

Paul will also demonstrate how to use RevBayes on our bioinformatics cluster (probably the best way to run it, especially for long runs).

Tuesday, 29 September 2015, 2:30pm, Bamford Room (TLS 171b)

This week we'll talk about the new "Open Tree of Life", reading the paper, and maybe exploring the website (http://opentreeoflife.org/)

Hinchliff et al. Synthesis of phylogeny and taxonomy into a comprehensive tree of life. PNAS.

Tuesday, 6 October 2015, 2:30pm, Bamford Room (TLS 171b)

This week we'll indulge Elizabeth's interest in salamanders, and also talk about molecular dating

Shen et al. Enlarged Multilocus Dataset Provides Surprisingly Younger Time of Origin for the Plethodontidae, the Largest Family of Salamanders. Sys. Bio. in press

Tuesday, 13 October 2015, 2:30pm, Bamford Room (TLS 171b)

This week we'll take a look at a paper comparing small and large datasets when constructing trees. Also snakes!

Ruane et al. Comparing species-tree estimation with large anchored phylogenomic and small Sanger-sequenced molecular datasets: An empirical study on Malagasy pseudoxyrhophiine snakes. BMC Evolutionary Biology. in press

EDIT here is the published version

Ruane et al., 2015

Tuesday, 20 October 2015, 2:30pm, Bamford Room (TLS 171b)

This week we'll jump back into an anchored phylogenomics dataset, and talk about (yet another) bird phylogeny.

Prum et al. A comprehensive phylogeny of birds (Aves) using targeted next-generation DNA sequencing. Nature.
Accompanying News and Views article.
Relevant blog post!

Tuesday, 27 October 2015, 2:30pm, Bamford Room (TLS 171b)

Some back and forth commentaries!

Liu & Edwards. Comment on "Statistical binning enables an accurate coalescent based estimation of the avian tree"
Mirarab et al. Response to Comment on “Statistical binning enables an accurate coalescent-based estimation of the avian tree”

Tuesday, 3 November 2015, 2:30pm, Bamford Room (TLS 171b)

Springer and Gatesy. 2016. The gene tree delusion. A critique of species tree methods. The reason that it is called the gene tree delusion rather than the species tree delusion is I think because they are in favor of concatenation.

Pdficon small.gif Springer and Gatesy. 2016. MPE 94: 1-33. (doi:10.1016/j.ympev.2015.07.018)


Tuesday, 10 November 2015, 2:30pm, Bamford Room (TLS 171b)

Pdficon small.gif Edwards et al. 2016. Response to Gene Tree Delusion. You can read it online here.

Tuesday, 17 November 2015, 2:30pm, Bamford Room (TLS 171b)

Suman and Paul will discuss the "concaterpillar" paper below (an oldie but goodie) unless someone writes to us before the end of the week with a different idea. The idea here is to find clusters of genes that can tolerate sharing a single tree topology. The password is being sent over the systematics listserv, but you can also download the paper using the DOI link, which should work if you are on campus or connected to the campus network via VPN.

Pdficon small.gif Leigh J.W., Susko E., Baumgartner M., Roger A.J. 2008. Testing congruence in phylogenomic analysis. Systematic Biology. 57:104–115. doi:10.1080/10635150801910436

Running concaterpillar on the bbcsrv3 cluster

Make sure your data file names end in .seq (not .nex), then create the following qsub script (you can name this anything, but I'll assume you named it cpillar.sh):

#!/bin/bash
#$ -S /bin/bash
#$ -cwd
#$ -m ea
#$ -M your.name@uconn.edu 
#$ -N cpillar
/opt/python/bin/python /common/opt/bioinformatics/concaterpillar/concaterpillar.py -m GTR -t

Important: be sure your qsub script has unix line endings. This is only an issue if you created it on a Windows machine - you can use Notepad++ to change the line endings.

(Note that you should change your.name@uconn.edu to your own email address. You can also change cpillar to a job name that makes sense for your analysis.)

Run concaterpillar by navigating to the directory containing your qsub script and your .seq files and typing

qsub cpillar.sh

Running the MPI (parallel) version

If you have a lot of genes, you can make concaterpillar go faster by using more CPU slots on the cluster. Use the following qsub script for an MPI run that uses 8 slots:

#!/bin/bash
#$ -S /bin/bash
#$ -cwd
#$ -m ea
#$ -M your.name@uconn.edu
#$ -N cpillar
#$ -pe orte 8
mpirun -np 8 /opt/python/bin/python /common/opt/bioinformatics/concaterpillar/concaterpillar.py -c 8 -m GTR -t

Here I've specified 8 slots. Note that the number 8 appears 3 times - whatever number you decide to use, make sure to use that same number in all 3 places!

Tuesday, 30 November 2015, 2:30pm, Bamford Room (TLS 171b)

A comparative study of SVDquartets and other coalescent-based species tree estimation methods. Chou et al 2015

Past Seminars