From 266baca60fe1379a332541667fa4900c47f6fafb Mon Sep 17 00:00:00 2001 From: Zhen Gao Date: Sun, 19 Feb 2017 17:36:16 -0500 Subject: [PATCH] ZG-comments-Run_get_results_from_JunctionSeq.R --- R/Run_get_results_from_JunctionSeq.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/Run_get_results_from_JunctionSeq.R b/R/Run_get_results_from_JunctionSeq.R index 598b979..67147c6 100644 --- a/R/Run_get_results_from_JunctionSeq.R +++ b/R/Run_get_results_from_JunctionSeq.R @@ -1,9 +1,9 @@ #' GetResultsFromJunctionSeq -#' Get analysis results using JunctionSeq +#' Get analysis results using JunctionSeq #### I guess we could add a brief introduction of the results, e.g. peak results, mappting results etc #' #' @param dir.name path name for sample information file #' @param file.sample sample information file -#' @param file.count count file +#' @param file.count count file #### short reads count? or other count? #' @param file.gff annotation file #' #' @return return an analysis results from JunctionSeq @@ -49,4 +49,4 @@ GetResultsFromJunctionSeq <- function(dir.name, file.sample, debug.mode = TRUE, use.multigene.aggregates = TRUE) return(jscs.2) -} \ No newline at end of file +}