The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Title: R packages for genetics research
Description: R packages for genetics research
Version: 0.1
Date: 2013-11-06
Author: Felix Yanhui Fan <nolanfyh@gmail.com>
Maintainer: Felix Yanhui Fan <nolanfyh@gmail.com>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
Packaged: 2013-11-06 16:35:28 UTC; alice
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-11-06 18:10:48

Translating Codons to Amino Acids

Description

Translate a DNA 3-character codon to an amino acid (one character)

Usage

  codonToAAone(codon)

Arguments

codon

a DNA 3-character codon

See Also

codonToAAthree

Examples

codonToAAone('AAA')

Translating Codons to Amino Acids

Description

Translate a RNA 3-character codon to an amino acid (one character)

Usage

  codonToAAoneRNA(codon)

Arguments

codon

a RNA 3-character codon

See Also

codonToAAthreeRNA

Examples

codonToAAoneRNA('AAA')

Translating Codons to Amino Acids

Description

Translate a DNA 3-character codon to an amino acid (three character)

Usage

  codonToAAthree(codon)

Arguments

codon

a DNA 3-character codon

See Also

codonToAAone

Examples

codonToAAthree('AAA')

Translating Codons to Amino Acids

Description

Translate a RNA 3-character codon to an amino acid (three character)

Usage

  codonToAAthreeRNA(codon)

Arguments

codon

a RNA 3-character codon

See Also

codonToAAoneRNA

Examples

codonToAAthreeRNA('AAA')

Genetic Code Table

Description

DNA Genetic Code Table

Usage

  geneticCodeTable(DNA = TRUE)

Arguments

DNA

if 'TRUE', DNA code will be used, else, 'RNA' code will be used. Default is 'TRUE'

See Also

codonToAAone

codonToAAthree

codonToAAoneRNA

codonToAAthreeRNA

Examples

geneticCodeTable()
geneticCodeTable(DNA=FALSE)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.