Hi,
I am trying to run differential gene expression analysis on FeatureCounts files using DESeq2 tool but I am getting the following error:
Fatal error: An undefined error occurred, please check your input carefully and contact your administrator.
Tool generated the following standard error:
*Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, : *
- line 2 did not have 15 elements*
Calls: DESeqDataSetFromHTSeqCount → lapply → lapply → FUN → read.table → scan
I also noticed that in all my FeatureCounts files the values next to the gene IDs are 0. When I check the summary table I see very high numbers of unassigned genes:
|Status|Map with BWA on data 568 and data 567 (mapped reads in BAM format)(la_d8_3)|
| — | — |
|Status|Map with BWA on data 568 and data 567 (mapped reads in BAM format)(la_d8_3)|
|Assigned|0|
|Unassigned_Unmapped|3014201|
|Unassigned_Read_Type|22460055|
|Unassigned_Singleton|0|
|Unassigned_MappingQuality|0|
|Unassigned_Chimera|0|
|Unassigned_FragmentLength|0|
|Unassigned_Duplicate|0|
|Unassigned_MultiMapping|0|
|Unassigned_Secondary|0|
|Unassigned_NonSplit|0|
|Unassigned_NoFeatures|0|
|Unassigned_Overlapping_Length|0|
|Unassigned_Ambiguity|
How can I solve this problem?