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 +}