powered by
Function to read data and perform initial pre-processing
read_and_preprocess_data( datafile, con1, con2, exp1, exp2, alpha = 0.05, votting_cutoff = 2 )
A large list containing the data file and the input values
A matrix or data frame containing gene expression data
Starting column of the control of the expression data
Ending column of the control of the expression data
Starting column of the experiment of the expression data
Ending column of the experiment of the expression data
Value of significance level ranging from 0 to 1 (0.05 states 5 % significance)(Default = 0.05).
A numeric value serves as Majority voting (Default = 2)
data("gene_exp_data") read_and_preprocess_data(datafile = gene_exp_data, con1=1,con2=10,exp1=11,exp2=20)
Run the code above in your browser using DataLab