-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxgr_example.Rd
44 lines (44 loc) · 1.13 KB
/
xgr_example.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{xgr_example}
\alias{xgr_example}
\title{Example XGR query}
\format{
An object of class \code{GRanges} of length 8490.
}
\source{
\code{
xgr_example <- echoannot::XGR_query(
c("ENCODE_DNaseI_ClusteredV3_CellTypes"),
dat = echodata::BST1)
}
usethis::use_data(xgr_example, overwrite = TRUE)
}
\usage{
data("xgr_example")
}
\description{
Example XGR query results from \pkg{XGR} via
\link[echoannot]{XGR_query} using the
"ENCODE_DNaseI_ClusteredV3_CellTypes" dataset.
}
\seealso{
Other XGR:
\code{\link{XGR_enrichment_bootstrap}()},
\code{\link{XGR_enrichment_plot}()},
\code{\link{XGR_enrichment}()},
\code{\link{XGR_filter_assays}()},
\code{\link{XGR_filter_sources}()},
\code{\link{XGR_import_annotations}()},
\code{\link{XGR_iterate_enrichment}()},
\code{\link{XGR_iterate_overlap}()},
\code{\link{XGR_merge_and_process}()},
\code{\link{XGR_parse_metadata}()},
\code{\link{XGR_plot_enrichment}()},
\code{\link{XGR_prepare_foreground_background}()},
\code{\link{XGR_query}()},
\code{\link{XGR_sep_handler}()}
}
\concept{XGR}
\keyword{datasets}