Hello everyone,
I have two files of ncRNAs from two different samples. I would like to compare them to each other by creating a single file that contains all the found ncRNAs in a file format such as this:
The files are currently in the format of:
and
To make a file similar to this:
Any help on this would be great. A command-line awk script or something similar would be preferred.
Thanks,
Brandon
I have two files of ncRNAs from two different samples. I would like to compare them to each other by creating a single file that contains all the found ncRNAs in a file format such as this:
Code:
ncRNA sample1 sample 2
Code:
ncRNA sample1
Code:
ncRNA sample2
Code:
miRNA 721Es 162Es ath-miR173 1 - ath-miR1886.1 1 - ath-miR1886.2 3 - ath-miR319a 1 - ath-miR390a 59 15 ath-miR396a 1 1 ath-miR822 1 2 ath-miR824 4 5 ath-miR825 - 1 ath-miR837-3p 4 -
Any help on this would be great. A command-line awk script or something similar would be preferred.
Thanks,
Brandon
Comment