View source: R/NOTT2019_epigenomic_histograms.R
NOTT2019_epigenomic_histograms | R Documentation |
Brain cell-specific epigenomic data from Nott et al. (2019).
NOTT2019_epigenomic_histograms(
dat,
bigwig_metadata = echoannot::NOTT2019_bigwig_metadata,
locus_dir = tempdir(),
show_plot = TRUE,
save_plot = FALSE,
full_data = TRUE,
return_assay_track = FALSE,
binwidth = 200,
density_adjust = 0.2,
zoom = "1x",
strip.text.y.angle = 90,
xtext = TRUE,
geom = "density",
plot_formula = "Cell_type ~.",
fill_var = "Assay",
genomic_units = "Mb",
as_ggplot = TRUE,
dpi = 300,
height = 15,
width = 8,
nThread = 1,
save_annot = FALSE,
verbose = TRUE
)
dat |
Fine-mapping results data from finemap_loci. |
bigwig_metadata |
Metadata table with at least the following two columns:
|
locus_dir |
Locus-specific directory. |
show_plot |
Show plot. |
save_plot |
Whether to save the plot. |
full_data |
Whether to download the full data
(genomic ranges of all sequence reads) as opposed
to a reduced representation of the data as a single vector
(i.e. the aggregated reads "score").
Setting |
return_assay_track |
Return only the assay track (before adding the rest of the tracks and showing the plot). |
binwidth |
width of the bins. |
density_adjust |
Passed to |
zoom |
Zoom into the center of the locus when plotting (without editing the fine-mapping results file). You can provide either:
You can pass a list of window sizes (e.g. |
strip.text.y.angle |
Angle of the y-axis facet labels. |
xtext |
Whether to include x-axis title and text. |
geom |
Geom to use (Single character for now). Please see section Geometry for details. |
plot_formula |
Formula passed to |
fill_var |
Variable name to use for plot |
genomic_units |
Which genomic units to return window limits in. |
as_ggplot |
Return plot as |
dpi |
dpi to use for raster graphics |
height |
height (defaults to the height of current plotting window) |
width |
width (defaults to the width of current plotting window) |
nThread |
Number of threads to parallelise downloads across. |
save_annot |
Save the queried subset of bigwig annotations. |
verbose |
Print messages. |
Other NOTT2019:
NOTT2019_bigwig_metadata
,
NOTT2019_get_epigenomic_peaks()
,
NOTT2019_get_interactions()
,
NOTT2019_get_interactome()
,
NOTT2019_get_promoter_celltypes()
,
NOTT2019_get_promoter_interactome_data()
,
NOTT2019_get_regulatory_regions()
,
NOTT2019_plac_seq_plot()
,
NOTT2019_superenhancers()
,
get_NOTT2019_interactome()
,
get_NOTT2019_superenhancer_interactome()
nott2019_track <- echoannot::NOTT2019_epigenomic_histograms(
dat = echodata::BST1,
bigwig_metadata = echoannot::NOTT2019_bigwig_metadata[1:2,])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.