Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
atpoint authored and atpoint committed Aug 26, 2024
1 parent 0e06f8c commit 313f770
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 103 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: SigGenes
Title: Automated differential analysis and signature generation for bulk and single-cell data
Description: Automated differential analysis between groups based on limma-voom and generation of per-group signatures via custom filtering.
Version: 1.0.4
Version: 1.0.5
Author: Alexander Bender [aut,cre]
Maintainer: Alexander Bender <[email protected]>
License: LGPL (>=2)
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(edgeR,filterByExpr)
importFrom(edgeR,voomLmFit)
importFrom(limma,arrayWeights)
importFrom(limma,contrasts.fit)
importFrom(limma,duplicateCorrelation)
importFrom(limma,is.fullrank)
importFrom(limma,lmFit)
importFrom(limma,makeContrasts)
importFrom(limma,topTreat)
importFrom(limma,treat)
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
CHANGES IN VERSION 1.0.5
------------------------

o option to use limma-trend for testing rather than default limma-voom


CHANGES IN VERSION 1.0.4
------------------------

Expand Down
Loading

0 comments on commit 313f770

Please sign in to comment.