Skip to content

Can't see the y axis on the enrichmentDotPlot #19

@aeeckhou

Description

@aeeckhou

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions