ParBLiSS / FastANI

Fast Whole-Genome Similarity (ANI) Estimation
Apache License 2.0
374 stars 67 forks source link

String Extraction from Excel Sheet #26

Open dineshkumarsrk opened 6 years ago

dineshkumarsrk commented 6 years ago

I need to extract a particular string from an xls or csv file along with the string containing entire row and may be stored in another excel file, so that I can mine my information with time effective manner. Hence, please let me know any script is available in R programme regarding the same.

cjain7 commented 6 years ago

Would grep work for you?

dineshkumarsrk commented 5 years ago

@cjain, yeah grep worked for one string search, while I search multiple search it shows error. The command I used given below grep "AvrBs" citri.xls > test.csv But, I need to find multiple strings, in that case how could I modify this command.