batch_ttest: Do student T-test for many genes at the same time

Description Usage Examples

View source: R/batch_ttest.R

Description

data: matrix or dataframe with rownames denotes different samples and colnames denotes genes group: characters, the length must be the same with dim(df_50)[1]

Usage

1

Examples

1
2
3
 data(df_50,package='Priscilla')
 data(class,package='Priscilla')
 batch_p<-batch_ttest(df_50,class)

PriscillaBai-UTokyo/Priscilla documentation built on March 22, 2020, 2:08 a.m.