Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to draw evolution tree and heat map in R language

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

Today, the editor will share with you the relevant knowledge points about how to draw evolution trees and heat maps in R language. the content is detailed and the logic is clear. I believe most people still know too much about this knowledge, so share this article for your reference. I hope you can get something after reading this article, let's take a look at it.

Phylogenetic tree: also known as cluster tree or evolutionary tree, is a method in bioinformatics to describe the relationships between different organisms.

Function: by drawing the evolutionary tree analysis, we can understand the main composition of the phylogenetic tree of the evolutionary history of all organisms, find out the evolutionary relationship between different species, understand the relationship between ancestral sequences and their offspring, and estimate the divergence time between a group of species with a common ancestor.

I. preparation of documents:

Tree file: nwk format: tree.nwk

Script: tree_heatmap_plot.r

Script code:

#! / usr/bin/env Rscriptlibrary (getopt) library (ggtree) library (EBImage) library (ggplot2) library (stringr) library (reshape2) spec

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report