combine or merge multible txt file in single excel file by R
i got 2000 txt file for protien molecule information i want to merge all in one file ant select important column that have accession nm ,mass ,wight ,chemical formula for each protein
• 50 views
•
link
0 answers
No answers yet.
Log in to answer this question.
This is more a coding exercise than a bioinformatics question.
Learn how to read files into data frames in R then how to combine data frames, how to subset a data frame and how to write a data frame to file. This is plenty of keywords to get you started on a search for tutorials.