Skip to content

Commit

Permalink
doc: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Sep 7, 2023
1 parent d08289e commit 73ff43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BiocManager::install("tidyomics/plyinteractions")

## Using `plyinteractions`

For more details, check our [vignette](vignettes/plyinteractions.Rmd).
Read `vignette("plyinteractions")` for more details.

## Code of Conduct

Expand Down
1 change: 1 addition & 0 deletions vignettes/plyinteractions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ We can easily parse a `data.frame` into a `GInteractions` object using
the `as_ginteractions` function.

```{r}
library(plyinteractions)
gi <- bedpe_df |>
as_ginteractions(
seqnames1 = V1, start1 = V2, end1 = V3, strand1 = V9,
Expand Down

0 comments on commit 73ff43f

Please sign in to comment.