Back to Multiple platform build/check report for BioC 3.14
ABCDEFGHIJKLMNO[P]QRSTUVWXYZ

This page was generated on 2022-04-13 12:07:06 -0400 (Wed, 13 Apr 2022).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.4 LTS)x86_644.1.3 (2022-03-10) -- "One Push-Up" 4324
tokay2Windows Server 2012 R2 Standardx644.1.3 (2022-03-10) -- "One Push-Up" 4077
machv2macOS 10.14.6 Mojavex86_644.1.3 (2022-03-10) -- "One Push-Up" 4137
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

CHECK results for plotgardener on tokay2


To the developers/maintainers of the plotgardener package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/plotgardener.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 1430/2083HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
plotgardener 1.0.17  (landing page)
Nicole Kramer
Snapshot Date: 2022-04-12 01:55:07 -0400 (Tue, 12 Apr 2022)
git_url: https://git.bioconductor.org/packages/plotgardener
git_branch: RELEASE_3_14
git_last_commit: 36d2d67
git_last_commit_date: 2022-03-16 14:02:26 -0400 (Wed, 16 Mar 2022)
nebbiolo2Linux (Ubuntu 20.04.4 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: plotgardener
Version: 1.0.17
Command: C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:plotgardener.install-out.txt --library=C:\Users\biocbuild\bbs-3.14-bioc\R\library --no-vignettes --timings plotgardener_1.0.17.tar.gz
StartedAt: 2022-04-13 00:36:59 -0400 (Wed, 13 Apr 2022)
EndedAt: 2022-04-13 00:45:42 -0400 (Wed, 13 Apr 2022)
EllapsedTime: 522.9 seconds
RetCode: 0
Status:   OK  
CheckDir: plotgardener.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:plotgardener.install-out.txt --library=C:\Users\biocbuild\bbs-3.14-bioc\R\library --no-vignettes --timings plotgardener_1.0.17.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.14-bioc/meat/plotgardener.Rcheck'
* using R version 4.1.3 (2022-03-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'plotgardener/DESCRIPTION' ... OK
* this is package 'plotgardener' version '1.0.17'
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* 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 whether package 'plotgardener' can be installed ... OK
* checking installed package size ... NOTE
  installed size is  5.8Mb
  sub-directories of 1Mb or more:
    R      1.5Mb
    help   1.4Mb
    libs   2.0Mb
* 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 R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* 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 R/sysdata.rda ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'C:/Users/biocbuild/bbs-3.14-bioc/R/library/plotgardener/libs/i386/plotgardener.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)
File 'C:/Users/biocbuild/bbs-3.14-bioc/R/library/plotgardener/libs/x64/plotgardener.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs. The detected symbols are linked into the code but
might come from libraries and not actually be called.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                 user system elapsed
plotRaster      11.34   0.77   12.16
plotIdeogram     9.85   0.57   11.64
annoGenomeLabel  4.67   0.44    5.22
plotGenes        4.73   0.34    5.08
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
              user system elapsed
plotRaster   11.06   0.70   11.76
plotIdeogram 10.54   0.55   12.31
plotGenes     5.05   0.12    5.17
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  Running 'testthat.R'
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 2 NOTEs
See
  'C:/Users/biocbuild/bbs-3.14-bioc/meat/plotgardener.Rcheck/00check.log'
for details.



Installation output

plotgardener.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://155.52.207.166/BBS/3.14/bioc/src/contrib/plotgardener_1.0.17.tar.gz && rm -rf plotgardener.buildbin-libdir && mkdir plotgardener.buildbin-libdir && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=plotgardener.buildbin-libdir plotgardener_1.0.17.tar.gz && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL plotgardener_1.0.17.zip && rm plotgardener_1.0.17.tar.gz plotgardener_1.0.17.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 44 2297k   44 1021k    0     0  1096k      0  0:00:02 --:--:--  0:00:02 1097k
100 2297k  100 2297k    0     0  1439k      0  0:00:01  0:00:01 --:--:-- 1439k

install for i386

* installing *source* package 'plotgardener' ...
** using staged installation
** libs
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c checkRow.cpp -o checkRow.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rebinBigwig.cpp -o rebinBigwig.o
C:/rtools40/mingw32/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o plotgardener.dll tmp.def RcppExports.o checkRow.o rebinBigwig.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.14-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.14-bioc/meat/plotgardener.buildbin-libdir/00LOCK-plotgardener/00new/plotgardener/libs/i386
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'plotgardener'
    finding HTML links ... done
    annoDomains                             html  
    annoGenomeLabel                         html  
    annoHeatmapLegend                       html  
    annoHighlight                           html  
    annoPixels                              html  
    annoSegments                            html  
    annoText                                html  
    annoXaxis                               html  
    annoYaxis                               html  
    annoZoomLines                           html  
    assembly                                html  
    c                                       html  
    colorby                                 html  
    defaultPackages                         html  
    genomes                                 html  
    mapColors                               html  
    pageCreate                              html  
    pageGuideHide                           html  
    pageGuideHorizontal                     html  
    pageGuideShow                           html  
    pageGuideVertical                       html  
    pagePlotPlace                           html  
    pagePlotRemove                          html  
    pgParams                                html  
    plotCircle                              html  
    plotGG                                  html  
    plotGenes                               html  
    plotGenomeLabel                         html  
    plotHicRectangle                        html  
    plotHicSquare                           html  
    plotHicTriangle                         html  
    plotIdeogram                            html  
    plotLegend                              html  
    plotManhattan                           html  
    plotPairs                               html  
    plotPairsArches                         html  
    plotPolygon                             html  
    plotRanges                              html  
    plotRaster                              html  
    plotRect                                html  
    plotSegments                            html  
    plotSignal                              html  
    plotText                                html  
    plotTranscripts                         html  
    plotgardener                            html  
    readBigwig                              html  
    readHic                                 html  
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path

install for x64

* installing *source* package 'plotgardener' ...
** libs
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c checkRow.cpp -o checkRow.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c rebinBigwig.cpp -o rebinBigwig.o
C:/rtools40/mingw64/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o plotgardener.dll tmp.def RcppExports.o checkRow.o rebinBigwig.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.14-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.14-bioc/meat/plotgardener.buildbin-libdir/plotgardener/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'plotgardener' as plotgardener_1.0.17.zip
* DONE (plotgardener)
* installing to library 'C:/Users/biocbuild/bbs-3.14-bioc/R/library'
package 'plotgardener' successfully unpacked and MD5 sums checked

Tests output

plotgardener.Rcheck/tests_i386/testthat.Rout


R version 4.1.3 (2022-03-10) -- "One Push-Up"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-bit)

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.

> library(testthat)
> library(plotgardener)

Attaching package: 'plotgardener'

The following object is masked from 'package:base':

    c

> 
> test_check("plotgardener")
Loading required package: GenomicFeatures
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, 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, sort, table,
    tapply, union, unique, unsplit, which.max, which.min

Loading required package: S4Vectors
Loading required package: stats4

Attaching package: 'S4Vectors'

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

    I, expand.grid, unname

Loading required package: IRanges

Attaching package: 'IRanges'

The following object is masked from 'package:grDevices':

    windows

Loading required package: GenomeInfoDb
Loading required package: GenomicRanges
Loading required package: AnnotationDbi
Loading required package: Biobase
Welcome to Bioconductor

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


start, endLoading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats

Attaching package: 'matrixStats'

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

    anyMissing, rowMedians


Attaching package: 'MatrixGenerics'

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

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars

The following object is masked from 'package:Biobase':

    rowMedians

Read in hic file with KR normalization at 1e+05 BP resolution.
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 98 ]
> 
> proc.time()
   user  system elapsed 
  30.50    3.67   34.15 

