rna_to_dna: Reverse Transcription of a RNA sequence

View source: R/rna_to_dna.R

rna_to_dnaR Documentation

Reverse Transcription of a RNA sequence

Description

This function takes a RNA sequence as input and returns its DNA transcript.

Usage

rna_to_dna(sequence)

Arguments

sequence

A character string representing a RNA sequence.

Value

A character string representing the RNA transcript of the input RNA sequence.

Examples

sequence <- "AUCGAGCUAGCUAGCUAGCUAGCU"
rna_to_dna(sequence)
# Returns "ATCGAGCTAGCTAGCTAGCTAGCT"

ambu-vijayan/baseq documentation built on May 6, 2023, 10:31 p.m.