Skip to content

A-BN/fastaUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastaUtils

Simple fasta exploration and manipulation

Installation

To install it, simply enter the following command in R:

devtools::install_github('A-BN/fastaUtils')

or in your terminal:

Rscript --slave -e "devtools::install_github('A-BN/fastaUtils')"

Usage

You can use it in R console or directly in your terminal like this:

Rscript --slave -e "library(fastaUtils); 
                    fastaUtils::fastanalyze(fasta = 'path/to/your/file.fasta', 
                      metrics = TRUE, 
                      plot = TRUE,
                      verbose = TRUE)"

About

Simple fasta exploration and manipulation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages