Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zeller Group
metaG_course_2021_10_07
Commits
d7e4faca
Commit
d7e4faca
authored
Oct 04, 2021
by
Alessio Milanese
Browse files
Update README.md
parent
848f312d
Changes
1
Show whitespace changes
Inline
Side-by-side
tax_practical/README.md
View file @
d7e4faca
...
...
@@ -188,6 +188,28 @@ Required file:
# Practical 2: Demonstration of mOTUs for taxonomic profiling
Objectives of the practical:
...
...
@@ -271,15 +293,15 @@ We use [mOTUs2](https://github.com/motu-tool/mOTUs_v2) to create taxonomic profi
We can have a look at the identified species that are different from zero with
`cat test_sample.motus | grep -v "0.0000000000"`
:
```
# git tag version
2.5.1
| motus version
2.5.1
| map_tax
2.5.1
| gene database: nr
2.5.1
| calc_mgc
2.5.1
-y insert.scaled_counts -l 75 | calc_motu
2.5.1
-k mOTU -C no_CAMI -g 3 | taxonomy: ref_mOTU_
2.5.1
meta_mOTU_
2.5.1
# call: python /
Us
er
s
/milanese/
Dropbox/PhD/mOTUsv2_tool/2.5.1
/mOTUs
_v2
/motus profile -f filtered_1P -r filtered_2P -s filtered_1U,filtered_2U -o test_sample.motus -t
2
# git tag version
3.0.0
| motus version
3.0.0
| map_tax
3.0.0
| gene database: nr
3.0.0
| calc_mgc
3.0.0
-y insert.scaled_counts -l 75 | calc_motu
3.0.0
-k mOTU -C no_CAMI -g 3 | taxonomy: ref_mOTU_
3.0.0
meta_mOTU_
3.0.0
# call: python /
g/scb2/zell
er/milanese/
motus_v2/update_DB
/mOTUs/motus profile -f filtered_1P -r filtered_2P -s filtered_1U,filtered_2U -o test_sample.motus -t
16
#consensus_taxonomy unnamed sample
Proteobacteria sp.
[ref_mOTU_v
25
_00095] 0.00017
43716
Eggerthella lenta [ref_mOTU_v
25
_00719] 0.0001
584466
Ruminococcus bromii [ref_mOTU_v
25
_00853] 0.004
0007632
Escherichia coli
[ref_mOTU_v
3
_00095] 0.00017
97485
Eggerthella lenta [ref_mOTU_v
3
_00719] 0.0001
633324
Ruminococcus bromii [ref_mOTU_v
3
_00853] 0.004
9443856
```
With
`cat test_sample.motus | grep -v "0.0000000000" | grep -v "#" | wc -l`
, we can see that we have 1
39
detected species.
With
`cat test_sample.motus | grep -v "0.0000000000" | grep -v "#" | wc -l`
, we can see that we have 1
58
detected species.
To count the number of ref-mOTUs you can use:
```
...
...
@@ -289,6 +311,10 @@ We use [mOTUs2](https://github.com/motu-tool/mOTUs_v2) to create taxonomic profi
```
cat test_sample.motus | grep -v "0.0000000000" | grep -c "meta_mOTU_"
```
and for meta-mOTUs:
```
cat test_sample.motus | grep -v "0.0000000000" | grep -c "ext_mOTU_"
```
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment