rnaDigest {MassArray} | R Documentation |
Function to perform an in silico RNAse A digest for either the T or C cleavage reactions
rnaDigest(sequence, type = c("T", "C"))
sequence |
Nucleotide sequence input |
type |
One of either 'T' or 'C', specifying which cleavage reaction mixture was used |
Returns a list of MassArrayFragment
objects, each containing information about a given fragment generated by the RNA digest
Reid F. Thompson (rthompso@aecom.yu.edu), John M. Greally (jgreally@aecom.yu.edu)
See Also as MassArrayFragment
rnaDigest("AAAACCCCCTGCGGAGAGAGGCCGACAAAA", type="T")