curl.workaround {glmSparseNet}R Documentation

Workaround for bug with curl when fetching specific ensembl mirror

Description

https://github.com/grimbough/biomaRt/issues/39

Usage

curl.workaround(expr)

Arguments

expr

expression

Value

result of expression

Examples


glmSparseNet:::curl.workaround({
    biomaRt::useEnsembl(
        biomart = "genes", 
        dataset = 'hsapiens_gene_ensembl')
})


[Package glmSparseNet version 1.10.0 Index]