useDynLib("microRNA", .registration=TRUE)

importMethodsFrom(Biostrings,
                  reverseComplement)

importFrom(Biostrings,
           DNAStringSet, RNAStringSet)

export(
       "get_selfhyb_subseq",
       "show_selfhyb_counts",
       "show_selfhyb_lengths",
       "seedRegions",
       "matchSeeds",
       "RNA2DNA"
       )
