Learn R Programming

MassArray (version 1.24.0)

rnaDigest: RNA digest

Description

Function to perform an in silico RNAse A digest for either the T or C cleavage reactions

Usage

rnaDigest(sequence, type = c("T", "C"))

Arguments

sequence
Nucleotide sequence input
type
One of either 'T' or 'C', specifying which cleavage reaction mixture was used

Value

Returns a list of MassArrayFragment objects, each containing information about a given fragment generated by the RNA digest

See Also

See Also as MassArrayFragment

Examples

Run this code
rnaDigest("AAAACCCCCTGCGGAGAGAGGCCGACAAAA", type="T")

Run the code above in your browser using DataLab