Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniWestbrook committed May 13, 2019
2 parents b228d93 + d34432a commit a39b793
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ PALADIN-plugins can be chained in a pipeline configuration using a single or mul
- Difference: Analyze relative differences between two PALADIN taxonomy reports. Can also report specific contributing reads for each difference
- GO: Perform gene ontology term grouping and abundance reporting
- HPC: Distribute PALADIN execution across cluster nodes
- Pathways: Perform metabolic pathway participation reporting
- Plotting: Generate plots in PNG format from pipeline generated data (this feature is currently alpha)
- Taxonomy: Perform taxonomic grouping and abundance reporting
- Uniprot: Download custom UniProt reports for a PALADIN prepared SAM alignment
Expand Down Expand Up @@ -51,6 +52,16 @@ Group GO terms and write abundances to a file, filtering for a mapping quality o
paladin-plugins.py @@go -i input.tsv -q 20 @@write output.txt
```

Report the metabolic pathway participation across all phyla for all detected pathways
```
paladin-plugins.py @@pathways -i input.tsv -q 20 -l 2
```

Report the enzyme counts for all firmicutes in the Streptomycin biosynthesis pathway (ec00521)
```
paladin-plugins.py @@pathways -i input.tsv -q 20 -s Firmicutes -p ec00521
```

Group all bacterial species and write abundances to a file, then plot data to a pie chart, filtering for a mapping quality of 30 and limited number of values shown on graph to 10

```
Expand Down

0 comments on commit a39b793

Please sign in to comment.