Skip to content

bug in the plot_homer_annotatepeaks.r script  #86

Closed
@anvlasova

Description

Hi,

Some annotations containing special characters in the gene names, for example in dm3 genome some genes have " ' '' symbol in the gene name.

Function 'read.table' in the script plot_homer_annotatepeaks.r can't properly read such files and the whole pipeline crashes in the 'merge_library_macs_qc' step. While function read.csv can process those files without problems. Guess this is because of default quote and comment char options that are different between these two functions: https://stackoverflow.com/questions/12828438/read-csv-vs-read-table

Can you please fix it?

thanks,
Anna

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions