Ted Toal

Results 11 issues of Ted Toal

In the bpipe website under the "Language" tab, under "Debug", the title on the page says "The Load Statement" instead of "The Debug Statement". Same problem for the "Fail" page,...

On the Bioconductor PureCN page under the Documentation heading are two links named "PDF" to the PureCN reference document and PureCN user guide. Both links have target filename PureCN.pdf (although...

enhancement

The LOH output data (from callLOH) seems to say that a segment is WHOLE ARM when it is nowhere near such. For example: chr18 12678487 15460899 p 2 0 WHOLE...

enhancement

The segments, genes, and variants output files all contain columns with log2 coverage ratio values in them, unadjusted for purity and ploidy. Here are several suggestions related to this: 1....

enhancement

Suggestion: add arg to specify normal sample ID also. Then, allow the VCF file to contain more than two samples. In my case with multiregional sequencing, the easiest way for...

enhancement

analogWrite() has some problems with regard to using a timer for pulse width modulation: 1. It uses a fixed value of 0xFFFF for the waveform period with a TCC timer....

It would be nice if functions in wiring_analog.c had doxygen-style comment headers.

The resolution value _writeResolution, set by analogWriteResolution(), is shared by the DAC and PWM. There is no reason why this needs to be so. I recommend the following changes to...

When analogWrite() is called to write to a pin that is in digital mode, it maps the analog output value to 8 bits and then applies a threshold of 128,...

In wiring_analog.c, analogRead() disables the DAC if analogWrite() was previously used to enabled the DAC on the same pin. In my situation, I am writing a value out the DAC...