Other packages > Find by keyword >

HTGM  

High Throughput 'GoMiner'
View on CRAN: Click here


Download and install HTGM package within the R console
Install from CRAN:
install.packages("HTGM")

Install from Github:
library("remotes")
install_github("cran/HTGM")

Install by package version:
library("remotes")
install_version("HTGM", "1.2")



Attach the package and use:
library("HTGM")
Maintained by
Barry Zeeberg
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2025-04-02
Latest Update: 2025-05-14
Description:
Two papers published in the early 2000's (Zeeberg, B.R., Feng, W., Wang, G. et al. (2003) <doi:10.1186/gb-2003-4-4-r28>) and (Zeeberg, B.R., Qin, H., Narashimhan, S., et al. (2005) <doi:10.1186/1471-2105-6-168>) implement 'GoMiner' and 'High Throughput GoMiner' ('HTGM') to map lists of genes to the Gene Ontology (GO) <https://geneontology.org>. Until recently, these were hosted on a server at The National Cancer Institute (NCI). In order to continue providing these services to the bio-medical community, I have developed stand-alone versions. The current package 'HTGM' builds upon my recent package 'GoMiner'. The output of 'GoMiner' is a heatmap showing the relationship of a single list of genes and the significant categories into which they map. 'High Throughput GoMiner' ('HTGM') integrates the results of the individual 'GoMiner' analyses. The output of 'HTGM' is a heatmap showing the relationship of the significant categories derived from each gene list. The heatmap has only 2 axes, so the identity of the genes are unfortunately "integrated out of the equation." Because the graphic for the heatmap is implemented in Scalable Vector Graphics (SVG) technology, it is relatively easy to hyperlink each picture element to the relevant list of genes. By clicking on the desired picture element, the user can recover the "lost" genes.
How to cite:
Barry Zeeberg (2025). HTGM: High Throughput 'GoMiner'. R package version 1.2, https://cran.r-project.org/web/packages/HTGM. Accessed 26 Jun. 2026.
Previous versions and publish date:
1.0 (2025-04-02 19:40), 1.1 (2025-04-05 13:20)
Other packages that cited HTGM R package
View HTGM citation profile
Other R packages that HTGM depends, imports, suggests or enhances
Complete documentation for HTGM
Functions, R codes and Examples using the HTGM R package
Full HTGM package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

PoisBinOrdNor  
Data Generation with Poisson, Binary, Ordinal and Normal Components
Generation of multiple count, binary, ordinal and normal variables simultaneously given the marginal ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
poptrend  
Estimate Smooth and Linear Trends from Population Count Survey Data
Functions to estimate and plot smooth or linear population trends, or population indices, from anim ...
Download / Learn more Package Citations See dependency  
infotheo  
Information-Theoretic Measures
Implements various measures of information theory based on several entropy estimators. ...
Download / Learn more Package Citations See dependency  
ggblanket  
Simplify 'ggplot2' Visualisation
Simplify 'ggplot2' visualisation with 'ggblanket' wrapper functions. ...
Download / Learn more Package Citations See dependency  
tactile  
New and Extended Plots, Methods, and Panel Functions for 'lattice'
Extensions to 'lattice', providing new high-level functions, methods for existing functions, panel f ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA