Thanks Komal for your answer, but when I type this, I have another message error:
mynoiseqbio=noiseqbio(mydata,k=0.5,norm="rpkm",factor="condicao",lc=0,r=50,adj=1.5,plot=TRUE,a0per=0.9,random.seed=12345,filter=1)
[1] "Computing Z values..."
Error in allMDbio(input, factor, k = k, norm = norm, conditions = conditions, :
Error. You must specify which conditions you wish to compare when the factor has two or more conditions.
I have also tried the options below, but I got another error messages.
factor=rpkm[0,c(1:14)]
Error in .subset(x, j) : invalid subscript type 'list'
factor=c("F24h_1","F24h_2")
Error in `[.data.frame`(input@phenoData@data, , factor) : undefined columns selected
factor=c("F24h_1","C6h_1")
Error in `[.data.frame`(input@phenoData@data, , factor) : undefined columns selected
So, do you have another suggestion komal? Thank you again.