Skip to content

Instantly share code, notes, and snippets.

View Krithika-Bhuvan's full-sized avatar

Krithika B Krithika-Bhuvan

View GitHub Profile
@Krithika-Bhuvan
Krithika-Bhuvan / Trying out RWikiPathways.Rmd
Last active February 5, 2020 17:52
Trying out RWikiPathways
---
title: "Extract Nodes and Edges from Wiki Pathways"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")