Count unique sequences from bowtie file
I have a barcoded library and I used bowtie to align the barcodes to my library of genes. Now I just want to count the unique sequences or barcodes (not the genes, genes can have different barcodes). I have the bowtie output file, as shown in this picture 1, and the SAM file. Is there a tool to do this? I tried using the sort and unique functions but it didn't work.
• 1,045 views
•
link
0 answers
No answers yet.
Log in to answer this question.
You should use https://veeninglab.com/2fast2q This will be an easier solution.