View source: R/compute_chromosomes_length.R
combine_chrom_length | R Documentation |
Computes the length (in bp) of each chromosome from a list of GWAS and DE results as well as candidate gene lists.
combine_chrom_length(x)
x |
A list of |
A tibble with two columns: chromosome
(chromosome name) and
length
(chromosome length in base pair).
x <- get_example_data() y <- list("GWAS" = GWAS_data(x[["GWAS"]]), "DE" = DE_data(x[["DE"]]), "CAN" = CAN_data(x[["CAN"]])) combine_chrom_length(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.