Learn R Programming

baseq (version 0.2.0)

count_bases: Count Bases

Description

Returns a frequency table of the bases in a sequence.

Usage

count_bases(s)

Value

A table object with base counts

Arguments

s

A character string containing the sequence

Examples

Run this code
data(sars_fragment)
count_bases(sars_fragment)

Run the code above in your browser using DataLab