DP_GP_cluster
DP_GP_cluster copied to clipboard
Problem regarding Clustering on DEG's
Sir, I want to create clusters on some found DEG'S. But there are more than one number of files stating DEG's from a RNaSeq raw count data taken in various length 10min, 20min,... Also in triplicates. What values should I pass to the dpgp script, so that it can cluster efficiently. One of the error I got was: can't convert float64 to int64. Please help me. Waiting for an early reply.
Just found the solution for the "convert float64 to int64" thing. This is a bug that triggers if none of the values in the table is floating point. Just add ".0" to one value and it works.