Skip to content

Commit

Permalink
a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmflight committed Feb 28, 2024
1 parent 5a98797 commit 78e25c2
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.12
Version: 0.100.13
Title: Meta-Analysis of High-Throughput Experiments Using Feature
Annotations
Author: Robert M. Flight <rflight79@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion R/combine_enrichments.R
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ setMethod("extract_statistics", signature = list(in_results = "combined_enrichme
extract_enrich_stats = function(enrichment_result)
{
stats = as.data.frame(enrichment_result@statistics@statistic_data)
stats$ID = enrichment_results@statistics@annotation_id
stats$ID = enrichment_result@statistics@annotation_id
stats$description = enrichment_result@annotation@description[stats$ID]
return(stats)
}
Expand Down

0 comments on commit 78e25c2

Please sign in to comment.