Do you know how to use pubmed or google scholar? Pretty handy sometimes ;)
• 1 views
•
link
miRNA expression data has generated form both DNA and Exosome of same patient. Data structure is as follows.

Si = Same patient (i = 1,2 .....,10) [Here 10 patient]
Can anyone suggest any good statistical approach to analyse the data with an aim for differential expressed miRNA?
NB: I am feeling it is a nested design. But cant think any good statistical approach.
Thanks in advance
Log in to answer this question.
Check limma, there are many experimental designs presented in the manual. You'll probably want make a model which includes the paired samples as a factor, the normal/child/adult status, and the source (DNA or Exosome).
I will check. Thanks.