Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DRL authored Aug 25, 2016
1 parent 6d1cc94 commit 03a93d3
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
### clusterbuster
Analysis of clustered proteome data of many species
### kinFin
Taxon-aware analysis of clustered proteomes

----------

#### Analyse clusters
```
src/kinfin.py data/nematoda/SpeciesIDs.txt \
data/nematoda/SpeciesClassification.txt \
data/nematoda/OrthologousGroups_I1.5.txt \
data/nematoda/OrthologousGroups_I2.0.txt
```
#### Hierarchality between clusters at two inflation values (I1.5 and I2.0): i.e. "Jaccard-magic"
```
src/calculate_jaccard_distances.py cluster_stats.txt I1.5 I2.0
src/kinfin.py -s data/SpeciesIDs.txt \
-g data/OrthologousGroups_I3.5.txt \
-c data/SpeciesClassification.txt \
--nodesdb resources/nodesDB.txt
```

0 comments on commit 03a93d3

Please sign in to comment.