Skip to content
/ ppit Public

An R package for inferring microbial taxonomy from nifH amplicons.

Notifications You must be signed in to change notification settings

bkapili/ppit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPIT logo

Phylogenetic Placement for Inferring Taxonomy (PPIT) is an R package for inferring microbial taxonomy from nifH amplicons. PPIT provides a higher proportion of correct taxonomic inferences at all taxonomic ranks in comparison to BLAST-based approaches at the cost of fewer total inferences.

Installation

To install ppit directly from RStudio, first download the dependent package Biostrings from Bioconductor then use the devtools package to install ppit:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("Biostrings")

if (!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")

devtools::install_github("BKapili/ppit")

Documentation

To get started, see the tutorial that walks through the analysis using nifH amplicons generated from Illumina MiSeq data.

About

An R package for inferring microbial taxonomy from nifH amplicons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages