Hi,
I am analyzing RNA-seq data on multiple fastq files. I processed all of them to get the FeatureCounts. I wanted to merge all these FeatureCounts in one file (a column per sample). I used multi-join tool to do that. However, the header that this tool generates makes no sense at all. eg: "dataset_19069838_V2", here V2 comes from column 2, but where is this "19069838" generated from? I searched the attributes of the files that are merged, but dont see anywhere this number. How do you check for it? Thanks
Rhishi