Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions R/makeGeneWiseTable.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down