curl.workaround {glmSparseNet}R Documentation

Workaround for bug with curl when fetching specific ensembl mirror

Description

Should be solved in issue #39, will test to remove it.

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.12.0 Index]