R/reverse_complement.R

Defines functions reverse_complement

reverse_complement <- function(str) {
  python.load("python/rev.py")
  rev_strand = python.call ("revcompl", str)
 return (rev_strand)
}
satyausc/rPythonTrial documentation built on May 29, 2019, 2:59 p.m.