About 91,900 results
Open links in new tab
  1. 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 …

  2. phylogenetics - What is the fastest way to get the reverse …

    Feb 20, 2018 · I am writing a python script that requires a reverse complement function to be called on DNA strings of length 1 through around length 30. Line profiling programs indicate …

  3. What is a quick way to find the reverse complement in bash

    Apr 15, 2019 · I have a DNA sequence for which I would like to quickly find the reverse complement. Is there a quick way of doing this on the bash command line using only GNU tools?

  4. How to reverse complement a DNA strand using R - Stack Overflow

    Oct 30, 2021 · But to get the reverse complement of the sequence, i.e. the complementary sequence with the standard 5' to 3' orientation, you must also revert the result. Example using …

  5. creating complement of DNA sequence and reversing it C++

    Mar 2, 2017 · creating complement of DNA sequence and reversing it C++ Asked 9 years, 8 months ago Modified 4 years, 1 month ago Viewed 10k times

  6. k mer - Why do we count reverse compliments when counting …

    Sep 26, 2021 · When looking for repeat patterns in a DNA sequence, we can look for the pattern and its reverse compliment with up to d mismatches. However, why do we look for reverse …

  7. genomics - How to reverse complement a genbank file?

    Aug 23, 2023 · 1 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 …

  8. r - Complement a DNA sequence - Stack Overflow

    Dec 4, 2013 · rev(comp(seq)) # gives the reverse complement Biostrings has a much smaller memory profile, but seqinr is nice also because you can choose the case of the bases …

  9. How to reverse complement the DNA sequences for given …

    I need to reverse complement the sequences, only if it in reverse order/inverse order. Which ever sequences are not in reverse order (Properly order sequences), only to be extracted as its not …

  10. Perl code for reverse complement of DNA sequence

    Apr 26, 2021 · I was trying to make a perl code to get the reverse complement of fasta sequences of DNA in a .fna file format. the sequence02C.fna file contains 100s of DNA sequences : …