title: "Convert UniProt/SwissProt protein ids from Interactome v2 to entrez id" output: html_notebook ---

In this notebook, we will convert the UniProt/SwissProt unique protein Ids to unique entrez id and ensemble gene id formats

Load necessary libraries {r} library(anndata) library(dplyr) library(biomaRt) options(stringsAsFactors = F)

Add a new chunk by clicking the Insert Chunk button on the toolbar or by pressing Ctrl+Alt+I.

When you save the notebook, an HTML file containing the code and output will be saved alongside it (click the Preview button or press Ctrl+Shift+K to preview the HTML file).

The preview shows you a rendered HTML copy of the contents of the editor. Consequently, unlike Knit, Preview does not run any R code chunks. Instead, the output of the chunk when it was last run in the editor is displayed.