Skip to content

Commit

Permalink
📚 🐎 Updated existing vignette to static version, compiled via R.rsp p…
Browse files Browse the repository at this point in the history
…ackage. Added benchmarking vignette.
  • Loading branch information
ampatzia committed Aug 22, 2017
1 parent 6d9eb79 commit 3a7a2ff
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 155 deletions.
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pasaR
Type: Package
Title: Pangenome Statistical Analysis for R
Version: 0.0.9
Version: 0.9.0
Author: Stelios Batziakas
Maintainer: Stelios Batziakas <ampatziakas@gmail.com>
Description: Functions to read genome clustering results and allows
Expand All @@ -18,10 +18,11 @@ Imports: magrittr,
gridExtra,
stringi,
stringr,
readr,
dendextend
readr
RoxygenNote: 6.0.1
Suggests: knitr,
micropan,
rmarkdown,
micropan
VignetteBuilder: knitr
dendextend,
R.rsp
VignetteBuilder: R.rsp
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
We present an R package, named pasaR, usable in the later stages of an pangenomic
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
# Install package

If package *devtools* is present, simply run:

Expand All @@ -13,6 +13,13 @@ library(devtools)
install_github("ampatzia/PasaR")
```

# Vignettes

Currently there are available two vignettes for the package, both precompiled in pdf:

* [Small case study and example of usage in a pangenome of 81 bacterial strains.] (https://github.com/ampatzia/pasaR/blob/master/vignettes/Pangenome_analysis_with_pasaR.pdf) .
* [Benchmark comparison to package micropan] (https://github.com/ampatzia/pasaR/blob/master/vignettes/Benchmark_Comparison.pdf) .

# Relevant publications

Mpatziakas A, Psomopoulos FE, Moysiadis T and Sgardelis S. Computing pangenome statistics in R. F1000Research 2017, 6(ISCB Comm J):1529 (poster) ([doi: 10.7490/f1000research.1114765.1](http://dx.doi.org/10.7490/f1000research.1114765.1))
Expand Down
Binary file added vignettes/Benchmark_Comparison.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions vignettes/Benchmark_Comparison.pdf.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
%\VignetteIndexEntry{Benchmark comparison}
%\VignetteEngine{R.rsp::asis}
Binary file added vignettes/Pangenome_analysis_with_pasaR.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions vignettes/Pangenome_analysis_with_pasaR.pdf.asis
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
%\VignetteIndexEntry{Example of a Pangenome Statistical Analysis with pasaR}
%\VignetteEngine{R.rsp::asis}
149 changes: 0 additions & 149 deletions vignettes/pasaR-vignette.Rmd

This file was deleted.

0 comments on commit 3a7a2ff

Please sign in to comment.