Skip to content

Commit

Permalink
paper update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed May 3, 2019
1 parent 7195f63 commit fe30a97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bibliography: paper.bib

# Summary

SourcePredict is a Python package to classify and predict the source of metagenomics sample given a training set.
SourcePredict [(github.com/maxibor/sourcepredict)](https://github.com/maxibor/sourcepredict) is a Python package to classify and predict the source of metagenomics sample given a training set.

The DNA shotgun sequencing of human, animal, and environmental samples opened up new doors to explore the diversity of life in these different environments, a field known as metagenomics [@metagenomics].
One of the goals of metagenomics is to look at the composition of a sequencing sample with tools known as taxonomic classifiers.
Expand Down Expand Up @@ -75,4 +75,12 @@ with

$$s_c = s_{c\ predicted}\times p_{unknown}$$

## CLI

The SourcePredict CLI is handled with ArgParse. A typical command to use SourcePredict is as simple as:

`sourcepredict path/to/test_otu_table.csv`

The documentation of CLI is available at [sourcepredict.readthedocs.io](https://sourcepredict.readthedocs.io)

# References
Binary file modified paper/paper.pdf
Binary file not shown.

0 comments on commit fe30a97

Please sign in to comment.