Package: hypergraph 1.79.0
hypergraph: A package providing hypergraph data structures
A package that implements some simple capabilities for representing and manipulating hypergraphs.
Authors:
hypergraph_1.79.0.tar.gz
hypergraph_1.79.0.zip(r-4.5)hypergraph_1.79.0.zip(r-4.4)hypergraph_1.79.0.zip(r-4.3)
hypergraph_1.79.0.tgz(r-4.4-any)hypergraph_1.79.0.tgz(r-4.3-any)
hypergraph_1.79.0.tar.gz(r-4.5-noble)hypergraph_1.79.0.tar.gz(r-4.4-noble)
hypergraph_1.79.0.tgz(r-4.4-emscripten)hypergraph_1.79.0.tgz(r-4.3-emscripten)
hypergraph.pdf |hypergraph.html✨
hypergraph/json (API)
# Install 'hypergraph' in R: |
install.packages('hypergraph', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org')) |
On BioConductor:hypergraph-1.79.0(bioc 3.21)hypergraph-1.78.0(bioc 3.20)
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 23 days agofrom:d88b9b3b15. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 18 2024 |
R-4.5-win | OK | Nov 18 2024 |
R-4.5-linux | OK | Nov 18 2024 |
R-4.4-win | OK | Nov 18 2024 |
R-4.4-mac | OK | Nov 18 2024 |
R-4.3-win | OK | Nov 18 2024 |
R-4.3-mac | OK | Nov 18 2024 |
Exports:DirectedHyperedgeheadHyperedgehyperedgeLabelshyperedgesHypergraphinciMatinciMat2HGinitializekCoresHypergraphl2hellabellabel<-nodesnumNodesshowtailtoGraphNELtoUndirectedvCoverHypergraph
Dependencies:BiocGenericsgenericsgraph
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Constructor for DirectedHyperedge objects | DirectedHyperedge |
Class DirectedHyperedge | DirectedHyperedge-class head head,DirectedHyperedge-method initialize,DirectedHyperedge-method nodes,DirectedHyperedge-method show,DirectedHyperedge-method tail tail,DirectedHyperedge-method toUndirected toUndirected,DirectedHyperedge-method |
Constructor for Hyeredge objects | Hyperedge |
Class Hyperedge | Hyperedge-class initialize,Hyperedge-method label label,Hyperedge-method label<- label<-,Hyperedge,character-method nodes,Hyperedge-method show,Hyperedge-method |
Constructor for Hypergraph objects | Hypergraph |
Class Hypergraph | hyperedgeLabels hyperedgeLabels,Hypergraph-method hyperedges hyperedges,Hypergraph-method Hypergraph-class inciMat inciMat,Hypergraph-method inciMat2HG inciMat2HG,matrix-method initialize,Hypergraph-method nodes,Hypergraph-method numNodes,Hypergraph-method toGraphNEL toGraphNEL,Hypergraph-method |
Find all the k-cores in a hypergraph | kCoresHypergraph |
Create lists of Hyperedge objects | l2hel |
Approximate minimum weight vertex cover in a hypergraph | vCoverHypergraph |