README.md

FastaUtils: Utilities for DNA/RNA sequence processing

The package FastaUtils provides tools for the manipulation of DNA/RNA sequence data with R. This package is still work in progress.

FastaUtils depends on Biostrings package which can be installed from Bioconductor (see below).

Content

The current version contains the following functions:

Authors

Guillem Salazar

Citation

To see the preferable citation of the package, type:

citation("FastalUtils")

Software Versions

R: version 3.2.1 RStudio: Version 0.99.467

Contact Info

Guillem Salazar (guillems at ethz.ch)

Installation of the package

source("https://bioconductor.org/biocLite.R")
biocLite("Biostrings")
devtools::install_github("GuillemSalazar/FastaUtils")
library(FastaUtils)


GuillemSalazar/FastaUtils documentation built on June 9, 2021, 7:26 p.m.