Description Usage Arguments Details Value Author(s) References See Also Examples
This utility function provides basic IO by Cedric.
1 2 3 | readGenome(fn.genome, ex.sh.aa = 0, rm.first.aa = 0)
normalizeDataSet(data)
|
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 |
under development
under development
Cedric Landerer cedric.landerer@gmail.com.
https://github.com/clandere/cubfits/
under development
1 2 3 4 5 | ## Not run:
library(cubfits)
seq.string <- readGenome("my_genome.fasta", 150, 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.