Skip to content

tjc801/nucleotide-frequency-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Nucleotide Frequency Calculator

This is an R script to calculate the 4 nucleotide frequencies across all samples of a FASTA file.

To obtain a copy of the required seqinr library, execute the following:

R -e 'install.packages(c("seqinr"))'

To execute the script, run the following in the terminal:

$ Rscript script.R

About

Nucleotide Frequency Calculator Script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages