[73f552]: / man / get_ORA.Rd

Download this file

25 lines (22 with data), 544 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/enrichment_functions.R
\name{get_ORA}
\alias{get_ORA}
\title{ORA enrichment analysis}
\usage{
get_ORA(query, sources = NULL, organism = "hsapiens")
}
\arguments{
\item{query}{a vector of character, a lit of ID}
\item{sources}{a character or list of character}
\item{organism}{a character (default = 'hsapiens')}
}
\value{
a data.frame containing the enrichment result
}
\description{
Returns results of an ORA analysis
}
\seealso{
\code{\link[gprofiler2]{gost}}
}