From 649cbca29ee27c4c526d8500f125e3828d70e1cb Mon Sep 17 00:00:00 2001 From: Bo Li Date: Thu, 4 Jul 2013 02:11:18 -0500 Subject: [PATCH] Fixed a bug in rsem-find-DE, which will crash the script if only one DE gene/isoform is found --- rsem-find-DE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2