cubfits (version 0.1-2)

Cedric IO Utilities: Cedric IO Utilities

Description

This utility function provides basic IO by Cedric.

Usage

readGenome(fn.genome, ex.sh.aa = 0, rm.first.aa = 0) normalizeDataSet(data)

Arguments

fn.genome
Fasta file with sequences
ex.sh.aa
Ignore sequences with a length less than ex.sh.aa. (After removal of the first rm.first.aa amino acids)
rm.first.aa
Remove the first rm.first.aa amino acids (after start codon)
data
Vector to be normalized. Means will be set to 1

Value

under development

Details

under development

References

https://github.com/clandere/cubfits/

See Also

under development

Examples

Run this code
  ## Not run: 
#     library(cubfits)
#     seq.string <- readGenome("my_genome.fasta", 150, 10)
#   ## End(Not run)

Run the code above in your browser using DataLab