<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dimensions | Miao Sun | 孙苗</title><link>https://cactusolo.github.io/tag/dimensions/</link><atom:link href="https://cactusolo.github.io/tag/dimensions/index.xml" rel="self" type="application/rss+xml"/><description>Dimensions</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><copyright>© {2018-2026} Miao Sun</copyright><lastBuildDate>Sun, 27 Oct 2019 00:00:00 +0000</lastBuildDate><image><url>https://cactusolo.github.io/media/icon_huedaf1db70dd9a5ae8fb7d95bfd1a4abe_1318_512x512_fill_lanczos_center_3.png</url><title>Dimensions</title><link>https://cactusolo.github.io/tag/dimensions/</link></image><item><title>Demonstrating gene tree conflict with Phyparts Piecharts</title><link>https://cactusolo.github.io/post/phypartspiecharts/</link><pubDate>Sun, 27 Oct 2019 00:00:00 +0000</pubDate><guid>https://cactusolo.github.io/post/phypartspiecharts/</guid><description>&lt;p>&lt;em>We have marched into genome era already, especially using biparental inherited nuclear genome data to examine the framework of tree of life established by plastid data. However, not all gene trees tell one same story, even the most homogeneous genes from plastid organelle. Not to mention nuclear genes may have more than one copy, and other potential biological processes (e.g., hybridization, incomplete lineage sorting (ILS), or horizontal gene transfer, etc); also see &lt;a href="https://cactusolo.github.io/publication/sun2015com/">Sun et al. (2015)&lt;/a>. Hence, &lt;a href="https://bmcevolbiol.biomedcentral.com/articles/10.1186/s12862-015-0423-0" target="_blank" rel="noopener">Smith et al. (2015)&lt;/a> did a great job in summarizing current situation, and setting examples of visualization of concordance information in animals and plants genomic phylogenies. They also developed an open source java software to do this job &amp;mdash; &lt;a href="https://bitbucket.org/blackrim/phyparts" target="_blank" rel="noopener">phyparts&lt;/a>.&lt;/em>&lt;/p>
&lt;p>In this post I will use &lt;em>Sassafras&lt;/em> 322 gene trees as an example to show you how to use &lt;a href="https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-018-2129-y" target="_blank" rel="noopener">ASTRAL-III&lt;/a> to estimate a species tree, and &lt;a href="https://bitbucket.org/blackrim/phyparts" target="_blank" rel="noopener">phyparts&lt;/a> to summarize the conflict and concordance information of those individual homologous gene regions, and finally using &lt;a href="https://github.com/mossmatters/MJPythonNotebooks/blob/master/PhyParts_PieCharts.ipynb" target="_blank" rel="noopener">PhyParts PieCharts&lt;/a> to visualize the Phyparts Output. These data was generated by Target Enrichment method using &lt;a href="https://academic.oup.com/sysbio/article/68/4/594/5237557" target="_blank" rel="noopener">Universal Probe Set for Targeted Sequencing of 353 Nuclear Genes&lt;/a> under &lt;a href="https://cactusolo.github.io/project/dimensions/">Dimension project&lt;/a>. My other relevant workingflow and scripts are available &lt;a href="https://github.com/Cactusolo/IESHTSTE" target="_blank" rel="noopener">here&lt;/a>.&lt;/p>
&lt;p>&lt;em>Note: &lt;a href="https://github.com/mossmatters/MJPythonNotebooks/blob/master/PhyParts_PieCharts.ipynb" target="_blank" rel="noopener">Matt Johnson&lt;/a> has a great tutorial of how to run his script using Jupyter Notebook. The interpretation of PieCharts is well explained as well.&lt;/em>&lt;/p>
&lt;p>My instructions here focus on the overall procedures from gene trees all the way down to the Pie chart. Hopefully, I&amp;rsquo;m able to integrate all the steps together into one pipeline.&lt;/p>
&lt;h2 id="general-steps">General steps&lt;/h2>
&lt;p>&lt;em>Here we need to assess how a number of gene trees how they agree with ours pecies tree, and displaying this discordance and agreeent information with satisfying visualization.&lt;/em>&lt;/p>
&lt;h3 id="1-building-phylogeny-so-that-we-have-all-gene-trees">1. Building phylogeny, so that we have all gene trees&lt;/h3>
&lt;ul>
&lt;li>
&lt;p>My data was generated from 353 target enrichment method&lt;/p>
&lt;/li>
&lt;li>
&lt;p>I used 322 gene trees from &lt;em>Sassafras&lt;/em> samples as example&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Note:&lt;/p>
&lt;ul>
&lt;li>All trees were rooted by either &lt;a href="https://github.com/FePhyFoFum/phyx" target="_blank" rel="noopener">phyx&lt;/a> or &lt;a href="https://github.com/tjunier/newick_utils/wiki" target="_blank" rel="noopener">The Newick Utilities&lt;/a>, or &lt;a href="https://pypi.org/project/DendroPy/" target="_blank" rel="noopener">DendroPy&lt;/a>&lt;/li>
&lt;li>Though &lt;a href="https://github.com/smirarab/ASTRAL/blob/master/astral-tutorial.md#running-with-unresolved-gene-trees" target="_blank" rel="noopener">ASTRAL&lt;/a> is able to take any gene trees rooted or unrooted, however, for downstream Phyparts performance, rooted trees are preferred. Such so all gene trees and species trees are towards to the same root direction (See &lt;a href="https://github.com/mossmatters/MJPythonNotebooks/blob/master/PhyParts_PieCharts.ipynb" target="_blank" rel="noopener">Matt Johnson&amp;rsquo;s post&lt;/a>).&lt;/li>
&lt;li>As quote in &lt;a href="https://github.com/smirarab/ASTRAL/blob/master/astral-tutorial.md#running-with-unresolved-gene-trees" target="_blank" rel="noopener">ASTRAL tutorial&lt;/a>:&lt;br>
&lt;em>&amp;ldquo;Importantly, we will reroot the tree at the correct node, which is always necessary, since the rooting of the ASTRAL trees is arbitrary and meaningless.&amp;quot;&lt;/em>&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Therefore, rooting all the trees (species tree and gene trees) is preferred for Phyparts Piecharts. Sometimes, when you have hundreds of gene trees, however, not all outgroups presented in your gene tree; in these case, I recommend either use &lt;code>pxrr&lt;/code> function from &lt;a href="https://github.com/FePhyFoFum/phyx" target="_blank" rel="noopener">phyx&lt;/a>, or &lt;a href="https://www.nature.com/articles/s41559-017-0193" target="_blank" rel="noopener">MAD (root the tree by Minimal Ancestor Deviation)&lt;/a>; the latter works well with those trees without outgroups at all; for details see my other post &lt;a href="https://cactusolo.github.io/post/mad/check-the-performance-of-a-rooting-method-using-minimal-ancestor-deviation-mad/">here&lt;/a>&lt;/strong>&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h3 id="2-species-tree-estimation">2. Species tree estimation&lt;/h3>
&lt;ul>
&lt;li>
&lt;p>Species tree was estimated by &lt;a href="https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-018-2129-y" target="_blank" rel="noopener">ASTRAL-III&lt;/a>, and see tutorials &lt;a href="https://github.com/smirarab/ASTRAL/blob/master/astral-tutorial.md#running-on-the-sample-mammalian-dataset" target="_blank" rel="noopener">here&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Note:&lt;/strong> Collapse gene tree nodes with BS support less than certain value (saying 10%; see cmd below), will help to improve accuracy; sometime increasing the threshold for collapse may yield better results.&lt;br>
There are many ways to do this: &lt;a href="https://github.com/FePhyFoFum/phyx" target="_blank" rel="noopener">phyx&lt;/a> or &lt;a href="https://github.com/tjunier/newick_utils/wiki" target="_blank" rel="noopener">The Newick Utilities&lt;/a>&lt;/p>
&lt;ul>
&lt;li>using The Newick Utilities as example from &lt;a href="https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-018-2129-y" target="_blank" rel="noopener">ASTRAL-III tutorial&lt;/a>
e.g., &lt;code>nw_ed 1KP-genetrees.tre 'i &amp;amp; b&amp;lt;=10' o &amp;gt; 1KP-genetrees-BS10.tre&lt;/code>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>ASTRAL &lt;strong>CMD&lt;/strong>:&lt;br>
&lt;code>java -jar astral.5.6.3.jar -i collapse_genetrees.tre -o output_species_tree.tre 2&amp;gt; running.log&lt;/code>&lt;/p>
&lt;/li>
&lt;/ul>
&lt;h3 id="3-statistic-information-about-conflict-concordance-or-even-gene-duplications">3. Statistic information about conflict, concordance, or even gene duplications&lt;/h3>
&lt;ul>
&lt;li>You need to run &lt;a href="https://bitbucket.org/blackrim/phyparts/src/master/" target="_blank" rel="noopener">phyparts&lt;/a> with instruction on the repo webpage.&lt;/li>
&lt;li>Phyparts &amp;ldquo;conflict&amp;rdquo; option &lt;strong>CMD&lt;/strong>:&lt;br>
&lt;code>java -jar target/phyparts-0.0.1-SNAPSHOT-jar-with-dependencies.jar -a 1 -v -d gene_trees -m ASTRAL_species_tree -o output_name&lt;/code>&lt;/li>
&lt;/ul>
&lt;p>&lt;em>Note:&lt;/em> run cmd below, you&amp;rsquo;ll able to see all the Phyparts options (see snapshot below):&lt;br>
&lt;code>java -jar target/phyparts-0.0.1-SNAPSHOT-jar-with-dependencies.jar&lt;/code>&lt;/p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="" srcset="
/post/phypartspiecharts/phyparts_option_hubaae0ff782c8b75f8b806f4834290463_185587_3da90889fd6d88a9ba7c81d286051f4b.jpg 400w,
/post/phypartspiecharts/phyparts_option_hubaae0ff782c8b75f8b806f4834290463_185587_75712de886d9bb4c3c345117e6bb0c91.jpg 760w,
/post/phypartspiecharts/phyparts_option_hubaae0ff782c8b75f8b806f4834290463_185587_1200x1200_fit_q75_lanczos.jpg 1200w"
src="https://cactusolo.github.io/post/phypartspiecharts/phyparts_option_hubaae0ff782c8b75f8b806f4834290463_185587_3da90889fd6d88a9ba7c81d286051f4b.jpg"
width="760"
height="227"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;h3 id="4-mapping-these-information-on-species-tree">4. Mapping these information on species tree&lt;/h3>
&lt;ul>
&lt;li>You need &lt;strong>PhyParts PieCharts&lt;/strong> &lt;a href="https://github.com/mossmatters/phyloscripts/tree/master/phypartspiecharts" target="_blank" rel="noopener">python script&lt;/a> and tutorial from &lt;a href="https://github.com/mossmatters/MJPythonNotebooks/blob/master/PhyParts_PieCharts.ipynb" target="_blank" rel="noopener">Matt Johnson&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>&lt;em>Note: Please read the tutorial, &lt;strong>Python &amp;gt;2.7 and ETE3&lt;/strong> with the graphical options need to be installed before run the python script&lt;/em>&lt;/p>
&lt;ul>
&lt;li>how to run script:&lt;br>
&lt;code>python3 phypartspiecharts.py species_tree output_name gene_number&lt;/code>&lt;/li>
&lt;/ul>
&lt;p>&lt;em>Note: &lt;code>output_name&lt;/code> must be the same as you names at the &lt;code>phyparts (# 3)&lt;/code> step&lt;/em>&lt;/p>
&lt;h3 id="5-visualize-the-gene-tree-support-and-conflic-statics-with-piecharts">5. Visualize the gene tree support and conflic statics with Piecharts&lt;/h3>
&lt;ul>
&lt;li>
&lt;p>the output format of PhyParts PieCharts is in &lt;code>svg&lt;/code>, then you need to Inkscape or AI to convert it as &lt;code>pdf&lt;/code>. You also can refine the overall layout of that plot.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Note: make sure Python3, ETE3, and &lt;a href="https://kovyrin.net/2007/10/01/how-to-run-gui-programs-on-a-server-without-any-monitor/" target="_blank" rel="noopener">X server&lt;/a> installed.&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>As my plot below:&lt;/p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="" srcset="
/post/phypartspiecharts/featured_hud8fe575bf066501c365d16a7a2def1ba_187002_788fed679003fb238a1f418cdf584b3d.jpg 400w,
/post/phypartspiecharts/featured_hud8fe575bf066501c365d16a7a2def1ba_187002_a6a6630e701b8c712d8c30633b883f27.jpg 760w,
/post/phypartspiecharts/featured_hud8fe575bf066501c365d16a7a2def1ba_187002_1200x1200_fit_q75_lanczos.jpg 1200w"
src="https://cactusolo.github.io/post/phypartspiecharts/featured_hud8fe575bf066501c365d16a7a2def1ba_187002_788fed679003fb238a1f418cdf584b3d.jpg"
width="760"
height="269"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;p>Last updated: Mon Dec 7 2020&lt;/p></description></item><item><title>Research Talk at IBCAS Youth Forum</title><link>https://cactusolo.github.io/post/youth_forum_talk/</link><pubDate>Wed, 25 Sep 2019 00:00:00 +0000</pubDate><guid>https://cactusolo.github.io/post/youth_forum_talk/</guid><description>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="" srcset="
/post/youth_forum_talk/intro_hu549f5c0e3e5618f8d3813a0966666316_1359272_8c111643d7523f9c0a3fb531e34e0d23.png 400w,
/post/youth_forum_talk/intro_hu549f5c0e3e5618f8d3813a0966666316_1359272_8ad0ba444e773808246f2a601891649b.png 760w,
/post/youth_forum_talk/intro_hu549f5c0e3e5618f8d3813a0966666316_1359272_1200x1200_fit_lanczos_3.png 1200w"
src="https://cactusolo.github.io/post/youth_forum_talk/intro_hu549f5c0e3e5618f8d3813a0966666316_1359272_8c111643d7523f9c0a3fb531e34e0d23.png"
width="760"
height="571"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;p>I had the great honor and was invited by Dr. &lt;a href="http://sourcedb.ib.cas.cn/cn/expert/200904/t20090403_45016.html" target="_blank" rel="noopener">Zhiduan Chen&lt;/a> to visit his lab. We had great conversations and we also discussed to collaborate a few great project in comming futher.&lt;/p>
&lt;p>Later on I was invited by Dr. &lt;a href="http://www.lseb.cn/lulimin" target="_blank" rel="noopener">Limin Lu&lt;/a>, who hosted a Youth Forum organized by &lt;a href="http://www.lseb.cn/Enindex.aspx" target="_blank" rel="noopener">the State Key Laboratory of Systematic and Evolutionary Botany (LSEB)&lt;/a> at IBCAS.&lt;/p>
&lt;p>I briedly introduced my research works conducted in these 5-year post-doc life in &lt;a href="https://www.floridamuseum.ufl.edu/museum-voices/soltis-lab/people/principal-investigators/" target="_blank" rel="noopener">Soltis Lab&lt;/a>. I used &lt;a href="https://cactusolo.github.io/project/rosids/">rosids&lt;/a> as an example to illustrate how to build and use large-scale phylogentic trees. Key points are:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Data mining public database (e.g, GenBank and &lt;a href="https://www.gbif.org/" target="_blank" rel="noopener">GBIF&lt;/a>), and data cleaning for downstream analyses. E.g, recent manuscript in &lt;a href="https://doi.org/10.1101/694950" target="_blank" rel="noopener">bioRxiv&lt;/a> and paper in &lt;a href="https://cactusolo.github.io/publication/folk2018challenges/">AJB&lt;/a>.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Knowing the potential issues when applying large-scale data for macro-ecology and -evolution. E.g., papers in &lt;a href="https://cactusolo.github.io/publication/folk2018challenges/">AJB&lt;/a>, &lt;a href="https://cactusolo.github.io/publication/lietal2019/">Ecology&lt;/a>, and another recent manuscript in &lt;a href="https://doi.org/10.1101/749325V1" target="_blank" rel="noopener">bioRxiv&lt;/a>.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Large-scale trees can be used for [Diversification]. E.g., recent manuscript in &lt;a href="https://doi.org/10.1101/749325V1" target="_blank" rel="noopener">bioRxiv&lt;/a> and an accepted paper collaborated with &lt;a href="https://www.biorxiv.org/content/10.1101/652065v1" target="_blank" rel="noopener">Dr. Xue&lt;/a>.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Large-scale trees can be used for &lt;a href="https://cactusolo.github.io/publication/lu2018evolutionary/">Phylogentic Diversity (PD)&lt;/a>&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Relationships matter!!&lt;/strong>&lt;/p>
&lt;p>Please let me know if you have any questions and want to know more details.&lt;/p>
&lt;p>Overall, it turned out full house!! More than expected!! ✌️ ✌️&lt;/p>
&lt;p>Especially I have met Prof. Jianfeng Mao from Beijing Forestry University. I had great cinversation with him and his students.
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="" srcset="
/post/youth_forum_talk/Wechat1_hu477f06d6e34b355beb93ef3a8d36ea4c_117032_e6b5bd5d6cef8b72012a55bcd6384ecf.jpg 400w,
/post/youth_forum_talk/Wechat1_hu477f06d6e34b355beb93ef3a8d36ea4c_117032_14535ad77ea20c47ada0e3d58a901377.jpg 760w,
/post/youth_forum_talk/Wechat1_hu477f06d6e34b355beb93ef3a8d36ea4c_117032_1200x1200_fit_q75_lanczos.jpg 1200w"
src="https://cactusolo.github.io/post/youth_forum_talk/Wechat1_hu477f06d6e34b355beb93ef3a8d36ea4c_117032_e6b5bd5d6cef8b72012a55bcd6384ecf.jpg"
width="760"
height="570"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>&lt;/p></description></item><item><title>Research Lightning Talks at Florida Museum of Natural History</title><link>https://cactusolo.github.io/post/lightning_talk/</link><pubDate>Fri, 01 Feb 2019 00:00:00 +0000</pubDate><guid>https://cactusolo.github.io/post/lightning_talk/</guid><description>&lt;p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="" srcset="
/post/lightning_talk/wc_hu63d9a31a1e1b8b1c244f1f4e472ebb27_260649_1c0b31c91c72da0ccd80a69f7409a733.png 400w,
/post/lightning_talk/wc_hu63d9a31a1e1b8b1c244f1f4e472ebb27_260649_e89b1045a1bef14241443d8e9f8acd44.png 760w,
/post/lightning_talk/wc_hu63d9a31a1e1b8b1c244f1f4e472ebb27_260649_1200x1200_fit_lanczos_3.png 1200w"
src="https://cactusolo.github.io/post/lightning_talk/wc_hu63d9a31a1e1b8b1c244f1f4e472ebb27_260649_1c0b31c91c72da0ccd80a69f7409a733.png"
width="714"
height="358"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
All my research is &lt;strong>phylogeny&lt;/strong> based. Phylogeny trees are illustrating relationships among organisms. Relationships matter! In my understanding, &lt;mark>phylogeny serves as a beautiful platform, which links all the biology data together with an evolutionary background&lt;/mark>. I&amp;rsquo;m insterested in phylogeny of angiosperms, particularly &lt;a href="https://cactusolo.github.io/project/rosids/">rosids&lt;/a>.&lt;/p>
&lt;p>I briedly introduced three main research interests:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;a href="https://cactusolo.github.io/publication/sun2015com/">Phylogney&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;a href="https://cactusolo.github.io/project/rosids/">Diversification&lt;/a>&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;a href="https://cactusolo.github.io/publication/lu2018evolutionary/">Phylogentic Diversity (PD)&lt;/a>&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>It turned out that people like my talk! ✌️ ✌️
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="" srcset="
/post/lightning_talk/Tweet1_hu47441d887d4ac29fb6892ad63a6e09ef_83999_b4be6f45b4ecab91bdb928762b0590a8.jpg 400w,
/post/lightning_talk/Tweet1_hu47441d887d4ac29fb6892ad63a6e09ef_83999_19f9c82cd7cf672d37b5e0d42781859b.jpg 760w,
/post/lightning_talk/Tweet1_hu47441d887d4ac29fb6892ad63a6e09ef_83999_1200x1200_fit_q75_lanczos.jpg 1200w"
src="https://cactusolo.github.io/post/lightning_talk/Tweet1_hu47441d887d4ac29fb6892ad63a6e09ef_83999_b4be6f45b4ecab91bdb928762b0590a8.jpg"
width="573"
height="760"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="" srcset="
/post/lightning_talk/Tweet2_hu5cf2c980c728c8ba35a0e33def3d3545_106382_73d0a865e2b93398b3d8299ad4dc0c2d.jpg 400w,
/post/lightning_talk/Tweet2_hu5cf2c980c728c8ba35a0e33def3d3545_106382_7f1b453c6f24fbf23ced6d7d0965cde7.jpg 760w,
/post/lightning_talk/Tweet2_hu5cf2c980c728c8ba35a0e33def3d3545_106382_1200x1200_fit_q75_lanczos.jpg 1200w"
src="https://cactusolo.github.io/post/lightning_talk/Tweet2_hu5cf2c980c728c8ba35a0e33def3d3545_106382_73d0a865e2b93398b3d8299ad4dc0c2d.jpg"
width="581"
height="760"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>&lt;/p>
&lt;p>&lt;a href="https://cactusolo.github.io/uploads/Miao_lightning_talk.pdf" target="_blank">You can download my talk slides here&lt;/a> 👈&lt;/p></description></item><item><title>Dimensions</title><link>https://cactusolo.github.io/project/dimensions/</link><pubDate>Fri, 28 Dec 2018 00:00:00 +0000</pubDate><guid>https://cactusolo.github.io/project/dimensions/</guid><description/></item><item><title>Biodiversity and the Earth</title><link>https://cactusolo.github.io/post/gator_good/</link><pubDate>Wed, 26 Dec 2018 00:00:00 +0000</pubDate><guid>https://cactusolo.github.io/post/gator_good/</guid><description>&lt;h2 id="saving-the-biodiversity-on-the-earth--saving-ourselves">Saving the Biodiversity on the Earth = Saving Ourselves&lt;/h2>
&lt;h4 id="its-never-too-big-to-do-something-about-it--we-all-play-a-part-for-the-greater-goodhttpswwwyoutubecomwatchvxvpdptr2gkmindex16t0slistllcuzuxth2qnfn92t4zqlesg">It&amp;rsquo;s never too big to do something about it! &lt;a href="https://www.youtube.com/watch?v=XvPDptR2GkM&amp;amp;index=16&amp;amp;t=0s&amp;amp;list=LLcUzUXTh2qnFN92T4ZqLesg" target="_blank" rel="noopener">We all play a part for the greater good&lt;/a>!&lt;/h4>
&lt;p>Our world’s heartbeat is its biodiversity! This complex network of all life is responsible for the food we eat, the water we drink and the air we breathe. But we often don’t realize how much even our subtile actions may have huge consequences to the earth’s cultivation or damage. That’s why researchers come together from all over the world to map our biodiversity and call for conservation. We are building a robust &lt;strong>&lt;em>family tree&lt;/em>&lt;/strong> for all life on earth as the foundation for its preservation and for the greater good of our own species.&lt;br>
Evolutionary relationship matters! Tree of Life (&lt;em>phylogeny&lt;/em>) is able to help us with the discovery of medicines, curing diseases, improving crops, identifying conservation priorities, and even predicting the global response of species to a rapidly changing climate. Our knowledge of phylogeny also can help to increase public understanding of conservation, biodiversity, emphasizing the importance and connectivity of all life. Scientists and the publics, and policy makers need to be partnership togther contributing this great course! See &lt;a href="https://www.elsevier.com/books/the-great-tree-of-life/soltis/978-0-12-812553-3" target="_blank" rel="noopener">Soltis and Soltis (2019)&lt;/a>.&lt;/p>
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
&lt;iframe src="https://www.youtube.com/embed/z_FI56liDd4" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video">&lt;/iframe>
&lt;/div></description></item><item><title>Annual Project Report</title><link>https://cactusolo.github.io/post/annual_report/annual-project-report/</link><pubDate>Fri, 21 Dec 2018 00:00:00 +0000</pubDate><guid>https://cactusolo.github.io/post/annual_report/annual-project-report/</guid><description>&lt;h1 id="1-prepare-target-enrichment-dna-samples-for-genera-phylogeny">1. Prepare Target Enrichment DNA samples for genera phylogeny&lt;/h1>
&lt;p>Coordinating with Mark and Hanyang, prepared ca. 500 DNA Samples, and submitted Rapid Genomics for Target Enrichment sequencing&lt;/p>
&lt;p>Nextstep:&lt;br>
- Evaluating, cleanning, and assembling the sequence data&lt;br>
- Reconstructing phylogeny for each genus sampled, and then a big combined tree&lt;br>
- Correlated with other data collected&lt;/p>
&lt;h1 id="2-community-phylogeny">2. Community phylogeny&lt;/h1>
&lt;p>Using &lt;em>opentree_pytoys&lt;/em>, I have reconstructed community phylogenies for 11 sites (5 Chinese sites, 3,694 species in total, and 6 US sites, 1,663 species intotal), individually and combinedly.&lt;/p>
&lt;ul>
&lt;li>Name validation from Open tree&lt;/li>
&lt;li>Resultant topolgy checking&lt;/li>
&lt;li>Faith’s phylogenetic diversity (PD~SES~) value is caculated&lt;/li>
&lt;li>Making a database to tracking all the changed names&lt;/li>
&lt;/ul>
&lt;p>Ongoing and nextstep:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Phylogenetic diversity&lt;/p>
&lt;ul>
&lt;li>Advanced PD measurement, then compare between USA and Chinese sites:&lt;br>
M(P), ^q^E(P), MP(D), VP(D), NRI, NTI&lt;/li>
&lt;li>Reveal the whole pattern and/or exploring the cause to the differences (&lt;em>biotic and abiotic factors&lt;/em>)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Functional traits&lt;/p>
&lt;ul>
&lt;li>Assembling some traits data from Tao Zhang (&lt;em>plants&lt;/em>) and Teng Yang (&lt;em>soil/fungi&lt;/em>) to correlated my community phylogenies&lt;br>
Using soil-oriented data, Tang et al. (2018) has found that plant phylogeny has a positive association with dissimilarities of fungal community；&lt;br>
I want to testify if the association is still true with plant-oriented data&lt;/li>
&lt;li>Functional-traits measurement:&lt;br>
M(T), ^q^E(T), ^q^E(T*)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h1 id="3-helped-to-processed-soil-dna-samples">3. helped to processed Soil DNA samples&lt;/h1>
&lt;p>Working with Mark, we helped to dry 20 plates (96 x 20 = 1,920) soil DNA samples from Triplett&amp;rsquo;s lab, then send back to Goegina.&lt;/p>
&lt;p>Next step:&lt;br>
Shipping to China (&lt;em>Dr. Chu&lt;/em>) after holiday, and awaiting for DNA sequencing&lt;/p>
&lt;h1 id="4-miscellaneous">4. Miscellaneous&lt;/h1>
&lt;ul>
&lt;li>Participated in &lt;em>Asia-Evo&lt;/em> conference with psoter exhibition&lt;/li>
&lt;li>Collaborated with Dr. Teng Yang and Dr. Haiyang Chu, recontructing phylogeny for disjuct woody species in China to investigate tree–fungus associations. This work was published:&lt;br>
&lt;em>Yang T, Tedersoo L, Soltis PS, Soltis DE, Gilbert JA, Sun M, Shi Y, Wang HF, Li YT, Zhang J, Chen ZD, Lin HY, Zhao YP, Fu CX, Chu HY. (2018) Phylogenetic imprint of woody plants on the soil mycobiome in natural mountain forests of eastern China. The ISME Journal. doi: 10.1038/s41396-018-0303-x&lt;/em>&lt;/li>
&lt;li>Helped Anthony translated 19,712 specimen records of disjuct species from China&lt;/li>
&lt;li>Continuously served as the main contacting/communicating point among the Soltis', Lichstein&amp;rsquo;s, Jenny&amp;rsquo;s, and Chinese labs for primary tasks related to material collecting, extraction, evaluation, and DNA sample preparation&lt;/li>
&lt;/ul></description></item></channel></rss>