search for: x208

Displaying 2 results from an estimated 2 matches for "x208".

Did you mean: 208
2012 Jul 18
3
Mean of matched data
...f gene expression, in the column called "value") for that row's gene&gender combination, and in the other column the standard deviation for the gene&gender combination. Any suggestions? Rob Example of the top of the data frame: gene variable value gender line rep 1 CG10000 X208.F1.30456 4.758010 Female 208 1 2 CG10000 X365.F2.30478 4.915395 Female 365 2 3 CG10000 X799.F2.30509 4.641636 Female 799 2 4 CG10000 X306.M2.32650 4.550676 Male 306 2 5 CG10000 X712.M2.30830 4.633811 Male 712 2 6 CG10000 X732.M2.30504 4.857564 Male 732 2 7 CG10000 X707.F1.31120 5.104165 Female 707...
2011 Nov 14
1
correlations between columns for each row
...ter-environment correlation (rF = cov A,B / sq.root(varA * varB ) for each row of the dataset. the values needed are (in 80 of the columns 2*40) in columns 174-213, and 214-253 respectively which represent two environments (A or B). Each of those columns is labelled with Xnumber.A/B e.g. X208.A is column 174 (which also relates to the first column in the B environment groups, col.214, X208.B) effectively the equation is: rF= cov (columns[174:213] , [214:253]) / sqrt( (var[174:213]) * (var[214:253]) ) I want each of the 13890 rows to then have the rF value at the end of it (which...