Learn R Programming

⚠️There's a newer version (1.1.1) of this package.Take me there.

prewas: data pre-processing for more informative bacterial GWAS

Introduction

The prewas R package allows users to create a binary SNP matrix from a whole genome alignment. The SNP matrix includes the following features: (1) multiple line representation of multiallelic sites, (2) multiple line representation for SNPs present in overlapping genes, and (3) choice over the reference allele. Additionally, users can collapse SNPs into genes so the output is a binary gene matrix. Output from the prewas package should be used as the input to bacterial GWAS tools such as hogwash.

Installation

To install prewas follow these commands in R:

## install devtools 
install.packages("devtools", dep=TRUE)
library(devtools)

## install prewas from github:
install_github("Snitkin-Lab-Umich/prewas")
library(prewas)

Note: this package depends on R (>= 3.5.0).

Documentation

prewas is described in the preprint: "prewas: Data pre-processing for more informative bacterial GWAS". The Rscripts and data for the paper's figures and analyses can be found in the manuscript analysis repository.

A tutorial explaining how to use the package can be found in the vignette.

Contributors

Katie Saund, Stephanie Thiede, and Zena Lapp contributed to this code.

Copy Link

Version

Install

install.packages('prewas')

Monthly Downloads

46

Version

1.0.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Katie Saund

Last Published

February 25th, 2020

Functions in prewas (1.0.0)

vcf

Nucleotide variants in example genome samples
results

Results from running prewas() on the example data.
prewas

Preprocess SNPs before bGWAS
gff

GFF3 file for example genomes
tree

Phylogenetic tree of example genomes
outgroup

Name of outgroup in the phylogenetic tree.