Skip to content

Commit

Permalink
fixing something that went wrong with NAMESPACE generation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmflight committed Feb 28, 2024
1 parent bb4ec9e commit 5a98797
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 28 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.11
Version: 0.100.12
Title: Meta-Analysis of High-Throughput Experiments Using Feature
Annotations
Author: Robert M. Flight <[email protected]>
Expand Down
11 changes: 0 additions & 11 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -59,26 +59,15 @@ exportClasses(combined_enrichment)
exportClasses(hypergeom_features)
exportClasses(node_assign)
exportClasses(statistical_results)
exportMethods(Extract)
exportMethods(a)
exportMethods(annotation_combinations)
exportMethods(combine_annotations)
exportMethods(combine_enrichments)
exportMethods(enrich)
exportMethods(enrichment)
exportMethods(extract)
exportMethods(extract_statistics)
exportMethods(from)
exportMethods(generate_annotation_graph)
exportMethods(generate_table)
exportMethods(get_significant_annotations)
exportMethods(object.)
exportMethods(remove_edges)
exportMethods(show)
exportMethods(single)
exportMethods(statistical)
exportMethods(stats)
exportMethods(table)
import(methods)
importFrom(base64enc,dataURI)
importFrom(colorspace,desaturate)
Expand Down
20 changes: 10 additions & 10 deletions R/combine_enrichments.R
Original file line number Diff line number Diff line change
Expand Up @@ -576,16 +576,6 @@ setMethod("extract_statistics", signature = list(in_results = "combined_enrichme
use_names = base_enrich_names)
}

#' add data to graph
#'
#' given a \code{\link{combined_enrichment}} object, add the data about the significant
#' and present annotations, their descriptions, links (if present), and all the statistics,
#' and add that data to the annotation graph object.
#'
#' @param combined_enrichment a \code{\link{combined_enrichment}} object
#' @exportMethod


#' extract enrich stats
#'
#' Extract statistical table from a single enrichment object.
Expand All @@ -601,3 +591,13 @@ extract_enrich_stats = function(enrichment_result)
stats$description = enrichment_result@annotation@description[stats$ID]
return(stats)
}


#' add data to graph
#'
#' given a \code{\link{combined_enrichment}} object, add the data about the significant
#' and present annotations, their descriptions, links (if present), and all the statistics,
#' and add that data to the annotation graph object.
#'
#' @param combined_enrichment a \code{\link{combined_enrichment}} object
#' @exportMethod
8 changes: 2 additions & 6 deletions man/extract_enrich_stats.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a98797

Please sign in to comment.