Skip to content

Commit

Permalink
Updated ReadMe: Installation with devtools instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ampatzia committed Apr 22, 2017
1 parent e9ee898 commit 126e382
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# R package pasaR
We present an R package, named pasaR, usable in the later stages of such an analysis, i.e. after the construction of the gene families for a given set of genomes, based on information of the full complement of gene families. A complete methodology is proposed, suitable for sets of genomes of varying complexity, optimizing and enriching an assortment of existing measures from micropan, the only R package currently available on CRAN for such studies. This is an on-going project so better documentantion, a more extensive vignette and additional functions will be added. However the package is fully functional.

#Install package

If package *devtools* is present, simply run:

```R
library(devtools)
install_github("ampatzia/PasaR")
```

0 comments on commit 126e382

Please sign in to comment.