-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello,
I am trying to vizualize my results of enrichment with a dotplot with the code below :
query <- bedToGranges(narrow_peak_files)
table_enrichment = enrichment(query, catalog, byChrom = FALSE)
pdf("dotplot.pdf"))
enrichmentDotPlot(table_enrichment)
dev.off()
But the y axis is cropped.
Heterozygote_SPI1_QE_Follicular_R1.mLb.clN_peaks.narrowPeak_dotplot_normal.pdf
I tried to play around pdf() and look online for other solution, but I can't find any right now. Do you have a solution for this problem ?
Best,
Alexandre
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels