Hi every one,
I use Hmisc package to calculate the correlation, my input file is expression matrix, (gene names in row and samples in the column), the result of the analysis contains 4 columns, (two columns are the name of the genes, a cor column, and p-value column). When the repetitions of each group are less than 4, I encounter the following error:
Error in rcorr(control) : must have >4 observations
My study groups have two replications, are there any method or package that output file similar to the Hmisc package? Thanks a lot.