Entering edit mode
5.2 years ago
kanwarjag
★
1.2k
I have 200 txt file of different samples and want to extract one genes read count from all these files. What should be the easiest way? Understand a basic question but sometime you get lost and googling also may not lead you any where. Thanks
You might want to add a
-w
to make sure not to get matches to other gene names containing your search pattern. Something like gene "ABC" might otherwise also match gene "ABCD" or gene "AABC2"..