setGemmaUser: Gemma authentication

View source: R/misc.R

setGemmaUserR Documentation

Gemma authentication

Description

Allows the user to access information that requires logging in to Gemma. To log out, run setGemmaUser without specifying the username or password

Usage

setGemmaUser(username = NULL, password = NULL)

Arguments

username

Gemma username

password

Gemma password

Examples

setGemmaUser('username','password') # login
setGemmaUser() # log out

oganm/gemmaAPI documentation built on July 23, 2022, 8:26 p.m.