Zotero is a free cross-platform research (journal articles, web pages, etc.) management tool. Click here to learn more if you're unfamiliar with how it works.
Zotero comes with a built-in file sync function which enables users to sync their Zotero libraries across platforms (such as iOS, android, Windows, etc.). Unfortunately, their "free" tier of sync service has a limit of 300Mb which can quickly get filled up if you archive lots of papers like myself. Lucky for us, Zotero comes with WebDAV support which can be utilized in place of their storage service. Most people including myself don't have a …
Read more →ESSNet is a program that was developed by Dr. Lim et al. at the University of Singapore for studying relationships between entities in biological pathways.
Install Homebrew if you don't have it installed already. The instructions on their website should suffice.
The first package we will install is R. In order to gain access to the R installer under homebrew, you need to add the following repository.
brew tap homebrew/science
Once the repository is added run the following command. The prompts during the installation will guide you through the necessary steps.
brew install r
Once you have R installed …