Plot specific gene ATAC signal with tracks.
plotGeneTracks(
samples_path,
samples_suffix,
gene_name,
left = 10000,
right = 10000,
peaks,
color = NA,
back.color = TRUE
)
The bigwig (bw) file folder.
The suffix of the samples.
The gene name.
The gene left flanking to plot. Default is 10000.
The gene right flanking to plot. Default is 10000.
The merged peaks.
Color list to plot tracks.
Whether to plot backgroud color. Default if TRUE.
plotGeneTracks(samples_path = "./signal", samples_suffix = ".cpm.bw", gene_name="ENSG00000103888" , peaks="final_res/meged.peaks.bed")
#> Error in checkGeAnno(): Necessary Annotation not exist. Please **addAnnotation** first.