Learn R Programming

MINTplates (version 1.0.1)

exclusive: Determine whether the tRFs are exclusive to tRNA space

Description

Determine whether the tRFs are exclusive to tRNA space with the tRF sequences.

Usage

exclusive(sequences)

Arguments

sequences

tRF sequences.

Value

Whether the tRFs are exclusive to tRNA space.

References

Loher P, Telonis AG, Rigoutsos I. Sci Rep (2017) <doi: 10.1038/srep41184>

Examples

Run this code
# NOT RUN {
sequences=c('TCCCTGGTGGTCTAGTGGTTAGGATTCGGC','TCCCTGGTGGTCTAGTGGTTAGGATTCGGCG')
exclusive(sequences)
# }

Run the code above in your browser using DataLab