plotgardener.Rcheck/tests_x64/testthat.Rout


R version 4.1.3 (2022-03-10) -- "One Push-Up"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

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.

> library(testthat)
> library(plotgardener)

Attaching package: 'plotgardener'

The following object is masked from 'package:base':

    c

> 
> test_check("plotgardener")
Loading required package: GenomicFeatures
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, 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, sort, table,
    tapply, union, unique, unsplit, which.max, which.min

Loading required package: S4Vectors
Loading required package: stats4

Attaching package: 'S4Vectors'

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

    I, expand.grid, unname

Loading required package: IRanges

Attaching package: 'IRanges'

The following object is masked from 'package:grDevices':

    windows

Loading required package: GenomeInfoDb
Loading required package: GenomicRanges
Loading required package: AnnotationDbi
Loading required package: Biobase
Welcome to Bioconductor

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


start, endLoading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats

Attaching package: 'matrixStats'

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

    anyMissing, rowMedians


Attaching package: 'MatrixGenerics'

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

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars

The following object is masked from 'package:Biobase':

    rowMedians

Read in hic file with KR normalization at 1e+05 BP resolution.
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 98 ]
> 
> proc.time()
   user  system elapsed 
  31.71    1.56   33.25 

Example timings

plotgardener.Rcheck/examples_i386/plotgardener-Ex.timings

