- renaming
varseq()
function intovarcompseq
(following trademark infringement notification from Golden Helix, Inc) - indicating soft-deprecation of
tcgsaseq
in favor of thedearseq
Bioconductor package
transform = TRUE
is now the defaultloc-lin
weights are now computed on unconditional (transformed) counts. They should be more robust this way to outlier genes
- (partial) parallel support for permutations
- progressbar for permutations in interactive mode
- bug fix for
voom
-like weights
- perm_pe function for exact p-values and accurate FDR control when using permutation test.
The column names of the
$pvals
output are back to being the same regardless of the test chosen beingasympotic
orpermutation
- dsFDR is not used anymore
- dsFDR function for accurate discrete FDR control when using permutation test. This
changes the column names of the
$pvals
output whenwhich_test = permutations
- faster permutations
- faster implementation
- bug fix in the log2-cpm transformation computation (for
preprocessed = FALSE
) insp_weights
- bug fix in
sp_weights
when facingNA
orNaN
values
WARNING
instead ofERROR
when a gene set with no measured genes is testedNA
support throughna.rm_...
logical arguments- bug fix for row.names error in weights computation for gene-wise analysis
- bug fix to the log2-cpm transformation computation (for
preprocessed = FALSE
) - improvement to defaults in
varseq
andtcgsa_seq
wrapper functions, including an option to compute heteroscedasticity weights without conditioning on the variable(s) to be tested
- user-friendly wrapper function
varseq
for gene-wise testing - RAM usage optimization
- homogeneous test now available for gene-wise testing.
- permutation test now available for gene-wise testing
- bug fix for gene-wise testing
- bug fix for testing several covariates together (such as several bases of time) which now gives correct p-values
- support for gene-wise testing
- example dataset 'baduel_small' was changed to 'baduel_5gs' which includes 1943 additional gene expressions and the definition of 5 gene sets
- documentation updated
- support homogeneous gene set test
- documentation updated
- improved imports
- documentation updated
- documentation and CITATION updated
- help file improvements