SADEG.ACGT: SADEG.ACGT

Description Usage Arguments Details Value Author(s) Examples

View source: R/ATCG.R

Description

Number and frequencies of occurrence of each nucleotide.

Usage

1
SADEG.ACGT(Nucleotide_Sequence)

Arguments

Nucleotide_Sequence

Nucleotide Sequence

Details

The Number of occurrence of each nucleotide.(A, T, C, and G). Furtheremore, The frequencies of occurrence of each nucleotide. (A

Value

Table which first row represent number of each nucleotide and row 2 represent percentage of each nucleotide.

Author(s)

Babak Khorsand

Examples

1
SADEG.ACGT("actagtcacgatcag")

Example output

           a    c   g   t
Number  5.00 4.00 3.0 3.0
Percent 0.33 0.27 0.2 0.2

SADEG documentation built on May 2, 2019, 6:54 a.m.

Related to SADEG.ACGT in SADEG...