userInput: Helper Function for BubbleEnrich shiny application

Description Usage Arguments Value Author(s) Examples

View source: R/userInput.R

Description

A function that formats a .csv user input of gene set data into a numerical vector in decreasing order.

Usage

1
userInput(geneSet)

Arguments

geneSet

A string path to the gene set user wants to use, stored in a csv file

Value

a numeric vector sorted in decreasing order with name as geneID and numeric value as fold change

Author(s)

Cathy Cha (aut)

Examples

1
2
3
4
## Not run: 
numVec <- userInput("/extdata/data.csv")

## End(Not run)

CathyCha/BubbleGSEA documentation built on Dec. 8, 2019, 7:39 a.m.