dna_to_rna: Convert DNA to RNA

View source: R/dna_to_rna.R

dna_to_rnaR Documentation

Convert DNA to RNA

Description

Convert a DNA sequence into a RNA sequence by replacing the Thymines (T) by Uracil (U) present in the given sequence.

Usage

dna_to_rna(dna_seq)

Arguments

dna_seq

The DNA sequence that is going to be converted into RNA.

Value

Sequence provided converted into RNA.

Examples

dna_seq = "AGAGTTTGATCCTGGCTCAG"
dna_to_rna(dna_seq)

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