Hi Keven, I had the same problem. I checked my countData with" is.integer(countData) " and the output is True. I think my data meets all the requirements you listed above. Could you help me with this? Thank you!
str(countData)
num [1:23669, 1:42] 0 60 74 227 285 ...
- attr(*, "dimnames")=List of 2
..$ : chr [1:23669] "ADH6" "SLC6A13" "FGD1" "MDM4" ...
..$ : chr [1:42] "R8202" "R9159" "R9160" "R9163" ...
the output of str(metadata)
str(meta)
chr [1:42, 1:3] "-9/-9" "-9/-9" "-9/-9" "-9/-9" "wt" "wt" "wt" "w/-9" "-9/-9" "w/-9" ...
- attr(*, "dimnames")=List of 2
..$ : chr [1:42] "R8202" "R9159" "R9160" "R9163" ...
..$ : chr [1:3] "Genot" "gender" "time"