Skip to content

Commit 150fd4d

Browse files
committed
updated documentation
1 parent 60a4663 commit 150fd4d

356 files changed

Lines changed: 17386 additions & 2267 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: categoryCompare2
2-
Version: 0.200.6
2+
Version: 0.200.7
33
Title: Meta-Analysis of High-Throughput Experiments Using Feature
44
Annotations
55
Authors@R: c(

NEWS.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# categoryCompare2 0.200.7
2+
3+
- fixes a bug where setting significant annotations where there was only a single enriched object in the combined object would return zero counts for enriched, which is not correct. Added test to verify the fix (#52).
4+
- fixes testing bugs where numbers of things would change due to changes in GO.db or the entrez annotation packages (#53).
5+
16
# categoryCompare2 0.200.6
27

38
- implements a method for getting a statistical table for a single `enriched_result`.
@@ -12,14 +17,14 @@
1217

1318
# categoryCompare2 0.200.3
1419

15-
- adds the `hypergeometric_features`, `gsea_features` and `binomial_features` constructors as functions to make it easier to remember the arguments for the actual classes of the same names.
20+
- adds the `hypergeometric_features`, `gsea_features` and `binomial_features` constructors as functions to make it easier to remember the arguments for the actual classes of the same names (#49).
1621

1722
# categoryCompare2 0.200.2
1823

1924
- changes `hypergeom_features` to `hypergeometric_features`.
2025
- because the `hypergeometrc_features` necessitates changes to actual code written by any users, I bumped the version from *0.100* to *0.200*.
2126
- implements `hypergeometric_result`, `gsea_result`, and `binomial_result` as more specific classes of `enrichemnt_result`, which makes all of the combining and filtering work for everything.
22-
- made the vignettes use pre-processed data so that there won't be any issues from the `affy` package and segfaults.
27+
- made the vignettes use pre-processed data so that there won't be any issues from the `affy` package and segfaults (#50).
2328

2429
# categoryCompare2 0.100.32
2530

docs/404.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/404.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Content not found. Please use links in the navbar.
2+
3+
# Page not found (404)

docs/LICENSE-text.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# License
2+
3+
YEAR: 2016
4+
COPYRIGHT HOLDER: Robert M Flight

0 commit comments

Comments
 (0)