View source: R/plotting_functions.R
plot_genome_coverage | R Documentation |
plot_genome_coverage
plot_genome_coverage(biomart_file, path_fasta, chr_name, heteroplasmy_matrix)
biomart_file |
Character string with full path to the txt file downloaded from BioMart https://m.ensembl.org/info/data/biomart/index.html . It must have the following five columns:Gene.stable.ID, Gene.name, Gene.start..bp., Gene.end..bp., Chromosome.scaffold.name |
path_fasta |
Character string with full path to the fasta file of the genomic region of interest. It should be the same file used in get_raw_counts_allele. |
chr_name |
Character specifying the name of the chromosome of interest. It must be one of the names in the Chromosome.scaffold.name column from the biomart_file. |
heteroplasmy_matrix |
Third element returned by get_heteroplasmy. |
KaryoPlot object as returned by plotKaryotype function from package karyoploteR.
Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de
http://bioconductor.org/packages/release/bioc/html/karyoploteR.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.