-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOTT2019_get_promoter_interactome_data.Rd
37 lines (37 loc) · 1.23 KB
/
NOTT2019_get_promoter_interactome_data.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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/NOTT2019_get_promoter_interactome_data.R
\name{NOTT2019_get_promoter_interactome_data}
\alias{NOTT2019_get_promoter_interactome_data}
\title{Get cell type-specific promoter/emhancer/interactome data}
\source{
\href{https://doi.org/10.1126/science.aay0793}{Nott et al. (2019)}
}
\usage{
NOTT2019_get_promoter_interactome_data(dat = NULL)
}
\arguments{
\item{dat}{data.table of genomic coordinates to query with.
Set as \code{NULL} to return genome-wide data.}
}
\description{
Brain cell-specific epigenomic data from Nott et al. (2019).
}
\examples{
dat <- echodata::BST1
annot_sub <- NOTT2019_get_promoter_interactome_data(dat=dat)
}
\seealso{
Other NOTT2019:
\code{\link{NOTT2019_bigwig_metadata}},
\code{\link{NOTT2019_epigenomic_histograms}()},
\code{\link{NOTT2019_get_epigenomic_peaks}()},
\code{\link{NOTT2019_get_interactions}()},
\code{\link{NOTT2019_get_interactome}()},
\code{\link{NOTT2019_get_promoter_celltypes}()},
\code{\link{NOTT2019_get_regulatory_regions}()},
\code{\link{NOTT2019_plac_seq_plot}()},
\code{\link{NOTT2019_superenhancers}()},
\code{\link{get_NOTT2019_interactome}()},
\code{\link{get_NOTT2019_superenhancer_interactome}()}
}
\concept{NOTT2019}