Skip to content

Commit

Permalink
More text to the README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 15, 2023
1 parent 73058a9 commit 94fa7a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ rocks!).

The `defm` module is already
<a href="https://github.com/UofUEpiBio/defm" target="_blank">implemented
in R</a>
in R</a> and it can be used to count motifs and build Markov Random
fields and other models like ERGMs. More information in [this
preprint](https://arxiv.org/abs/2211.00627).

## Installation

Expand Down Expand Up @@ -44,7 +46,7 @@ obj = m.new_defm(id, y, x)
obj
```

<pydefm._core.DEFM at 0x7feeb40b2c70>
<pydefm._core.DEFM at 0x7feeb40c6b70>

``` python
# We can export member functions from the C++ class. Here is
Expand Down
4 changes: 3 additions & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ discrete exponential family models. This is possible using the
[`pybind11`]: https://pybind11.readthedocs.io/en/stable/

The `defm` module is already
[implemented in R](https://github.com/UofUEpiBio/defm){target="_blank"}
[implemented in R](https://github.com/UofUEpiBio/defm){target="_blank"} and it
can be used to count motifs and build Markov Random fields and other models like
ERGMs. More information in [this preprint](https://arxiv.org/abs/2211.00627).


[barry-git]: https://github.com/USCbiostats/barry
Expand Down

0 comments on commit 94fa7a3

Please sign in to comment.