Function to make the genome track map with combined expression and group information
genome_track_map.Rd
Function to make the genome track map with combined expression and group information
Usage
genome_track_map(
link_df,
group_df,
gene,
expr_df,
output_file = "./test.pdf",
assembly = "hg38",
bm_mirror = NULL,
width = 12,
height = 6,
...
)
Arguments
- link_df
data of linkage data frame
- group_df
data frame of group information
- gene
gene to plot
- expr_df
list of gene expression information
- output_file
output plot file name
- assembly
bm_mirror useast, asia, www
- width
plot width
- height
plot height
- ...
additional parameters passed to plots combind_plots