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
+37-20Lines changed: 37 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@
10
10
11
11
# INSTALLATION #
12
12
13
-
**export2graphlan** is available in GitHub here: [export2graphlan repository](hhttps://github.com/SegataLab/export2graphlan) and can be obtained using:
13
+
**export2graphlan** is available in GitHub here: [export2graphlan repository](https://github.com/SegataLab/export2graphlan) and can be obtained using:
80; 88)". To use a fixed set of colors associated to a
95
+
fixed set of clades, you can specify a mapping file in
96
+
a tab-separated format, where the first column is the
97
+
clade (using the same format as for the "--
98
+
background_clades" param) and the second colum is the
99
+
color associated. Default is None
94
100
--title TITLE If specified set the title of the GraPhlAn plot.
95
101
Surround the string with " if it contains spaces,
96
102
e.g., --title "Title example"
@@ -120,25 +126,35 @@ optional arguments:
120
126
--most_abundant MOST_ABUNDANT
121
127
When only lefse_input is provided, you can specify how
122
128
many clades highlight. Since the biomarkers are
123
-
missing, they will be chosen from the most abundant
129
+
missing, they will be chosen from the most abundant.
130
+
Default is 10
124
131
--least_biomarkers LEAST_BIOMARKERS
125
132
When only lefse_input is provided, you can specify the
126
133
minimum number of biomarkers to extract. The taxonomy
127
134
is parsed, and the level is choosen in order to have
128
-
at least the specified number of biomarkers
135
+
at least the specified number of biomarkers. Default
136
+
is 3
129
137
--discard_otus If specified the OTU ids will be discarde from the
130
-
taxonmy. Default behavior keep OTU ids in taxonomy
138
+
taxonmy. Default is True, i.e. keep OTUs IDs in
139
+
taxonomy
131
140
--internal_levels If specified sum-up from leaf to root the abundances
132
-
values. Default behavior do not sum-up abundances on
133
-
the internal nodes
141
+
values. Default is False, i.e. do not sum-up
142
+
abundances on the internal nodes
143
+
--biomarkers2colors BIOMARKERS2COLORS
144
+
Mapping file that associates biomarkers to a specific
145
+
color... I'll define later the specific format of this
146
+
file!
134
147
135
148
input parameters:
136
149
You need to provide at least one of the two arguments
137
150
138
151
-i LEFSE_INPUT, --lefse_input LEFSE_INPUT
139
-
LEfSe input data
152
+
LEfSe input data. A file that can be given to LEfSe
153
+
for biomarkers analysis. It can be the result of a
154
+
MetaPhlAn or HUMAnN analysis
140
155
-o LEFSE_OUTPUT, --lefse_output LEFSE_OUTPUT
141
-
LEfSe output result data
156
+
LEfSe output result data. The result of LEfSe analysis
157
+
performed on the lefse_input file
142
158
143
159
output parameters:
144
160
-t TREE, --tree TREE Output filename where save the input tree for GraPhlAn
@@ -173,6 +189,7 @@ Input data matrix parameters:
173
189
percentile specified by --fperc)
174
190
--def_na DEF_NA Set the default value for missing values [default None
175
191
which means no replacement]
192
+
176
193
```
177
194
178
195
*Note*: the last input parameters (``Input data matrix parameters``) refer to the **DataMatrix** class contained in the [hclust2](https://github.com/SegataLab/hclust2) repository.
@@ -195,5 +212,5 @@ If everything goes well you should find in the same folder of the example six ne
195
212
*``outtree.txt``: is the annotated tree produced by graphlan_annotate.py
196
213
*``tree.txt``: is the tree produced by the export2graphlan.py script
197
214
198
-
# CONTACTS #
199
-
Francesco Asnicar ([f.asnicar@unitn.it](mailto:f.asnicar@unitn.it))
215
+
# Support #
216
+
If you should find problems in using **export2graphlan** please report them in [The bioBakery help forum](https://forum.biobakery.org/).
0 commit comments