Reverse complement of DNA strand using Python - Stack Overflow 13 I have a DNA sequence and would like to get reverse complement of it using Python It is in one of the columns of a CSV file and I'd like to write the reverse complement to another column in the same file The tricky part is, there are a few cells with something other than A, T, G and C I was able to get reverse complement with this piece
python - Reverse complement from a file - Stack Overflow The task is: Write a script (call it what you want) that that can analyze a fastafile (MySequences fasta) by finding the reverse complement of the sequences Using python from itertools import rep
genomics - How to reverse complement a genbank file? - Bioinformatics . . . 2 I am visualizing the alignment of a particular genomic region across different genomes with mauve In certain genomes the region of interest is in the negative strand and in others the positive strand What tool can I use to reverse complement my genbank files without losing the features and annotation?