Back to Multiple platform build/check report for BioC 3.19:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-05-09 11:40:39 -0400 (Thu, 09 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 (2024-04-24) -- "Puppy Cup" 4748
palomino3Windows Server 2022 Datacenterx644.4.0 (2024-04-24 ucrt) -- "Puppy Cup" 4484
lconwaymacOS 12.7.1 Montereyx86_644.4.0 (2024-04-24) -- "Puppy Cup" 4514
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.0 beta (2024-04-15 r86425) -- "Puppy Cup" 4480
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 299/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cellHTS2 2.68.0  (landing page)
Wolfgang Huber
Snapshot Date: 2024-05-08 14:00:19 -0400 (Wed, 08 May 2024)
git_url: https://git.bioconductor.org/packages/cellHTS2
git_branch: RELEASE_3_19
git_last_commit: e739387
git_last_commit_date: 2024-04-30 10:16:59 -0400 (Tue, 30 Apr 2024)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    OK  
kjohnson3macOS 13.6.5 Ventura / arm64see weekly results here

CHECK results for cellHTS2 on kunpeng2


To the developers/maintainers of the cellHTS2 package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/cellHTS2.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: cellHTS2
Version: 2.68.0
Command: /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD check --install=check:cellHTS2.install-out.txt --library=/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library --no-vignettes --timings cellHTS2_2.68.0.tar.gz
StartedAt: 2024-05-09 05:39:30 -0000 (Thu, 09 May 2024)
EndedAt: 2024-05-09 05:44:36 -0000 (Thu, 09 May 2024)
EllapsedTime: 305.6 seconds
RetCode: 0
Status:   OK  
CheckDir: cellHTS2.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD check --install=check:cellHTS2.install-out.txt --library=/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library --no-vignettes --timings cellHTS2_2.68.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.19-bioc/meat/cellHTS2.Rcheck’
* using R version 4.4.0 beta (2024-04-15 r86425)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    gcc (GCC) 10.3.1
    GNU Fortran (GCC) 10.3.1
* running under: openEuler 22.03 (LTS-SP1)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘cellHTS2/DESCRIPTION’ ... OK
* this is package ‘cellHTS2’ version ‘2.68.0’
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Depends: includes the non-default packages:
  'RColorBrewer', 'Biobase', 'genefilter', 'splots', 'vsn', 'hwriter',
  'locfit', 'grid'
Adding so many packages to the search path is excessive and importing
selectively is preferable.
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘cellHTS2’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking whether startup messages can be suppressed ... OK
* checking dependencies in R code ... NOTE
Package in Depends field not imported from: ‘genefilter’
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
Unexported object imported by a ':::' call: ‘Biobase:::.showAnnotatedDataFrame’
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
plotPlate: no visible global function definition for ‘dev.cur’
plotPlate: no visible global function definition for ‘plot.new’
Undefined global functions or variables:
  dev.cur plot.new
Consider adding
  importFrom("grDevices", "dev.cur")
  importFrom("graphics", "plot.new")
to your NAMESPACE file.
* checking Rd files ... NOTE
checkRd: (-1) getTopTable.Rd:76: Lost braces
    76 |     \item{code{wellAnno}:}{ell annotation as given by the plate
       |               ^
checkRd: (-1) getTopTable.Rd:79: Lost braces
    79 |     \item{code{finalWellAnno}:}{gives the final well annotation for the
       |               ^
checkRd: (-1) normalizePlates.Rd:33: Lost braces
    33 |     Allowed values are \code{"none"} (the default), code{"byPlate"},
       |                                                         ^
checkRd: (-1) normalizePlates.Rd:61: Lost braces
    61 | transformed by setting \code{log=TRUE}. This then changes the scale of the data to code{"additive"}.
       |                                                                                        ^
* checking Rd metadata ... OK
* checking Rd cross-references ... NOTE
Unknown packages ‘cellHTS’, ‘prada’ in Rd xrefs
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘test.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 5 NOTEs
See
  ‘/home/biocbuild/bbs-3.19-bioc/meat/cellHTS2.Rcheck/00check.log’
for details.


Installation output

cellHTS2.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD INSTALL cellHTS2
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library’
* installing *source* package ‘cellHTS2’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning in fun(libname, pkgname) :
  Package 'cellHTS2' is deprecated and will be removed from Bioconductor
  version 3.20. We recommend using tidy data structures, dplyr and
  ggplot2 instead.
** testing if installed package can be loaded from final location
Warning in fun(libname, pkgname) :
  Package 'cellHTS2' is deprecated and will be removed from Bioconductor
  version 3.20. We recommend using tidy data structures, dplyr and
  ggplot2 instead.
** testing if installed package keeps a record of temporary installation path
* DONE (cellHTS2)

Tests output

cellHTS2.Rcheck/tests/test.Rout


R version 4.4.0 beta (2024-04-15 r86425) -- "Puppy Cup"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-unknown-linux-gnu

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> ## cat tests/test.R | R --vanilla
> ## cellHTS2 crash test on various conditions
> library(cellHTS2)
Loading required package: RColorBrewer
Loading required package: Biobase
Loading required package: BiocGenerics

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, table, tapply,
    union, unique, unsplit, which.max, which.min

Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: genefilter
Loading required package: splots
Loading required package: vsn
Loading required package: hwriter
Loading required package: locfit
locfit 1.5-9.9 	 2024-03-01
Loading required package: grid
Warning message:
In fun(libname, pkgname) :
  Package 'cellHTS2' is deprecated and will be removed from Bioconductor
  version 3.20. We recommend using tidy data structures, dplyr and
  ggplot2 instead.
> path <- system.file("testscreen", package="cellHTS2")
> 
> testPlatelist=function(platelist, normalize=TRUE)
+ {
+     x <- readPlateList(platelist, name="test", path=path)
+     x <- configure(x, descripFile="description.txt", confFile="plateconf.txt",
+                    logFile="screenlog.txt", path=path)
+     
+     if (normalize)
+     {
+         ## normalize results
+         xn <- normalizePlates(x, scale="multiplicative", log=FALSE, method="median",
+                               varianceAdjust="none")
+         
+         ## score and summarize replicates
+         xsc <- scoreReplicates(xn, sign="-", method="zscore")
+         xsc <- summarizeReplicates(xsc, summary="mean")
+     }
+     
+     ## write reports
+     outdir <- file.path(tempdir(),platelist,'raw')
+     mainScriptFile <-  system.file("scripts/dummy.R", package="cellHTS2")
+     writeReport(raw=x, force=TRUE, plotPlateArgs = TRUE,imageScreenArgs = list(zrange=c( -4, 8), ar=1),
+                 map=TRUE, outdir=outdir, mainScriptFile=mainScriptFile)
+     if (interactive()) browseURL(file.path(outdir,'index.html'))
+     if (normalize)
+     {
+         outdir <- file.path(tempdir(),platelist,'norm')
+         writeReport(raw=x, normalized=xn, scored=xsc, force=TRUE, plotPlateArgs = TRUE,
+                     imageScreenArgs = list(zrange=c( -4, 8), ar=1), map=TRUE, outdir=outdir,
+                     mainScriptFile=mainScriptFile)
+         if (interactive()) browseURL(file.path(outdir,'index.html'))
+     }
+ }
> 
> ######
> ## 2 plates, 2 replicates, 1 channel
> testPlatelist('platelist221.txt')
cellHTS2 is busy creating HTML pages for 'test'. 
Found raw data.
State:
configured=TRUE, annotated=FALSE

0% done (step 1 of 6)
33% done (step 2 of 6)
38% done (step 3 of 6)
42% done (step 3 of 6)
52% done (step 4 of 6)
88% done (step 5 of 6)
100% done (step 5 of 6)
100% done (step 5 of 6)
100% done (step 6 of 6)
Report was successfully generated in folder /home/biocbuild/tmp/RtmpdMzoiI/platelist221.txt/raw/index.html
cellHTS2 is busy creating HTML pages for 'test'. 
Found raw, normalized and scored data.
State:
configured=TRUE, annotated=FALSE

0% done (step 1 of 8)
17% done (step 2 of 8)
19% done (step 3 of 8)
22% done (step 3 of 8)
27% done (step 4 of 8)
46% done (step 5 of 8)
92% done (step 6 of 8)
94% done (step 7 of 8)
100% done (step 8 of 8)
Report was successfully generated in folder /home/biocbuild/tmp/RtmpdMzoiI/platelist221.txt/norm/index.html
Warning messages:
1: The plotPlateArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
2: The imageScreenArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
3: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
4: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
5: The plotPlateArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
6: The imageScreenArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
7: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
8: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
9: In sprintf("Left: raw, right: normalized", r) :
  one argument not used by format 'Left: raw, right: normalized'
10: In sprintf("Left: raw, right: normalized", r) :
  one argument not used by format 'Left: raw, right: normalized'
> 
> ######
> ## 2 plates, 1 replicate, 2 channels
> testPlatelist('platelist212.txt', normalize=FALSE)
cellHTS2 is busy creating HTML pages for 'test'. 
Found raw data.
State:
configured=TRUE, annotated=FALSE

0% done (step 1 of 6)
33% done (step 2 of 6)
38% done (step 3 of 6)
42% done (step 3 of 6)
52% done (step 4 of 6)
88% done (step 5 of 6)
100% done (step 5 of 6)
100% done (step 5 of 6)
100% done (step 6 of 6)
Report was successfully generated in folder /home/biocbuild/tmp/RtmpdMzoiI/platelist212.txt/raw/index.html
Warning messages:
1: The plotPlateArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
2: The imageScreenArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
3: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
4: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
> 
> ######
> ## 2 plates, 1 replicate, 3 channels
> testPlatelist('platelist213.txt', normalize=FALSE)
cellHTS2 is busy creating HTML pages for 'test'. 
Found raw data.
State:
configured=TRUE, annotated=FALSE

0% done (step 1 of 6)
26% done (step 2 of 6)
31% done (step 3 of 6)
37% done (step 3 of 6)
48% done (step 4 of 6)
91% done (step 5 of 6)
100% done (step 5 of 6)
100% done (step 5 of 6)
100% done (step 6 of 6)
Report was successfully generated in folder /home/biocbuild/tmp/RtmpdMzoiI/platelist213.txt/raw/index.html
Warning messages:
1: The plotPlateArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
2: The imageScreenArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
3: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
4: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
> 
> ######
> ## 2 plates, 2 replicates, 2 channels
> testPlatelist('platelist222.txt', normalize=FALSE)
cellHTS2 is busy creating HTML pages for 'test'. 
Found raw data.
State:
configured=TRUE, annotated=FALSE

0% done (step 1 of 6)
21% done (step 2 of 6)
27% done (step 3 of 6)
33% done (step 3 of 6)
46% done (step 4 of 6)
92% done (step 5 of 6)
100% done (step 5 of 6)
100% done (step 5 of 6)
100% done (step 6 of 6)
Report was successfully generated in folder /home/biocbuild/tmp/RtmpdMzoiI/platelist222.txt/raw/index.html
Warning messages:
1: The plotPlateArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
2: The imageScreenArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
3: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
4: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
> 
> ######
> ## 2 plates, 1 replicates, 1 channel
> testPlatelist('platelist211.txt')
cellHTS2 is busy creating HTML pages for 'test'. 
Found raw data.
State:
configured=TRUE, annotated=FALSE

0% done (step 1 of 6)
46% done (step 2 of 6)
49% done (step 3 of 6)
52% done (step 3 of 6)
59% done (step 4 of 6)
84% done (step 5 of 6)
100% done (step 5 of 6)
100% done (step 5 of 6)
100% done (step 6 of 6)
Report was successfully generated in folder /home/biocbuild/tmp/RtmpdMzoiI/platelist211.txt/raw/index.html
cellHTS2 is busy creating HTML pages for 'test'. 
Found raw, normalized and scored data.
State:
configured=TRUE, annotated=FALSE

0% done (step 1 of 8)
28% done (step 2 of 8)
30% done (step 3 of 8)
31% done (step 3 of 8)
36% done (step 4 of 8)
51% done (step 5 of 8)
88% done (step 6 of 8)
90% done (step 7 of 8)
100% done (step 8 of 8)
Report was successfully generated in folder /home/biocbuild/tmp/RtmpdMzoiI/platelist211.txt/norm/index.html
Warning messages:
1: The plotPlateArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
2: The imageScreenArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
3: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
4: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
5: The plotPlateArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
6: The imageScreenArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
7: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
8: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
9: In sprintf("Left: raw, right: normalized", r) :
  one argument not used by format 'Left: raw, right: normalized'
> 
> ######
> ## 2 plates, 3 replicates, 3 channels
> testPlatelist('platelist233.txt', normalize=FALSE)
cellHTS2 is busy creating HTML pages for 'test'. 
Found raw data.
State:
configured=TRUE, annotated=FALSE

0% done (step 1 of 6)
11% done (step 2 of 6)
18% done (step 3 of 6)
25% done (step 3 of 6)
40% done (step 4 of 6)
96% done (step 5 of 6)
100% done (step 5 of 6)
100% done (step 5 of 6)
100% done (step 6 of 6)
Report was successfully generated in folder /home/biocbuild/tmp/RtmpdMzoiI/platelist233.txt/raw/index.html
Warning messages:
1: The plotPlateArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
2: The imageScreenArgs argument is deprecated. Please use the settings infrastructure as explained in '?setSettings'. 
3: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
4: In plotScreen(split(mtW, plate(x)), fill = wellCols, do.legend = legend,  :
  The function splots::plotScreen is obsolete, please use ggplot with geom_raster and facet_wrap instead, as described in the vignette of the splots package
> 
> proc.time()
   user  system elapsed 
 35.703   1.773  37.575 

Example timings

cellHTS2.Rcheck/cellHTS2-Ex.timings

nameusersystemelapsed
Bscore2.7290.0322.766
ROC-class0.2790.0040.283
ROC1.0870.0121.101
annotate0.9370.0120.960
bdgpbiomart0.1870.0040.191
buildCellHTS20.3340.0000.335
cellHTS-class0.7900.0160.808
configurationAsScreenPlot1.8240.1511.979
configure0.7710.0120.785
convertOldCellHTS0.6610.0080.671
convertWellCoordinates0.0010.0000.001
data-KcViab0.1390.0040.144
data-KcViabSmall0.0100.0000.011
data-dualCh0.0110.0000.011
data-oldKcViabSmall0.0060.0040.010
getDynamicRange0.5690.0160.587
getEnVisionRawData0.0170.0080.027
getMeasureRepAgreement0.4870.0160.503
getTopTable1.2450.0121.260
getZfactor0.3750.0000.376
imageScreen1.0520.0081.062
normalizePlates1.4000.0001.403
oneRowPerId0.0030.0000.003
plotSpatialEffects1.8730.0121.890
readHTAnalystData0.7860.0120.804
readPlateList0.5830.0040.589
rsa0.8150.0000.816
scoreReplicates0.9740.0200.996
scores2calls1.1190.0041.126
setSettings0.0000.0030.004
spatialNormalization1.8200.0121.836
summarizeChannels1.9690.0442.018
summarizeReplicates0.9550.0000.957
templateDescriptionFile0.0010.0000.000
updateCellHTS0.0970.0000.098
write.tabdel0.0640.0040.067
writeReport0.0110.0000.011
writeTab0.0170.0000.016