From: Bo Li Date: Thu, 4 Jul 2013 07:11:18 +0000 (-0500) Subject: Fixed a bug in rsem-find-DE, which will crash the script if only one DE gene/isoform... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=649cbca29ee27c4c526d8500f125e3828d70e1cb;p=rsem.git Fixed a bug in rsem-find-DE, which will crash the script if only one DE gene/isoform is found --- diff --git a/rsem-find-DE b/rsem-find-DE index a69ebd4..98db6d8 100755 --- a/rsem-find-DE +++ b/rsem-find-DE @@ -58,7 +58,7 @@ if (is.null(ngvector)) { } stopifnot(!is.null(EBOut)) -PP <- GetPPMat(EBOut) +PP <- as.data.frame(GetPPMat(EBOut)) fc_res <- PostFC(EBOut) # soft threshold, default output