Thank you for your reply!
Gene level analysis is what we are interested in.
Could you please have a look a part of the real data?
These 20 transcripts belong to the same domain according to the Interproscan annotation. Also, I have the correspondence table between transcript_ID and gene.
If I am going to use DESeq2, should I provide all the data (without any filtering) despite there being duplicates in genes?
Name Length EffectiveLength TPM NumReads
NODE_456_length_8290_cov_370.090301_g98_i1 8290 5900.182 0.261104 38.744
NODE_1730_length_6276_cov_157.405771_g534_i0 6276 954.921 0.110088 2.644
NODE_4537_length_5053_cov_966.171084_g1083_i6 5053 1877.920 0.033603 1.587
NODE_6697_length_4585_cov_44.696809_g1440_i5 4585 3904.000 0.000000 0.000
NODE_7709_length_4427_cov_126.252641_g353_i10 4427 3746.000 0.000000 0.000
NODE_16608_length_3572_cov_86.100029_g1440_i7 3572 2891.000 0.000000 0.000
NODE_17811_length_3489_cov_661.277810_g5031_i2 3489 3402.003 0.000000 0.000
NODE_30883_length_2847_cov_428.000000_g618_i4 2847 681.000 6.502934 111.373
NODE_33037_length_2767_cov_654.084261_g3701_i3 2767 681.000 0.722930 12.381
NODE_43008_length_2454_cov_130.757245_g13642_i0 2454 17047.841 0.137288 58.861
NODE_65189_length_1923_cov_920.482162_g3701_i7 1923 681.000 1.387578 23.765
NODE_102881_length_1185_cov_127.660971_g1440_i8 1185 504.000 0.826592 10.477
NODE_127369_length_766_cov_2.112554_g46684_i0 766 172.000 0.000000 0.000
NODE_187653_length_312_cov_3.263598_g104799_i0 312 45.000 0.000000 0.000
NODE_190798_length_309_cov_1.957627_g107943_i0 309 43.000 0.000000 0.000
NODE_244353_length_241_cov_3.714286_g161491_i0 241 59.000 0.000000 0.000
Is this a
de novotranscriptome assembly? Then potentially what you are referring to as "contigs" are assembled transcripts. Have you done the due diligence of making sure you have a reasonably non-redundant reference after the assembly?The two contigs in each case seem to have size difference of an order of magnitude? Are you sure the smaller of the two is not present in the larger "contig"?
Yes, this is de novo. Completeness is 92% , according to BUSCO.
The values here are examples, but yes, shorter contigs could be found in bigger (in the same gene).
Can you clarify if this is a pro- or eukaryotic organism? Did you use
rnaSPAdessince you have RNAseq data?Yes, I used rnaSPAdes. I performed a hybrid assembly using 6 samples with Illumina short reads and one sample with Oxford Nanopore long reads.
Eukaryotic
Could you please have a look a part of the real data?
These 20 transcripts belong to the same domain according to the Interproscan annotation. Also, I have the correspondence table between transcript_ID and gene.
If I am going to use DESeq2, should I provide all the data (without any filtering) despite there being duplicates in genes?