How to retrive unique IDs from the txt file?
Hello
I have a text file containing the sequence IDs. These Ids file contain some duplicate IDs. Few IDs are also present more then 2 times in this file. I want to find unique IDs in one file and repeated IDs in another file. Furthermore I am also interested to find the number, how many times the repeated IDs present in the file.
I found duplicated sequence using the following command
$ cat id.txt | grep '^>' | sort | uniq -d > dupid.txt
This gives me the duplicated sequences in "dupid.txt" file . But the question of those who are present more then 2 times and how many times they are present remains unsolved. secondly how to find unique sequences.
Please suggest how can it be handled.
Thanks in advance
• 1,858 views
•
link
0 answers
No answers yet.
Log in to answer this question.
See
uniq -cHello tcf.hcdg!
We believe that this post does not fit the main topic of this site.
mostly a basic linux command.
For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.
If you disagree please tell us why in a reply below, we'll be happy to talk about it.
Cheers!