Displaying 2 results from an estimated 2 matches for "chunka".
Did you mean:
chunks
2012 Feb 21
2
In R 2.14.1, what does wrong sign in 'by' argument mean?
Here is my code
slidingwindowplotATGC = function(windowsize, inputseq)
{
starts = seq(1, length(inputseq)-windowsize, by = windowsize)
n = length(starts)
chunkGs = numeric(n)
chunkAs = numeric(n)
chunkTs = numeric(n)
chunkCs = numeric(n)
for (i in 1:n) {
chunk = windowsize[starts[i]:(starts[i]+9999)]
chunkG = sum("g" == chunk)/length(chunk)
chunkA = sum("a" == chunk)/length(chunk)
chunkT = sum("t" == ch...
2019 Jul 05
3
Have you run "tuned-adm profile throughput-performance" ?
On 7/4/19 10:18 PM, Steven Tardy wrote:
> I would also look at power settings in the BIOS and c-state settings in the
> BIOS and OS as disabling c-states (often enabled by default to meet
> green/energy star compliance) can make a noticeable performance difference.
I'd be surprised if it did, but now that you mention it, I think that we
should probably mention more often that