rnaDigest {MassArray}R Documentation

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

Author(s)

Reid F. Thompson (rthompso@aecom.yu.edu), John M. Greally (jgreally@aecom.yu.edu)

See Also

See Also as MassArrayFragment

Examples

rnaDigest("AAAACCCCCTGCGGAGAGAGGCCGACAAAA", type="T")

[Package MassArray version 1.45.0 Index]