Q1.1) fold change:
easy thought, easy Done! Sorting data by AVE(schz)/AVE(ctrl) and then pick up the first 200 genes. But how?
>aa<-array(round(rnorm(24),2),dim=c(6,4)) # randomly generate number based on normal dist | As you can see the order() returning the order of row or column as a vector, and that's why it's a beautiful thing for us when selecting genes by kinda order. |
No comments:
Post a Comment