gene expres. simulation with R
0
0
Entering edit mode
3.4 years ago

I want to do a gene expression simulation in R programming. As a result of measuring the expression of ABC gene in healthy rat brain tissue 100 times with 10 different experimental systems, make a simulation where we obtained 500 results with mean = 9, standard sd = 1 and normal distribution and I want the measurements in each experimental system be equal to each other. How can I do that i do this but it sounds not okey

simu= rnorm(10*100, mean=9, sd= 1) ; length(sim)
xpr_expres= sample( simu , 500 , replace= FALSE)
rnorm simulation R • 679 views
ADD COMMENT

Login before adding your answer.

Traffic: 2006 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6