Home
last modified time | relevance | path

Searched refs:bargraph (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/hicpro/
H A Dhicpro.py13 from multiqc.plots import bargraph
303 return bargraph.plot(data, [keys, keys], config)
324 return bargraph.plot(self.hicpro_data, keys, config)
349 return bargraph.plot(self.hicpro_data, keys, config)
369 return bargraph.plot(self.hicpro_data, keys, config)
411 return bargraph.plot(self.hicpro_data, keys, config)
437 return bargraph.plot(self.hicpro_data, keys, config)
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/qorts/
H A Dqorts.py11 from multiqc.plots import bargraph
150 plot=bargraph.plot(self.qorts_data, cats, pconfig),
207 plot=bargraph.plot(self.qorts_data, cats, pconfig),
259 plot=bargraph.plot(self.qorts_data, cats, pconfig),
297 plot=bargraph.plot(self.qorts_data, cats, pconfig),
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/seqyclean/
H A Dseqyclean.py8 from multiqc.plots import bargraph
91 return bargraph.plot(self.seqyclean_data, self._clean_keys(keys), config)
114 return bargraph.plot(self.seqyclean_data, self._clean_keys(keys), config)
132 return bargraph.plot(self.seqyclean_data, self._clean_keys(keys), config)
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/hicup/
H A Dhicup.py9 from multiqc.plots import bargraph
183 return bargraph.plot(data, keys, config)
229 return bargraph.plot(data, keys, config)
253 return bargraph.plot(self.hicup_data, keys, config)
274 return bargraph.plot(self.hicup_data, keys, config)
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/snpeff/
H A Dsnpeff.py9 from multiqc.plots import bargraph, linegraph
256 return bargraph.plot(self.snpeff_data, pkeys, pconfig)
277 return bargraph.plot(self.snpeff_data, pkeys, pconfig)
298 return bargraph.plot(self.snpeff_data, pkeys, pconfig)
319 return bargraph.plot(self.snpeff_data, pkeys, pconfig)
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/qc3C/
H A Dqc3C.py15 from multiqc.plots import table, bargraph, linegraph
523 return bargraph.plot(self.qc3c_data["bam"], categories, config)
547 return bargraph.plot(self.qc3c_data["bam"], categories, config)
707 return bargraph.plot(self.qc3c_data["bam"], categories, config)
724 return bargraph.plot(self.qc3c_data["bam"], categories, config)
914 return bargraph.plot(self.qc3c_data["kmer"], categories, config)
935 return bargraph.plot(self.qc3c_data["kmer"], categories, config)
952 return bargraph.plot(self.qc3c_data["kmer"], categories, config)
/dports/biology/py-multiqc/multiqc-1.10/multiqc/utils/
H A Dprofile_runtime.py11 from multiqc.plots import bargraph
83 plot=bargraph.plot(pdata, pcats, pconfig),
126 plot=bargraph.plot(pdata, None, pconfig),
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/mirtop/
H A Dmirtop.py11 from multiqc.plots import bargraph
201 plot=bargraph.plot(self.filter_plot_data("sum"), self.get_plot_cats("sum"), p_config),
223 … plot=bargraph.plot(self.filter_plot_data("count"), self.get_plot_cats("count"), p_config),
241 plot=bargraph.plot(self.filter_plot_data("mean"), self.get_plot_cats("mean"), p_config),
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/jcvi/
H A Djcvi.py12 from multiqc.plots import bargraph, linegraph
245 return bargraph.plot([self.jcvi, self.jcvi, self.jcvi], cats, plot_config)
267 return bargraph.plot([self.jcvi, self.jcvi, self.jcvi], cats, plot_config)
287 return bargraph.plot([self.jcvi, self.jcvi], cats, plot_config)
300 return bargraph.plot(self.jcvi, keys, plot_config)
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/pychopper/
H A Dpychopper.py10 from multiqc.plots import linegraph, bargraph
127 return bargraph.plot(data_classification, cats, pconfig)
147 return bargraph.plot(data_orientation, cats, pconfig)
/dports/audio/faust/faust-2.37.3/architecture/faust/au/
H A DAUUI.h320 auBargraph* bargraph = new auBargraph(label, zone, min, max, false); in addHorizontalBargraph() local
321 fUITable.push_back(bargraph); in addHorizontalBargraph()
322 currentBox->add(bargraph); in addHorizontalBargraph()
327 auBargraph* bargraph = new auBargraph(label, zone, min, max, true); in addVerticalBargraph() local
328 fUITable.push_back(bargraph); in addVerticalBargraph()
329 currentBox->add(bargraph); in addVerticalBargraph()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/au/
H A DAUUI.h373 auBargraph* bargraph = new auBargraph(label, zone, min, max, false); in addHorizontalBargraph() local
374 fUITable.push_back(bargraph); in addHorizontalBargraph()
375 currentBox->add(bargraph); in addHorizontalBargraph()
379 auBargraph* bargraph = new auBargraph(label, zone, min, max, true); in addVerticalBargraph() local
380 fUITable.push_back(bargraph); in addVerticalBargraph()
381 currentBox->add(bargraph); in addVerticalBargraph()
/dports/audio/faust/faust-2.37.3/architecture/httpdlib/src/json/
H A Djsoncontrol.h58 bool bargraph = (fType == "vbargraph") || (fType == "hbargraph"); in print() local
77 if (!bargraph) { in print()
82 if (!bargraph) { in print()
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/hisat2/
H A Dhisat2.py10 from multiqc.plots import bargraph
153 self.add_section(plot=bargraph.plot(sedata, sekeys, pconfig))
171 plot=bargraph.plot(pedata, pekeys, pconfig),
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/sexdeterrmine/
H A Dsexdeterrmine.py10 from multiqc.plots import bargraph, scatter
128 plot=bargraph.plot(self.sexdet_data, cats, config),
172 plot=bargraph.plot(self.sexdet_data, cats, config),
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/vcftools/
H A Dtstv_summary.py7 from multiqc.plots import bargraph
46 plot=bargraph.plot(self.vcftools_tstv_summary, keys, pconfig),
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/malt/
H A Dmalt.py6 from multiqc.plots import bargraph
105 plot=bargraph.plot(self.malt_data, cats, config),
123 plot=bargraph.plot(self.malt_data, cats, config),
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/picard/
H A DAlignmentSummaryMetrics.py10 from multiqc.plots import bargraph
134 plot=bargraph.plot([pdata, self.picard_alignment_metrics], keys, pconfig),
151 plot=bargraph.plot(self.picard_alignment_metrics, keys, pconfig),
H A DRrbsSummaryMetrics.py10 from multiqc.plots import bargraph
138 plot=bargraph.plot([pdata_cpg, pdata_noncpg], [keys, keys], pconfig),
170 …name="RRBS Read Counts", anchor="picard-rrbssummary-readcounts", plot=bargraph.plot(pdata, keys, p…
H A DVariantCallingMetrics.py7 from multiqc.plots import bargraph
224 return bargraph.plot(
242 return bargraph.plot(data, cats=keys, pconfig=pconfig)
/dports/audio/faust/faust-2.37.3/architecture/AU/Source/CocoaUI/
H A DFaustAU_CustomView.m382 FaustAU_Bargraph* bargraph;
384 [bargraph setMinValue:fBargraph->fMin];
385 [bargraph setMaxValue:fBargraph->fMax];
388 [bargraph setDoubleValue:value];
392 [bargraph setIdentifier: identifier];
394 [bargraph setContinuous:YES];
396 [bargraph setAction:@selector(paramChanged:)];
397 [bargraph setTarget:self];
399 [nsBox addSubview:bargraph];
431 [bargraph setValueTextField: valueTextField];
[all …]
/dports/devel/libpololu-avr/libpololu-avr-151002/examples_templates/3pi-mazesolver/
H A Dmaze-solve.aps1bargraph.c</SOURCEFILE><SOURCEFILE>follow-segment.c</SOURCEFILE><SOURCEFILE>main.c</SOURCEFILE><SO…
/dports/sysutils/freecolor/freecolor-0.9.3/
H A Dfreecolor.c70 void bargraph(double percent, double secondper, char marks[BARLEN + HEADERLEN + 1], int usefull) { in bargraph() function
279 bargraph(percentswap, 0, swapbarchart, 0);
280 bargraph(percentram, percentbuffer, realbarchart, 0);
281 bargraph((int) percentfree,(int) percentused, totalbarchart,1);
/dports/benchmarks/lmbench/lmbench-3.0-a9/results/
H A DMakefile53 SRCS= ../scripts/allctx ../scripts/allmem ../scripts/bargraph \
294 do $(SCRIPTS)bargraph $(SIZE) -nobox -sideways $$i; \
300 do $(SCRIPTS)bargraph $(SIZE) -nobox -sideways $$i > $${i}.pic; \
305 do $(SCRIPTS)bargraph -sideways $(SIZE) -nobox $$i; \
311 do $(SCRIPTS)bargraph -sideways $(SIZE) -nobox $$i; \
317 do $(SCRIPTS)bargraph -sideways $(SIZE) -nobox $$i; \
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/bowtie2/
H A Dbowtie2.py10 from multiqc.plots import bargraph
248 plot=bargraph.plot(self.bowtie2_data, sekeys, config),
276 plot=bargraph.plot(self.bowtie2_data, pekeys, config),

1234567891011