Hello everyone,


I posted a question this morning, when I got replies, I realized that the
data I posted was messy.  So I am going to re-post it.



Here is my data frame:



group                    gene1          gene2

Control                 28.9776         9.9355
Control                 28.9499       10.0997

Control                 29.5468       14.2995

Control                 29.5246       13.9561

Test1                   29.1864         9.7718

Test1                   29.2048       10.0388

Test1                   34.9563       11.9509

Test1                   34.9464       11.8909

Test2                   36.9566       14.5316

Test2                   37.1309       14.5188

Test2                   36.1017       29.5468

Test2                   36.0883       29.5246



I need to calculated t.test:


for gene1: test1 vs control  (29.1864, 29.2048, 34.9563,
34.9464) vs (28.9776, 28.9499, 29.5468, 29.5246)

and          test2 vs control  (36.9566, 37.1309, 36.1017, 36.0883)
vs (28.9776, 28.9499, 29.5468, 29.5246) .

Then I'd like to perform the same on gene 2.


I'm sorry for the mess and thank you all in advance.


Junyu

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to