[BioC] DESeq no recognizing row.names

Simon Anders anders at embl.de
Fri May 24 23:50:34 CEST 2013


> So, if i check what is happening:
>
>> which( is.na(spercysts_vs_embryos), arr.ind=TRUE )

May the issue is not an NA but some non-integer number that sneaked in. Try

   which( spercysts_vs_embryos != round (spercysts_vs_embryos),
      arr.ind=TRUE )



More information about the Bioconductor mailing list