exclusive {MINTplates} | R Documentation |
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
sequences=c('TCCCTGGTGGTCTAGTGGTTAGGATTCGGC','TCCCTGGTGGTCTAGTGGTTAGGATTCGGCG')
exclusive(sequences)
[Package MINTplates version 1.0.1 Index]