Entering edit mode
3.8 years ago
raavi21198
▴
20
Hello members!! I have a raw data file of miRNA sequence data (Read counts file). I need suggestion for few normalisation methods that I could use to normalise the data. So far i have used (Size factor and logFC paramaters of) DESeq2 and (TMM of) EdgeR. I cannot use RPKM because the raw data file doesnt contain any read lengths. Kindly advice me what can be considered for the same Thank you
rlog or vst worked nicely for me but you have to check with your data what works best for you. Make and RLE plot and see the differences.
Sure. Thank you for your response!!