> normalize=normalizeCoverage(myobj)
> filtered.myobj=filterByCoverage(normalize,lo.count=10,lo.perc=NULL,
+ hi.count=NULL,hi.perc=99.9)
> meth=unite(filtered.myobj, destrand=FALSE,min.per.group=14L)
> covariates=data.frame(stream=c(rep("cap",20),rep("qui",19)))
> myDiff=calculateDiffMeth(meth,covariates=covariates,num.cores=5)
Error in data.frame(..., check.names = FALSE) :
arguments imply differing number of rows: 34, 39
My dataset is made of 39 individuals as is my covariates df. I'm not sure where is the problem here ?
Thanks
Jérémy
--
You received this message because you are subscribed to the Google Groups "methylkit_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to methylkit_discussion+unsub...@googlegroups.com.
To post to this group, send email to methylkit_discussion@googlegroups.com.
Visit this group at https://groups.google.com/group/methylkit_discussion.
For more options, visit https://groups.google.com/d/optout.
--