greg holly
2016-Nov-13 00:33 UTC
[R] Error in Summary.factor(c(24L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 35L, :
Dear all; I am getting the following error message when I run maSigPro package by using make.design.matrix commend. I could not figure out why this error happens. Thanks for your help Greg Error in Summary.factor(c(24L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 35L, : ?min? not meaningful for factors [[alternative HTML version deleted]]
Duncan Murdoch
2016-Nov-13 00:54 UTC
[R] Error in Summary.factor(c(24L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 35L, :
On 12/11/2016 7:33 PM, greg holly wrote:> Dear all; > > I am getting the following error message when I run maSigPro package by > using > > make.design.matrix commend. I could not figure out why this error happens. > Thanks for your help > > Greg > > Error in Summary.factor(c(24L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 35L, : > ?min? not meaningful for factors >You'll need to give a minimal reproducible example (i.e. something others can run, but not containing a lot of unnecessary stuff) if you want help with this. Duncan Murdoch
greg holly
2016-Nov-13 01:14 UTC
[R] Error in Summary.factor(c(24L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 35L, :
Hi Duncan; Thanks for this. I used followed command. In command line: blood is the name of the data file, degree=11 because I have 12-time point. I need to create the design matrix of dummies (named des_blood) for fitting time series micorarray gene expression experiments using maSigPro program. des_blood=make.design.matrix(blood, degree=11) On Sat, Nov 12, 2016 at 7:54 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:> On 12/11/2016 7:33 PM, greg holly wrote: > >> Dear all; >> >> I am getting the following error message when I run maSigPro package by >> using >> >> make.design.matrix commend. I could not figure out why this error happens. >> Thanks for your help >> >> Greg >> >> Error in Summary.factor(c(24L, 28L, 29L, 30L, 31L, 32L, 33L, 34L, 35L, : >> ?min? not meaningful for factors >> >> > You'll need to give a minimal reproducible example (i.e. something others > can run, but not containing a lot of unnecessary stuff) if you want help > with this. > > Duncan Murdoch > >[[alternative HTML version deleted]]