Error in draw.bubblePlot(if set driver_number > 15)
xuyang87 opened this issue · 1 comments
draw.bubblePlot(driver_list= driver_list,show_label=ms_tab[driver_list,'gene_label'],
Z_val=ms_tab[driver_list,sprintf('Z.%s_DA',comp_name)],
driver_type=ms_tab[driver_list,'gene_biotype'],
target_list=analysis.par$merge.network$target_list,transfer2symbol2type=transfer_tab,
bg_list=ms_tab[,'geneSymbol'],min_gs_size=5,max_gs_size=500,use_gs="all",
top_geneset_number=15,top_driver_number=20,
pdf_file = sprintf('%s/bubblePlot2.pdf',analysis.par$out.dir.PLOT),
main='Bubbleplot for top driver targets')
“Error in xy.coords(x, y) : 'x' and 'y' lengths differ”
when I set up draw.bubblePlot>15, draw.bubblePlot will results in an error that show “Error in xy.coords(x, y) : 'x' and 'y' lengths differ”
I guess one of the results from driver_list may not have target enrichment result, could you narrow down the driver_list to find out the one with the error message ?