You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,20 @@
1
1
# TreeProfiler Overview
2
2
TreeProfiler is a command line tool designed to automate the annotation of large phylogenetic trees with corresponding metadata. It also facilitates the visual exploration of these annotations as phylogenetic profiles, making it a powerful resource for researchers working with complex biological data.
3
3
4
-
## Demo Animation
4
+
# Key Features:
5
+
- Automated Annotation that integrates metadata into phylogenetic tree, and summarizes annotation in internal nodes, including:
6
+
- Categorical/Numerical metadata in TSV/CSV format
7
+
- Taxonomic Annotation of NCBI/GTDB taxonomy database
8
+
- Functional Annotation from eggnog-mapper output
9
+
- Domain annotation from pfam/smart
10
+
- Multiple Sequence Alignment annotation
11
+
- Visual Exploration that allows for the detailed examination of annotated trees, aiding in the interpretation and presentation of data.
12
+
- Analytic Methods for computing analysis from leaf nodes:
13
+
- Ancestral Character Reconstruction for both discrete and continuous traits.
@@ -19,21 +32,7 @@ Here is some examples figure from treeprofiler paper to demonstrate the scalbili
19
32
20
33

21
34
22
-
## Key Features:
23
-
- Automated Annotation that integrates metadata into phylogenetic tree, and summarizes annotation in internal nodes, including:
24
-
- Categorical/Numerical metadata in TSV/CSV format
25
-
- Taxonomic Annotation of NCBI/GTDB taxonomy database
26
-
- Functional Annotation from eggnog-mapper output
27
-
- Domain annotation from pfam/smart
28
-
- Multiple Sequence Alignment annotation
29
-
- Visual Exploration that allows for the detailed examination of annotated trees, aiding in the interpretation and presentation of data.
30
-
- Analytic Methods for computing analysis from leaf nodes:
31
-
- Ancestral Character Reconstruction for both discrete and continuous traits.
32
-
- Phylogenetic Signal Delta Statistic]
33
-
- Lineage Specificity Analysis
34
-
35
-
36
-
## Documentation and Citation
35
+
# Documentation and Citation
37
36
The official documentation of TreeProfiler is in https://dengzq1234.github.io/TreeProfiler/ where provides detailed instructions with examples.
38
37
39
38
If you have any doubts, please drop a line in issue or contact https://x.com/deng_ziqi
@@ -43,15 +42,16 @@ Full manuscript of TreeProfiler is in https://doi.org/10.1101/2023.09.21.558621
43
42
If you use TreeProfiler, please cite:
44
43
45
44
```
46
-
Ziqi Deng, Ana Hernández-Plaza, Jaime Huerta-Cepas.
45
+
Ziqi Deng, Ana Hernández-Plaza, Adrian Arellano Davin, Jaime Huerta-Cepas.
47
46
"TreeProfiler: A command-line tool for computing and visualizing phylogenetic profiles against large trees"
48
47
bioRxiv (2023) doi: 10.1101/2023.09.21.558621
49
48
```
50
49
51
50
# Table of Contents
52
-
53
51
-[TreeProfiler Overview](#treeprofiler-overview)
52
+
-[Key Features](#key-features)
54
53
-[Gallery of Interactive Examples](#gallery-of-interactive-examples)
54
+
-[Documentation and Citation](#documentation-and-citation)
55
55
-[Installation](#installation)
56
56
-[Quick Install via pip with Conda](#quick-install-via-pip-with-conda)
57
57
-[Quick Start with Example Dataset](#quick-start-with-example-dataset)
0 commit comments