Skip to content

Commit

Permalink
adds fixes for NOTES
Browse files Browse the repository at this point in the history
- parsing NEWS file
- missing full definition of vignette engine in vignettes
  • Loading branch information
rmflight committed Jul 26, 2024
1 parent 9c0ec31 commit 380e8fc
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: categoryCompare2
Version: 0.100.22
Version: 0.100.23
Title: Meta-Analysis of High-Throughput Experiments Using Feature
Annotations
Author: Robert M. Flight <rflight79@gmail.com>
Expand Down
49 changes: 43 additions & 6 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
2.0.0 Complete redesign! Comparisons are of first importance, enrichments are added on after.
1.5.1 Fixed vignette issue with new version of limma
0.99.0 First review in Bioconductor
0.7.8 Updated the vignette. Removed long lines, added links to figures, fixed some errors
0.7.4 changed category in ccCompare to categoryName for GENccEnrichResults-class
0.7.3 First commit
# categoryCompare2 0.100.22

- Fixed a bug where if nothing was significant, then all annotations were pulled into the graph.

# categoryCompare2 0.100.21

- Added more output in the binomial testing.

# categoryCompare2 0.100.16

- Fixing bugs around binomial testing.

# categoryCompare2 0.100.9

- Better importing of gocats objects.

# categoryCompare2 0.100.8

- Made it possible to do iterative filtering and grouping of the graph in the CLI.

# categoryCompare2 0.100.7

- Fixes to the CLI.

# categoryCompare2 0.100.1

- P-value adjustment is done by default.

# categoryCompare2 0.99.161

- Binomial enrichment.

# categoryCompare2 0.99.160

- Document finding communities in the vignettes.

# categoryCompare2 0.99.159

- CLI executables are available.

# categoryCompare2 0.99.129

- Really became the try inheritor to the original categoryCompare.
2 changes: 1 addition & 1 deletion vignettes/v2_guide.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ editor_options:


<!--
% \VignetteEngine{knitr}
% \VignetteEngine{knitr::rmarkdown}
% \VignetteIndexEntry{categoryCompare: High-throughput data meta-analysis using gene annotations, V2}
% \VignetteDepends{categoryCompare2, GO.db, affy, hgu95av2.db, genefilter, estrogen, limma, Cairo, hgu95av2cdf}
% \VignetteKeyword{categoryCompare, meta-analysis, gene ontology, kegg}
Expand Down
2 changes: 1 addition & 1 deletion vignettes/v2_visnetwork_guide.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ editor_options:
chunk_output_type: console
---
<!--
% \VignetteEngine{knitr}
% \VignetteEngine{knitr::rmarkdown}
% \VignetteIndexEntry{categoryCompare2: visNetwork}
% \VignetteDepends{categoryCompare2, GO.db, affy, hgu95av2.db, genefilter, estrogen, limma, DiagrammeR, visNetwork, Cairo}
% \VignetteKeyword{categoryCompare, meta-analysis, gene ontology, kegg}
Expand Down

0 comments on commit 380e8fc

Please sign in to comment.