Skip to content

Instantly share code, notes, and snippets.

View b-klaus's full-sized avatar

Bernd Klaus b-klaus

  • Häfele, Nagold
  • Nagold
  • 02:06 (UTC +02:00)
View GitHub Profile
@b-klaus
b-klaus / https_getAE.R
Created October 2, 2017 17:12
fixed getAE function for the Bioc ArrayExpress that allows the usage of https
# We have to change to https in `getAE`
# to https as EBI services have switched the protocol on Oct 1st
# see: https://www.ebi.ac.uk/services
# The package XML does not support https though, so we need RCurl::getURL:
# https://stackoverflow.com/questions/23584514/error-xml-content-does-not-seem-to-be-xml-r-3-1-0