Skip to content

Commit

Permalink
fix: troubleshooting error in fourDNData pairs parsing in SPB
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Jan 17, 2024
1 parent 6db1159 commit 7a4a4e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inst/pages/disseminating.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ type of file to fetch can be specified with the `type` argument:
into a contact matrix. Once fetched from the 4DN data portal, the local file can be imported in `R` using the `import` function, which will generate a `GInteractions` object.

```{r}
fourDNData(experimentSetAccession = '4DNESJNPEKZD', type = 'pairs') |>
import()
pairs_f <- fourDNData(experimentSetAccession = '4DNESJNPEKZD', type = 'pairs')
print(pairs_f)
import(pairs_f)
```

::: {.callout-warning}
Expand Down

0 comments on commit 7a4a4e3

Please sign in to comment.