Skip to content

Commit

Permalink
import Biocset + doc cit_gsa
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-fallet committed Oct 10, 2023
1 parent 36c1c7b commit 261b541
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Imports: cowplot,
parallel,
RcppNumerical,
survey,
viridisLite
viridisLite,
BiocSet
Description: Complex hypothesis testing through conditional cumulative distribution function estimation.
Method is detailed in: Gauthier M, Agniel D, Ba Kalidou, Thiebaut R & Hejblum BP (2020).
"Distribution-free complex hypothesis testing for single-cell RNA-seq differential expression analysis", BioRxiv <doi:10.1101/2021.05.21.445165>.
Expand Down
14 changes: 7 additions & 7 deletions R/cit_gsa.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
#'test upon. Multiple covariates (\code{q>1}) are only supported by the
#'asymptotic test.
#'
#'#'@param geneset a vector, a gmt file or a BiocSet object.
#'If the parameter is \itemize{
#' \item a vector : corresponds to the gene index in the matrix \code{M}
#' \item a gmt file : the genes names of each genes set in the file must be the same as those of the columns of the matrix M
#' \item a BiocSet object : the genes names of each genes set in the object must be the same as those of the columns of the matrix M
#'}
#'
#'@param test a character string indicating whether the \code{'asymptotic'} or
#'the \code{'permutation'} test is computed.
#'Default is \code{'asymptotic'}.
Expand Down Expand Up @@ -53,13 +60,6 @@
#'
#'@param number_y an integer value indicating the number of y thresholds (and therefore
#'the number of regressions) to perform the test. Default is 10.
#'
#'@param geneset a vector, a gmt file or a BiocSet object.
#'If the parameter is \itemize{
#' \item a vector : corresponds to the gene index in the matrix \code{M}
#' \item a gmt file : the genes names of each genes set in the file must be the same as those of the columns of the matrix M
#' \item a BiocSet object : the genes names of each genes set in the object must be the same as those of the columns of the matrix M
#'}
#'
#'@return A list with the following elements:\itemize{
#' \item \code{which_test}: a character string carrying forward the value of
Expand Down

0 comments on commit 261b541

Please sign in to comment.