What is a quick way to find the reverse complement in bashWhat is the fastest way to get the reverse complement of a DNA sequence in python?How to get the product of a CDSTool to show DNA sequence and allowing upload of own graph dataDe novo motif discovery in protein sequencesSort vcf by contig and position within contigHow to use extractfeat?Filter reads belonging to unique sequences with threshold
Bash awk command with quotes
Does a feasible high thrust high specific impulse engine exist using current non space technology?
Are there objective criteria for classifying consonance v. dissonance?
What 68-pin connector is this on my 2.5" solid state drive?
Output a Super Mario Image
Importance of the current postdoc advisor's letter in TT job search
Why does '/' contain '..'?
Exam design: give maximum score per question or not?
Why does an orbit become hyperbolic when total orbital energy is positive?
Other than good shoes and a stick, what are some ways to preserve your knees on long hikes?
Meaning of Swimming their horses
Can I travel to European countries with the Irish passport and without destination Visa?
Ethernet, Wifi and a little human psychology
Amortized Loans seem to benefit the bank more than the customer
How to publish superseding results without creating enemies
Why are some files not movable on Windows 10?
Why is this sentence grammatical?
Why is the UK still pressing on with Brexit?
Why don't Wizards use wrist straps to protect against disarming charms?
How much would a 1 foot tall human weigh?
What would happen if Protagoras v Euathlus were heard in court today?
How does a simple logistic regression model achieve a 92% classification accuracy on MNIST?
Has Dumbledore ever scolded Harry?
Why is it called a stateful and a stateless firewall?
What is a quick way to find the reverse complement in bash
What is the fastest way to get the reverse complement of a DNA sequence in python?How to get the product of a CDSTool to show DNA sequence and allowing upload of own graph dataDe novo motif discovery in protein sequencesSort vcf by contig and position within contigHow to use extractfeat?Filter reads belonging to unique sequences with threshold
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
I have a DNA sequence of 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?
sequence-analysis dna bash
$endgroup$
add a comment
|
$begingroup$
I have a DNA sequence of 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?
sequence-analysis dna bash
$endgroup$
add a comment
|
$begingroup$
I have a DNA sequence of 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?
sequence-analysis dna bash
$endgroup$
I have a DNA sequence of 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?
sequence-analysis dna bash
sequence-analysis dna bash
asked Apr 15 at 9:46
winni2kwinni2k
1,2702 silver badges20 bronze badges
1,2702 silver badges20 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
$begingroup$
Thanks to Manu Tamminen for this solution:
echo ACCTTGAAA | tr ACGTacgt TGCAtgca | rev
$endgroup$
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "676"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbioinformatics.stackexchange.com%2fquestions%2f7458%2fwhat-is-a-quick-way-to-find-the-reverse-complement-in-bash%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Thanks to Manu Tamminen for this solution:
echo ACCTTGAAA | tr ACGTacgt TGCAtgca | rev
$endgroup$
add a comment
|
$begingroup$
Thanks to Manu Tamminen for this solution:
echo ACCTTGAAA | tr ACGTacgt TGCAtgca | rev
$endgroup$
add a comment
|
$begingroup$
Thanks to Manu Tamminen for this solution:
echo ACCTTGAAA | tr ACGTacgt TGCAtgca | rev
$endgroup$
Thanks to Manu Tamminen for this solution:
echo ACCTTGAAA | tr ACGTacgt TGCAtgca | rev
edited Apr 15 at 14:03
Chris_Rands
1,6894 silver badges19 bronze badges
1,6894 silver badges19 bronze badges
answered Apr 15 at 9:46
winni2kwinni2k
1,2702 silver badges20 bronze badges
1,2702 silver badges20 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Bioinformatics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fbioinformatics.stackexchange.com%2fquestions%2f7458%2fwhat-is-a-quick-way-to-find-the-reverse-complement-in-bash%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown