I have the results from an microRNA Seq experiment. After inputting the FASTA files into miRanalyzer, I was able to obtain a bunch of plain text files for each of my samples. i.e.
name #uniqueReads readCount norm_expressed_all norm_expressed_mapped
hsa-miR-122-5p 2529 676685 223871.9557685112 314406.13233320817
What is the difference between unique reads and read count? I am trying to use DESeq2 for DE analysis, and I want to generate a plain text file for each of my sample to feed into DESeq2 as input so I can generate a count table matrix for the analysis, which column should i use? read count or unique reads? Thank you.
Thanks! That is very helpful, especially the edit