Skip to content

Commit

Permalink
syntax errors in vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Aug 19, 2024
1 parent 652f5c7 commit d5e8e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vignettes/omnipath_intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ pathways <-
)
## We visualize the first interactions in the data frame.
printhead(pathways))
print(head(pathways))
```

### Protein-protein interaction networks
Expand Down
2 changes: 1 addition & 1 deletion vignettes/paths.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ interactions.

```{r tfs-from-network}
tfs_from_network <-
transcriptional
transcriptional(
# confidence levels;
# we use only the 3 levels with highest confidence
dorothea_levels = c('A', 'B', 'C'),
Expand Down

0 comments on commit d5e8e4e

Please sign in to comment.