Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a wrapper for testing on multiple features #1

Open
chvlyl opened this issue May 8, 2015 · 1 comment
Open

a wrapper for testing on multiple features #1

chvlyl opened this issue May 8, 2015 · 1 comment

Comments

@chvlyl
Copy link
Collaborator

chvlyl commented May 8, 2015

In real application, we usually want to test multiple features. For example,

test.data <- matrix(rnorm(100),nrow=10,ncol=10)
colnames(test.data) <- paste('feature',1:10,sep='')
rownames(test.data) <- paste('sample',1:10,sep='')
test.data

we want to compare the sample 1-5 vs. sample 6-10 for each feature. We need a wrapper function for this.

@sophia0713
Copy link
Collaborator

ok. I will write one function for this.

2015-05-08 15:39 GMT-04:00 Eric Z Chen notifications@github.com:

In real application, we usually want to test multiple features. For
example,

test.data <- matrix(rnorm(100),nrow=10,ncol=10)
colnames(test.data) <- paste('feature',1:10,sep='')
rownames(test.data) <- paste('sample',1:10,sep='')test.data

we want to compare the sample 1-5 vs. sample 6-10 for each feature. We
need a wrapper function for this.


Reply to this email directly or view it on GitHub
#1.

Wanjie Wang

Wharton Statistics Department, University of Pennsylvania
Perelman School of Medicine, Biostatistics, University of Pennsylvania
4247 Locust St, Apt 511
Philadelphia, PA 19104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants