four_panels_example_cov | R Documentation |
A list of base-pair region coverage data.frame lists used for exemplifying
the package functionality. This is the data extracted for the example region
chr20:10286777-10288069:+
by looping through the phenotype tables
stored in pd
and using the
getRegionCoverage function. This can be
reproduced using the brainflowprobes_cov function in this package.
A list with the base-pair coverage output from brainflowprobes_cov with the example region used throughout the package documentation ('chr20:10286777-10288069:+').
base-pair coverage region data.frame list for pd$Sep,
base-pair coverage region data.frame list for pd$Deg,
base-pair coverage region data.frame list for pd$Cell,
base-pair coverage region data.frame list for pd$Sort.
four_panels plot_coverage
if (FALSE) {
## Takes about 10 minutes to run!
four_panels_example_cov <- brainflowprobes_cov(
"chr20:10286777-10288069:+"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.