Skip to content
Snippets Groups Projects
Commit 38c07999 authored by Zhiyu Zhao's avatar Zhiyu Zhao
Browse files

V2.2.4

parent 266e1cb4
No related merge requests found
awk -F'\t' 'BEGIN{OFS="\t"} NR>1{for (i=2;i<=NF;i++) if ($i!=0&&$i~/[0-9]+/) {value[$i]=value[$i]"\t"$1; len[$i]++;}} END{for (v in value) if (len[v]>1) feature[value[v]]=feature[value[v]]"\t"v; for (f in feature) print(f,feature[f])}' $1 > $2 #Find non-zero values that appear more than once in the data table.
\ No newline at end of file
No preview for this file type
File moved
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment