Hi there,
I have used Salmon to map RNAseq reads to a transcriptome. I then proceeded to analyze Salmon output with DESeq2: - choice of input data: TPM values (e.g., from salmon) - transcript-ID and gene-ID mapping file (tabular file with transcript-gene mapping)
I used a tabular text file that contains two columns - one with SeqName and one with Description. Sample below:
SeqName Description
TNI017526-RC PREDICTED: uncharacterized protein LOC106135801
TNI017526-RD PREDICTED: uncharacterized protein LOC106135801
TNI017526-RE PREDICTED: uncharacterized protein LOC106135801
TNI017526-RB PREDICTED: uncharacterized protein LOC106135801
TNI017526-RA PREDICTED: uncharacterized protein LOC106135801
However, I keep getting a fatal error message: Fatal error: An undefined error occurred, please check your input carefully and contact your administrator. Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, : line 1 did not have 5 elements Calls: read.table -> scan
What does that mean? Is there a specific input format requirement for the
I found two similar issues reported here https://biostar.usegalaxy.org/p/23985/ - however, I'm already using a tabular text file that has transcript and gene names only.
Thank you for your help!
Best, Dennis