GenePiper is a stand alone R shiny application for NGS data mining. It provides over 20 different analysis methods with user-friendly GUI. Recently, 6 main categories (Diversity, Descriptive, Oridination, Correlation, Clustering and Non-parametric) was included.
-
Download the
Vagrantfilefrom the above. -
Create a working directory and copy the
Vagrantfileto it. -
If
Vagrantfilecontains any extension, e.g..txt, remove it. -
Run
vagrant upin the working directory. -
After installation, using any web browser to host machine
http://localhost:4002.
Random generated sample data is provided in sampleData folder which contains 4 files.
otuTableSample.tsv is a tab separated OTU table file with 100 samples and 2000 taxa.
taxTableSample.tsv is a tab separated Taxonomy table file with 2000 taxa and 7 taxonomical rank.
samDataSample.tsv is a tab separated sample mapping file with 100 samples and 12 feature columns.
treeSample.tre is a phylogenetic tree file with 2000 taxa.