nameusersystemelapsed
annoDomains1.200.201.43
annoGenomeLabel4.670.445.22
annoHeatmapLegend0.910.141.05
annoHighlight1.140.051.27
annoPixels1.410.041.45
annoSegments3.120.083.23
annoText1.240.061.30
annoXaxis1.70.11.8
annoYaxis1.200.011.22
annoZoomLines3.640.083.72
assembly000
c000
colorby0.620.020.64
defaultPackages000
genomes000
mapColors0.060.010.08
pageCreate0.010.000.02
pageGuideHide0.020.000.01
pageGuideHorizontal000
pageGuideShow1.250.021.26
pageGuideVertical0.070.010.10
pagePlotPlace0.860.040.89
pagePlotRemove0.900.030.94
pgParams1.440.071.52
plotCircle0.030.000.03
plotGG0.190.040.22
plotGenes4.730.345.08
plotGenomeLabel2.020.122.14
plotHicRectangle0.890.151.03
plotHicSquare1.230.061.30
plotHicTriangle1.850.041.89
plotIdeogram 9.85 0.5711.64
plotLegend0.470.360.89
plotManhattan2.920.263.18
plotPairs0.630.020.64
plotPairsArches0.090.000.10
plotPolygon0.030.000.03
plotRanges0.240.010.25
plotRaster11.34 0.7712.16
plotRect0.500.070.56
plotSegments0.040.000.03
plotSignal1.010.081.22
plotText0.050.000.05
plotTranscripts0.980.041.03
readBigwig000
readHic0.020.000.06

plotgardener.Rcheck/examples_x64/plotgardener-Ex.timings

nameusersystemelapsed
annoDomains1.650.051.71
annoGenomeLabel2.550.202.75
annoHeatmapLegend0.820.020.83
annoHighlight1.590.081.67
annoPixels1.130.021.14
annoSegments2.950.123.10
annoText0.970.051.02
annoXaxis1.280.051.33
annoYaxis1.080.011.09
annoZoomLines3.340.253.60
assembly000
c000
colorby0.640.020.65
defaultPackages000
genomes000
mapColors0.10.00.1
pageCreate0.010.000.01
pageGuideHide0.020.000.02
pageGuideHorizontal0.010.000.01
pageGuideShow1.360.081.44
pageGuideVertical0.100.000.09
pagePlotPlace0.840.000.85
pagePlotRemove0.550.010.56
pgParams1.210.031.23
plotCircle0.030.000.03
plotGG0.230.020.25
plotGenes5.050.125.17
plotGenomeLabel2.520.082.59
plotHicRectangle0.580.050.63
plotHicSquare0.830.030.86
plotHicTriangle1.530.081.61
plotIdeogram10.54 0.5512.31
plotLegend0.360.100.47
plotManhattan2.840.152.99
plotPairs0.670.000.67
plotPairsArches0.110.000.11
plotPolygon0.020.010.03
plotRanges0.170.050.22
plotRaster11.06 0.7011.76
plotRect0.580.000.58
plotSegments0.050.000.05
plotSignal0.870.050.92
plotText0.080.000.28
plotTranscripts1.140.011.16
readBigwig000
readHic0.000.000.07