Entering edit mode
arronar
•
0
@arronar-12722
Last seen 6.9 years ago
Hello.
I just installed the mulcom package to run the mulcom test on my microarray dataset (they are in a data frame).
For the first comparison I select only the Control and the Treatment1
CtvT1 = Data[,1:23] groups = as.vector(c(rep("0",10), rep("1",13))) mulcomScores = mulScores(CtvT1, groups) SigG = mulCalc(mulcomScores , m=0.3 , t=3) permutation = mulPerm(CtvT1, groups, np = 100, seed=1) diffg <- mulDiff(CtvT1, permutation, m = 0.3, t = 3, ind = 1)
The thing is that I'm getting "Error in input files" at mulDiff execution. Is that my fault or its a bug ?
Thank you.