hi,
i have a problem, is my first approach R,
and when i want count my data....
> cds <- newCountDataSet(countsTable, condiciones)
Error in newCountDataSet(countsTable, condiciones) :
The countData is not integer.
and...
> as.integer(countsTable)
Error: (list) object cannot be coerced to type 'integer'
O_O i dont have idea!!!
please guide, thanks!!!
i have a problem, is my first approach R,
and when i want count my data....
> cds <- newCountDataSet(countsTable, condiciones)
Error in newCountDataSet(countsTable, condiciones) :
The countData is not integer.
and...
> as.integer(countsTable)
Error: (list) object cannot be coerced to type 'integer'
O_O i dont have idea!!!
please guide, thanks!!!
Comment