I have a reference transcriptome that was not assembled with trinity that I would like to use for RSEM analysis. I tried to create a gene_trans_map file, but could not make one that worked. What is the proper format for this input file?
All that is mentioned about the format is that it should be a file containing 'gene(tab)transcript' identifiers per line.
If I have the following 5 transcript IDs (where LocusX indicates the gene)
Locus1v1rpkm45399.37
Locus2v1rpkm41529.00
Locus2v2rpkm3172.69_PRE
Locus3v1rpkm32852.55
Locus4v1rpkm28088.74
Should the file look like this?
gene transcript
Locus1 Locus1v1rpkm45399.37
Locus2 Locus2v1rpkm41529.00
Locus2 Locus2v2rpkm3172.69_PRE
Locus3 Locus3v1rpkm32852.55
Locus4 Locus4v1rpkm28088.74
Thank you,
John