Skip to content

a wrapper for testing on multiple features #1

@chvlyl

Description

@chvlyl

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions