
Plot read depth for multiOmicDataSet
Source:R/plot_read_depth.R
plot_read_depth.multiOmicDataSet.RdPlot read depth for multiOmicDataSet
See also
plot_read_depth() generic
Other plotters for multiOmicDataSets:
plot_corr_heatmap,MOSuite::multiOmicDataSet-method,
plot_histogram,MOSuite::multiOmicDataSet-method,
plot_pca,MOSuite::multiOmicDataSet-method
Examples
# multiOmicDataSet
moo <- multiOmicDataSet(
sample_metadata = nidap_sample_metadata,
anno_dat = data.frame(),
counts_lst = list(
"raw" = nidap_raw_counts,
"clean" = nidap_clean_raw_counts
)
)
plot_read_depth(moo, count_type = "clean")