how to compare between multiple text files with same columns but different rows?

1 回表示 (過去 30 日間)
chocho
chocho 2017 年 7 月 12 日
回答済み: Walter Roberson 2017 年 7 月 12 日
Dear all,
I have 5 text files with 13 columns but different rows. How could i compare those files to check if they have some common information?
I appreciate any help!
  1 件のコメント
KSSV
KSSV 2017 年 7 月 12 日
What information you are looking for in the text files?

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2017 年 7 月 12 日
You can readtable() the files, and you can use intersect() on the various columns of the resulting table.
You will not find anything useful in common. KEGG_PATHWAY is the same for both of them in the first column, and otherwise all they have in common is some pop hits and some counts (which are clearly useless identifying information.)

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange环境和设置 についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!