Skip to content

Commit

Permalink
makes language consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
rmflight committed Feb 29, 2024
1 parent 78e25c2 commit 0cf64d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.13
Version: 0.100.14
Title: Meta-Analysis of High-Throughput Experiments Using Feature
Annotations
Author: Robert M. Flight <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion R/all_classes.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ setMethod("show", signature = list(object = "annotation"),
cat(" Annotation Type:", object@annotation_type, "\n")
cat(" Feature Type:", object@feature_type, "\n")
cat("Number of Annotations:", n_annot, "\n")
cat(" Number of Genes:", n_gene, "\n")
cat(" Number of Features:", n_gene, "\n")
})

#' annotation constructor
Expand Down

0 comments on commit 0cf64d8

Please sign in to comment.