Hi all,
I have RNA seq miRNA data set(NGS). it's it .txt format. I want to check that, wthether this data are normolazed or not. could sombody let me know how can I check it in R?
1 3 0 2 0 1 0
0 0 0 0 0 0 0
0 0 1 0 0 0 0
0 4 0 0 0 0 0
579 1494 401 321 65 190 39
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 1 0 0 0
0 0 0 0 0 0 0
0 1 0 0 0 0 0
1 1 1 1 0 0 1
41 163 42 113 25 57 14
1 1 1 0 0 0 0
44 14 25 10 6 12 5
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 1 0 0 0 0 0
1 0 1 0 0 0 0
0 0 0 0 0 0 0
12 10 3 2 2 5 0
Could you show a few lines of the text file so we know what format the data is in? Your question is impossible to answer otherwise.
Update: Thanks, that's exactly what's needed!
Looks like data table parsed from the mirdeep2 exp files; Use EdgeR or DESEQ to normalize and do DE analysis.
check this article on NGS RNASeq normalization: http://bib.oxfordjournals.org/content/14/6/671.full
You can try many scaling/normalization algorithms with Normalizer: http://db.systemsbiology.net/gestalt/normalizer/