transcribe: Transcribe DNA to RNA, substitute T with U

View source: R/transcribe.R

transcribeR Documentation

Transcribe DNA to RNA, substitute T with U

Description

Transcribe DNA to RNA, substitute T with U

Usage

transcribe(dna_string)

Arguments

dna_string

A character object with a DNA sequence.

Value

A character object with a RNA sequence that was transcribed from the DNA sequence.

Examples

dna_string <- "ATTA"

transcribe(dna_string)
# "AUUA"

rforbiodatascience22/group_10_package documentation built on April 5, 2022, 7:51 p.m.