From d72e1dd5382075c4b9b4d57e0838ed7edcfb7997 Mon Sep 17 00:00:00 2001 From: Zhen Gao Date: Mon, 20 Feb 2017 11:17:50 -0500 Subject: [PATCH] ZG-comments-makeGeneWiseTable.R --- R/makeGeneWiseTable.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/makeGeneWiseTable.R b/R/makeGeneWiseTable.R index bb7653c..701abfa 100644 --- a/R/makeGeneWiseTable.R +++ b/R/makeGeneWiseTable.R @@ -1,13 +1,13 @@ #' makeGeneWiseTable #' -#' This function is used to generate the gene-based results +#' This function is used to generate the gene-based results #### gene-based XX YY results #' -#' @param jscs output from JunctionSeq +#' @param jscs output from JunctionSeq #### the output from JunctionSeq #' @param gene.list gene list #' @param FDR.threshold threshold to define whether exon or splicing junction is differential used #' @param verbose whether to print runing process #' -#' @return A gene based table +#' @return A gene based table #### A gene-based XX YY results #' @export #' #' @examples