powered by
Determine the reverse complementary DLData object. Only works for DNA or RNA. Data may include gap symbols.
DLData
revcom(data)# S3 method for DLData revcom(data)
# S3 method for DLData revcom(data)
the reverse complement
the data
Jan Grau <grau@informatik.uni-halle.de>
data <- DLData(c("ACGT", "ATTA")) revcom(data)
Run the code above in your browser using DataLab