Skip to content

Commit 38795c7

Browse files
author
Reed Nelson
committed
replace arxiv refs with joss
1 parent 239073b commit 38795c7

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Description
88

9-
MiNAA takes as input a pair of node-edge networks, and finds a correspondance between them such that each node in one is mapped to its most similar node in the other. MiNAA is capable of using both *topological* (structural) information about the network, and *biological* information about the taxa each node represents, in order to produce a good approximation of the optimal alignment. Due to the complexity of this task, an approximation is the best that can be done in an efficient runtime. Network alignment in this setting is done primarily for comparative purposes. For example, an alignment might map clusters of taxa to each other, revealing conserved or analogous functions between microbial communities. See our [software note](https://arxiv.org/abs/2212.05880) (preprint) for additional details.
9+
MiNAA takes as input a pair of node-edge networks, and finds a correspondance between them such that each node in one is mapped to its most similar node in the other. MiNAA is capable of using both *topological* (structural) information about the network, and *biological* information about the taxa each node represents, in order to produce a good approximation of the optimal alignment. Due to the complexity of this task, an approximation is the best that can be done in an efficient runtime. Network alignment in this setting is done primarily for comparative purposes. For example, an alignment might map clusters of taxa to each other, revealing conserved or analogous functions between microbial communities. See our [software note](https://joss.theoj.org/papers/10.21105/joss.05448) for additional details.
1010

1111
## Requirements
1212

@@ -124,13 +124,16 @@ MiNAA is licensed under the [MIT](https://opensource.org/licenses/MIT) license.
124124
If you use MiNAA in your work, we kindly ask that you cite the following paper:
125125

126126
```bibtex
127-
@ARTICLE{Nelson2022,
128-
title = "MiNAA: Microbiome Network Alignment Algorithm",
129-
author = "Nelson, Reed and Aghdam, Rosa and
130-
Solis-Lemus, Claudia",
131-
year = 2022,
132-
archivePrefix = "arXiv",
133-
primaryClass = "q-bio.PE",
134-
eprint = "xxx"
135-
}
127+
@article{Nelson2024,
128+
doi = {10.21105/joss.05448},
129+
url = {https://doi.org/10.21105/joss.05448},
130+
year = {2024},
131+
publisher = {The Open Journal},
132+
volume = {9},
133+
number = {96},
134+
pages = {5448},
135+
author = {Reed Nelson and Rosa Aghdam and Claudia Solis-Lemus},
136+
title = {MiNAA: Microbiome Network Alignment Algorithm},
137+
journal = {Journal of Open Source Software}
138+
}
136139
```

0 commit comments

Comments
 (0)