All Projects → rdpstaff → RDPTools

rdpstaff / RDPTools

Licence: other
Collection of commonly used RDP Tools for easy building

Programming Languages

Makefile
30231 projects

Projects that are alternatives of or similar to RDPTools

MicEco
Various functions for analysis of microbial community data
Stars: ✭ 25 (-43.18%)
Mutual labels:  microbiome, 16s
DAtest
Compare different differential abundance and expression methods
Stars: ✭ 34 (-22.73%)
Mutual labels:  microbiome, 16s
calour
exploratory and interactive microbiome analyses based on heatmaps
Stars: ✭ 22 (-50%)
Mutual labels:  microbiome
teaching
scripts and notes for learning
Stars: ✭ 29 (-34.09%)
Mutual labels:  microbiology
get phylomarkers
A pipeline to select optimal markers for microbial phylogenomics and species tree estimation using coalescent and concatenation approaches
Stars: ✭ 34 (-22.73%)
Mutual labels:  microbiology
microbiomeMarker
R package for microbiome biomarker discovery
Stars: ✭ 89 (+102.27%)
Mutual labels:  microbiome
platon
Identification & characterization of bacterial plasmid-borne contigs from short-read draft assemblies.
Stars: ✭ 52 (+18.18%)
Mutual labels:  microbiology
microbiomeViz
Visualize microbiome data with black magic ggtree
Stars: ✭ 55 (+25%)
Mutual labels:  microbiome
bac-genomics-scripts
Collection of scripts for bacterial genomics
Stars: ✭ 39 (-11.36%)
Mutual labels:  microbiology
IDBacApp
A MALDI Mass Spectrometry Bioinformatics Platform
Stars: ✭ 20 (-54.55%)
Mutual labels:  microbiology
empress
A fast and scalable phylogenetic tree viewer for microbiome data analysis
Stars: ✭ 37 (-15.91%)
Mutual labels:  microbiome
scripts
Metagenomic pipeline and other general scripts used in the lab.
Stars: ✭ 33 (-25%)
Mutual labels:  microbiology
schtools
Schloss Lab Tools for Reproducible Microbiome Research 💩
Stars: ✭ 22 (-50%)
Mutual labels:  microbiome
Maaslin2
MaAsLin2: Microbiome Multivariate Association with Linear Models
Stars: ✭ 76 (+72.73%)
Mutual labels:  microbiome
qiita
Qiita - A multi-omics databasing effort
Stars: ✭ 103 (+134.09%)
Mutual labels:  microbiome
biscuit
BISulfite-seq CUI Toolkit
Stars: ✭ 51 (+15.91%)
Mutual labels:  sequence-alignment
redbiom
Sample search by metadata and features
Stars: ✭ 27 (-38.64%)
Mutual labels:  microbiome
referenceseeker
Rapid determination of appropriate reference genomes.
Stars: ✭ 65 (+47.73%)
Mutual labels:  microbiology
seqalign pathing
Rust implementation of sequence alignment / Levenshtein distance by A* acceleration of the DP algorithm
Stars: ✭ 17 (-61.36%)
Mutual labels:  sequence-alignment
kalign
A fast multiple sequence alignment program.
Stars: ✭ 89 (+102.27%)
Mutual labels:  sequence-alignment
Metaproject for RDP Tools

This project includes the modules from the RDP (Classifier, Clustering, SequenceMatch, ProbeMatch, InitialProcessing, FrameBot, ReadSeq, Xander) and all their dependencies. Don't click "Download ZIP" button, instead, copy the cloneURL and type 
git clone cloneURL

After cloning this repository enter the commands

## Initial Project Set Up
$ git submodule init
$ git submodule update

then type 'make'

Jars are placed in the main directory, you can run them with

java -jar classifier.jar|Clustering.jar|...

Building depends on 'make' and 'ant 1.9'. 

## Update Existing Project
$ git pull
$ git submodule update
$ make clean
$ make

## Usage

The RDP Paired-end Reads Assembler used in the publication (Cole et al., 2014 Nucl. Acids Res.) is available at http://rdp.cme.msu.edu/misc/resources.jsp

See each individual tool page or fungene_pipeline (https://github.com/rdpstaff/fungene_pipeline) to run one or multiple tools.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].