miga-base 0.3.1.7 → 0.3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/actions/ncbi_get.rb +8 -0
  3. data/lib/miga/common.rb +9 -215
  4. data/lib/miga/common/base.rb +49 -0
  5. data/lib/miga/common/format.rb +135 -0
  6. data/lib/miga/common/path.rb +49 -0
  7. data/lib/miga/daemon.rb +3 -60
  8. data/lib/miga/daemon/base.rb +69 -0
  9. data/lib/miga/dataset.rb +3 -3
  10. data/lib/miga/dataset/result.rb +5 -5
  11. data/lib/miga/result.rb +5 -0
  12. data/lib/miga/version.rb +7 -5
  13. data/scripts/distances.bash +2 -19
  14. data/scripts/taxonomy.bash +2 -21
  15. data/test/common_test.rb +9 -0
  16. data/utils/distance/base.rb +6 -0
  17. data/utils/distance/commands.rb +82 -0
  18. data/utils/distance/database.rb +86 -0
  19. data/utils/distance/pipeline.rb +98 -0
  20. data/utils/distance/runner.rb +104 -0
  21. data/utils/distance/temporal.rb +37 -0
  22. data/utils/distances.rb +9 -0
  23. data/utils/enveomics/Docs/recplot2.md +233 -0
  24. data/utils/enveomics/Makefile +1 -1
  25. data/utils/enveomics/Manifest/Tasks/blasttab.json +66 -0
  26. data/utils/enveomics/Manifest/Tasks/fasta.json +10 -3
  27. data/utils/enveomics/Manifest/Tasks/fastq.json +4 -4
  28. data/utils/enveomics/Manifest/Tasks/mapping.json +38 -1
  29. data/utils/enveomics/Manifest/categories.json +11 -1
  30. data/utils/enveomics/Manifest/examples.json +2 -2
  31. data/utils/enveomics/README.md +2 -0
  32. data/utils/enveomics/Scripts/Aln.cat.rb +1 -0
  33. data/utils/enveomics/Scripts/BedGraph.tad.rb +52 -30
  34. data/utils/enveomics/Scripts/BedGraph.window.rb +71 -0
  35. data/utils/enveomics/Scripts/BlastTab.recplot2.R +7 -2
  36. data/utils/enveomics/Scripts/FastA.interpose.pl +26 -20
  37. data/utils/enveomics/Scripts/FastQ.interpose.pl +20 -20
  38. data/utils/enveomics/Scripts/RecPlot2.compareIdentities.R +32 -0
  39. data/utils/enveomics/Scripts/SRA.download.bash +28 -21
  40. data/utils/enveomics/Scripts/Table.barplot.R +1 -0
  41. data/utils/enveomics/Scripts/aai.rb +4 -2
  42. data/utils/enveomics/build_enveomics_r.bash +5 -5
  43. data/utils/enveomics/enveomics.R/DESCRIPTION +1 -1
  44. data/utils/enveomics/enveomics.R/NAMESPACE +6 -2
  45. data/utils/enveomics/enveomics.R/R/recplot2.R +471 -71
  46. data/utils/enveomics/enveomics.R/README.md +26 -17
  47. data/utils/enveomics/enveomics.R/man/enve.recplot2-class.Rd +1 -1
  48. data/utils/enveomics/enveomics.R/man/enve.recplot2.ANIr.Rd +23 -0
  49. data/utils/enveomics/enveomics.R/man/enve.recplot2.Rd +6 -3
  50. data/utils/enveomics/enveomics.R/man/enve.recplot2.compareIdentities.Rd +32 -0
  51. data/utils/enveomics/enveomics.R/man/enve.recplot2.coordinates.Rd +24 -0
  52. data/utils/enveomics/enveomics.R/man/enve.recplot2.extractWindows.Rd +12 -7
  53. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.Rd +8 -37
  54. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__em_e.Rd +20 -0
  55. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__em_m.Rd +20 -0
  56. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__emauto_one.Rd +29 -0
  57. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__mow_one.Rd +42 -0
  58. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__mower.Rd +18 -0
  59. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.em.Rd +33 -0
  60. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.emauto.Rd +28 -0
  61. data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.mower.Rd +56 -0
  62. data/utils/enveomics/enveomics.R/man/enve.recplot2.peak-class.Rd +3 -1
  63. data/utils/enveomics/enveomics.R/man/enve.recplot2.seqdepth.Rd +22 -0
  64. data/utils/enveomics/enveomics.R/man/plot.enve.recplot2.Rd +20 -14
  65. data/utils/requirements.txt +1 -1
  66. metadata +28 -4
  67. data/utils/enveomics/enveomics.R/man/enve.recplot2.__findPeak.Rd +0 -40
  68. data/utils/enveomics/enveomics.R/man/enve.recplot2.__findPeaks.Rd +0 -18
@@ -0,0 +1,28 @@
1
+ \name{enve.recplot2.findPeaks.emauto}
2
+ \alias{enve.recplot2.findPeaks.emauto}
3
+ \title{enve recplot2 findPeaks emauto}
4
+ \description{Identifies peaks in the population histogram using a Gaussian Mixture
5
+ Model Expectation Maximization (GMM-EM) method with number of components
6
+ automatically detected.}
7
+ \usage{enve.recplot2.findPeaks.emauto(x, components = seq(1, 10), criterion = "aic",
8
+ merge.tol = 2L, verbose = FALSE, ...)}
9
+ \arguments{
10
+ \item{x}{An `enve.RecPlot2` object.}
11
+ \item{components}{A vector of number of components to evaluate.}
12
+ \item{criterion}{Criterion to use for components selection. Must be one of:
13
+ 'aic' (Akaike Information Criterion),
14
+ 'bic' or 'sbc' (Bayesian Information Criterion or Schwarz Criterion).}
15
+ \item{merge.tol}{When attempting to merge peaks with very similar sequencing depth, use
16
+ this number of significant digits (in log-scale).}
17
+ \item{verbose}{Display (mostly debugging) information.}
18
+ \item{\dots}{Any additional parameters supported by `enve.recplot2.findPeaks.em`.}
19
+ }
20
+
21
+ \value{Returns a list of `enve.RecPlot2.Peak` objects.}
22
+
23
+ \author{Luis M. Rodriguez-R [aut, cre]}
24
+
25
+
26
+
27
+
28
+
@@ -0,0 +1,56 @@
1
+ \name{enve.recplot2.findPeaks.mower}
2
+ \alias{enve.recplot2.findPeaks.mower}
3
+ \title{enve recplot2 findPeaks mower}
4
+ \description{Identifies peaks in the population histogram potentially indicating
5
+ sub-population mixtures, using a custom distribution-mowing method.}
6
+ \usage{enve.recplot2.findPeaks.mower(x, min.points = 10, quant.est = c(0.002,
7
+ 0.998), mlv.opts = list(method = "parzen"), fitdist.opts.sn = list(distr = "sn",
8
+ method = "qme", probs = c(0.1, 0.5, 0.8), start = list(omega = 1,
9
+ alpha = -1), lower = c(0, -Inf, -Inf)), fitdist.opts.norm = list(distr = "norm",
10
+ method = "qme", probs = c(0.4, 0.6), start = list(sd = 1),
11
+ lower = c(0, -Inf)), rm.top = 0.05, with.skewness = TRUE,
12
+ optim.rounds = 200, optim.epsilon = 1e-04, merge.logdist = log(1.75),
13
+ verbose = FALSE, log = TRUE)}
14
+ \arguments{
15
+ \item{x}{An `enve.RecPlot2` object.}
16
+ \item{min.points}{Minimum number of points in the quantile-estimation-range
17
+ (`quant.est`) to estimate a peak.}
18
+ \item{quant.est}{Range of quantiles to be used in the estimation of a peak's
19
+ parameters.}
20
+ \item{mlv.opts}{Options passed to `mlv` to estimate the mode.}
21
+ \item{fitdist.opts.sn}{
22
+ }
23
+ \item{fitdist.opts.norm}{
24
+ }
25
+ \item{rm.top}{Top-values to remove before finding peaks, as a quantile probability.
26
+ This step is useful to remove highly conserved regions, but can be
27
+ turned off by setting rm.top=0. The quantile is determined *after*
28
+ removing zero-coverage windows.}
29
+ \item{with.skewness}{Allow skewness correction of the peaks. Typically, the
30
+ sequencing-depth distribution for a single peak is left-skewed, due
31
+ partly (but not exclusively) to fragmentation and mapping sensitivity.
32
+ See Lindner et al 2013, Bioinformatics 29(10):1260-7 for an
33
+ alternative solution for the first problem (fragmentation) called
34
+ "tail distribution".}
35
+ \item{optim.rounds}{Maximum rounds of peak optimization.}
36
+ \item{optim.epsilon}{Trace change at which optimization stops (unless `optim.rounds` is
37
+ reached first). The trace change is estimated as the sum of square
38
+ differences between parameters in one round and those from two rounds
39
+ earlier (to avoid infinite loops from approximation).}
40
+ \item{merge.logdist}{Maximum value of |log-ratio| between centrality parameters in peaks to
41
+ attempt merging. The default of ~0.22 corresponds to a maximum
42
+ difference of 25\%.}
43
+ \item{verbose}{Display (mostly debugging) information.}
44
+ \item{log}{Logical value indicating if the estimations should be performed in
45
+ natural logarithm units. Do not change unless you know what you're
46
+ doing.}
47
+ }
48
+
49
+ \value{Returns a list of `enve.RecPlot2.Peak` objects.}
50
+
51
+ \author{Luis M. Rodriguez-R [aut, cre]}
52
+
53
+
54
+
55
+
56
+
@@ -26,8 +26,10 @@ ideally be equal to the length of `values`, but it's not and integer.}
26
26
  \item{\code{n.total}:}{(\code{numeric}) Total number of bins from which the peak was extracted. I.e., total
27
27
  number of position bins with non-zero sequencing depth in the recruitment
28
28
  plot (regardless of peak count).}
29
- \item{\code{err.res}:}{(\code{numeric}) Error left after adding the peak.}
29
+ \item{\code{err.res}:}{(\code{numeric}) Error left after adding the peak (mower) or log-likelihood (em or emauto).}
30
30
  \item{\code{merge.logdist}:}{(\code{numeric}) Attempted `merge.logdist` parameter.}
31
+ \item{\code{seq.depth}:}{(\code{numeric}) Best estimate available for the sequencing depth of the peak (centrality).}
32
+ \item{\code{log}:}{(\code{logical}) Indicates if the estimation was performed in natural logarithm space}
31
33
  }
32
34
  }
33
35
  \section{Methods}{
@@ -0,0 +1,22 @@
1
+ \name{enve.recplot2.seqdepth}
2
+ \alias{enve.recplot2.seqdepth}
3
+ \title{enve recplot2 seqdepth}
4
+ \description{Calculate the sequencing depth of the given window(s)}
5
+ \usage{enve.recplot2.seqdepth(x, sel, low.identity = FALSE)}
6
+ \arguments{
7
+ \item{x}{`enve.RecPlot2` object.}
8
+ \item{sel}{Window(s) for which the sequencing depth is to be calculated. If not
9
+ passed, it returns the sequencing depth of all windows}
10
+ \item{low.identity}{A logical indicating if the sequencing depth is to be estimated only
11
+ with low-identity matches. By default, only high-identity matches are
12
+ used.}
13
+ }
14
+
15
+ \value{Returns a numeric vector of sequencing depths (in bp/bp). }
16
+
17
+ \author{Luis M. Rodriguez-R [aut, cre]}
18
+
19
+
20
+
21
+
22
+
@@ -4,18 +4,20 @@
4
4
  \description{Plots an `enve.RecPlot2` object.}
5
5
  \usage{\method{plot}{enve.RecPlot2}(x, layout = matrix(c(5, 5, 2, 1, 4, 3), nrow = 2),
6
6
  widths = c(1, 7, 2), heights = c(1, 2), palette = grey((100:0)/100),
7
- underlay.group = TRUE, peaks.col = "darkred", id.lim = range(x$id.breaks),
8
- pos.lim = range(x$pos.breaks), pos.units = c("Mbp", "Kbp",
9
- "bp"), mar = list(`1` = c(5, 4, 1, 1) + 0.1, `2` = c(ifelse(any(layout ==
10
- 1), 1, 5), 4, 4, 1) + 0.1, `3` = c(5, ifelse(any(layout ==
11
- 1), 1, 4), 1, 2) + 0.1, `4` = c(ifelse(any(layout ==
12
- 1), 1, 5), ifelse(any(layout == 2), 1, 4), 4, 2) + 0.1,
13
- `5` = c(5, 3, 4, 1) + 0.1, `6` = c(5, 4, 4, 2) + 0.1),
14
- pos.splines = 0, id.splines = 1/2, in.lwd = ifelse(pos.splines >
15
- 0, 1/2, 2), out.lwd = ifelse(pos.splines > 0, 1/2, 2),
16
- id.lwd = ifelse(id.splines > 0, 1/2, 2), in.col = "darkblue",
17
- out.col = "lightblue", id.col = "black", breaks.col = "#AAAAAA40",
18
- peaks.opts = list(), ...)}
7
+ underlay.group = TRUE, peaks.col = "darkred", use.peaks,
8
+ id.lim = range(x$id.breaks), pos.lim = range(x$pos.breaks),
9
+ pos.units = c("Mbp", "Kbp", "bp"), mar = list(`1` = c(5,
10
+ 4, 1, 1) + 0.1, `2` = c(ifelse(any(layout == 1), 1, 5),
11
+ 4, 4, 1) + 0.1, `3` = c(5, ifelse(any(layout == 1), 1,
12
+ 4), 1, 2) + 0.1, `4` = c(ifelse(any(layout == 1), 1,
13
+ 5), ifelse(any(layout == 2), 1, 4), 4, 2) + 0.1, `5` = c(5,
14
+ 3, 4, 1) + 0.1, `6` = c(5, 4, 4, 2) + 0.1), pos.splines = 0,
15
+ id.splines = 1/2, in.lwd = ifelse(is.null(pos.splines) ||
16
+ pos.splines > 0, 1/2, 2), out.lwd = ifelse(is.null(pos.splines) ||
17
+ pos.splines > 0, 1/2, 2), id.lwd = ifelse(is.null(id.splines) ||
18
+ id.splines > 0, 1/2, 2), in.col = "darkblue", out.col = "lightblue",
19
+ id.col = "black", breaks.col = "#AAAAAA40", peaks.opts = list(),
20
+ ...)}
19
21
  \arguments{
20
22
  \item{x}{`enve.RecPlot2` object to plot.}
21
23
  \item{layout}{Matrix indicating the position of the different panels in the layout,
@@ -38,6 +40,8 @@ to the maximum sequencing depth.}
38
40
  on `in.col` and `out.col`. Requires support for semi-transparency.}
39
41
  \item{peaks.col}{If not NA, it attempts to represent peaks in the population histogram
40
42
  in the specified color. Set to NA to avoid peak-finding.}
43
+ \item{use.peaks}{A list of `enve.RecPlot2.Peak` objects, as returned by
44
+ `enve.recplot2.findPeaks`. If passed, `peaks.opts` is ignored.}
41
45
  \item{id.lim}{Limits of identities to represent.}
42
46
  \item{pos.lim}{Limits of positions to represent (in bp, regardless of `pos.units`).}
43
47
  \item{pos.units}{Units in which the positions should be represented (powers of 1,000
@@ -45,9 +49,11 @@ base pairs).}
45
49
  \item{mar}{
46
50
  }
47
51
  \item{pos.splines}{Smoothing parameter for the splines in the position histogram. Zero
48
- (0) for no splines. If non-zero, requires the stats package.}
52
+ (0) for no splines. Use NULL to automatically detect by leave-one-out
53
+ cross-validation.}
49
54
  \item{id.splines}{Smoothing parameter for the splines in the identity histogram. Zero
50
- (0) for no splines. If non-zero, requires the stats package.}
55
+ (0) for no splines. Use NULL to automatically detect by leave-one-out
56
+ cross-validation.}
51
57
  \item{in.lwd}{Line width for the sequencing depth of in-group matches.}
52
58
  \item{out.lwd}{Line width for the sequencing depth of out-group matches.}
53
59
  \item{id.lwd}{Line width for the identity histogram.}
@@ -14,6 +14,6 @@ Barrnap barrnap http://www.vicbioinformatics.com/software.barrnap.shtml
14
14
  Scythe scythe https://github.com/vsbuffalo/scythe Required version: 0.991+
15
15
  FastQC fastqc http://www.bioinformatics.babraham.ac.uk/projects/fastqc
16
16
  SolexaQA++ SolexaQA++ http://solexaqa.sourceforge.net Required version: v3.1.3+
17
- DIAMOND (opt) diamond http://ab.inf.uni-tuebingen.de/software/diamond Required version: v0.7.9+
17
+ DIAMOND (opt) diamond http://ab.inf.uni-tuebingen.de/software/diamond Required version: v0.9.20+
18
18
  MyTaxa (opt) MyTaxa http://enve-omics.ce.gatech.edu/mytaxa The folder must contain the db and utils dirs, and the AllGenomes.faa.dmnd database
19
19
  Krona (opt) ktImportText https://github.com/marbl/Krona/wiki
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miga-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1.7
4
+ version: 0.3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis M. Rodriguez-R
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-13 00:00:00.000000000 Z
11
+ date: 2018-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -145,7 +145,11 @@ files:
145
145
  - lib/miga/_data/aai-intax.tsv.gz
146
146
  - lib/miga/_data/aai-novel.tsv.gz
147
147
  - lib/miga/common.rb
148
+ - lib/miga/common/base.rb
149
+ - lib/miga/common/format.rb
150
+ - lib/miga/common/path.rb
148
151
  - lib/miga/daemon.rb
152
+ - lib/miga/daemon/base.rb
149
153
  - lib/miga/dataset.rb
150
154
  - lib/miga/dataset/base.rb
151
155
  - lib/miga/dataset/result.rb
@@ -199,6 +203,14 @@ files:
199
203
  - utils/adapters.fa
200
204
  - utils/arch-ess-genes.rb
201
205
  - utils/core-pan-plot.R
206
+ - utils/distance/base.rb
207
+ - utils/distance/commands.rb
208
+ - utils/distance/database.rb
209
+ - utils/distance/pipeline.rb
210
+ - utils/distance/runner.rb
211
+ - utils/distance/temporal.rb
212
+ - utils/distances.rb
213
+ - utils/enveomics/Docs/recplot2.md
202
214
  - utils/enveomics/Examples/aai-matrix.bash
203
215
  - utils/enveomics/Examples/ani-matrix.bash
204
216
  - utils/enveomics/Examples/essential-phylogeny.bash
@@ -263,6 +275,7 @@ files:
263
275
  - utils/enveomics/Scripts/Aln.convert.pl
264
276
  - utils/enveomics/Scripts/AlphaDiversity.pl
265
277
  - utils/enveomics/Scripts/BedGraph.tad.rb
278
+ - utils/enveomics/Scripts/BedGraph.window.rb
266
279
  - utils/enveomics/Scripts/BlastPairwise.AAsubs.pl
267
280
  - utils/enveomics/Scripts/BlastTab.addlen.rb
268
281
  - utils/enveomics/Scripts/BlastTab.advance.bash
@@ -321,6 +334,7 @@ files:
321
334
  - utils/enveomics/Scripts/NCBIacc2tax.rb
322
335
  - utils/enveomics/Scripts/Newick.autoprune.R
323
336
  - utils/enveomics/Scripts/RAxML-EPA.to_iToL.pl
337
+ - utils/enveomics/Scripts/RecPlot2.compareIdentities.R
324
338
  - utils/enveomics/Scripts/RefSeq.download.bash
325
339
  - utils/enveomics/Scripts/SRA.download.bash
326
340
  - utils/enveomics/Scripts/TRIBS.plot-test.R
@@ -418,17 +432,27 @@ files:
418
432
  - utils/enveomics/enveomics.R/man/enve.prune.dist.Rd
419
433
  - utils/enveomics/enveomics.R/man/enve.recplot.Rd
420
434
  - utils/enveomics/enveomics.R/man/enve.recplot2-class.Rd
435
+ - utils/enveomics/enveomics.R/man/enve.recplot2.ANIr.Rd
421
436
  - utils/enveomics/enveomics.R/man/enve.recplot2.Rd
422
437
  - utils/enveomics/enveomics.R/man/enve.recplot2.__counts.Rd
423
- - utils/enveomics/enveomics.R/man/enve.recplot2.__findPeak.Rd
424
- - utils/enveomics/enveomics.R/man/enve.recplot2.__findPeaks.Rd
425
438
  - utils/enveomics/enveomics.R/man/enve.recplot2.__peakHist.Rd
426
439
  - utils/enveomics/enveomics.R/man/enve.recplot2.__whichClosestPeak.Rd
427
440
  - utils/enveomics/enveomics.R/man/enve.recplot2.changeCutoff.Rd
441
+ - utils/enveomics/enveomics.R/man/enve.recplot2.compareIdentities.Rd
442
+ - utils/enveomics/enveomics.R/man/enve.recplot2.coordinates.Rd
428
443
  - utils/enveomics/enveomics.R/man/enve.recplot2.corePeak.Rd
429
444
  - utils/enveomics/enveomics.R/man/enve.recplot2.extractWindows.Rd
430
445
  - utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.Rd
446
+ - utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__em_e.Rd
447
+ - utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__em_m.Rd
448
+ - utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__emauto_one.Rd
449
+ - utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__mow_one.Rd
450
+ - utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__mower.Rd
451
+ - utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.em.Rd
452
+ - utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.emauto.Rd
453
+ - utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.mower.Rd
431
454
  - utils/enveomics/enveomics.R/man/enve.recplot2.peak-class.Rd
455
+ - utils/enveomics/enveomics.R/man/enve.recplot2.seqdepth.Rd
432
456
  - utils/enveomics/enveomics.R/man/enve.tribs.Rd
433
457
  - utils/enveomics/enveomics.R/man/enve.tribs.test.Rd
434
458
  - utils/enveomics/enveomics.R/man/enveomics.R-package.Rd
@@ -1,40 +0,0 @@
1
- \name{enve.recplot2.__findPeak}
2
- \alias{enve.recplot2.__findPeak}
3
- \title{enve recplot2 findPeak}
4
- \description{Internall ancilliary function (see `enve.recplot2.findPeaks`).}
5
- \usage{enve.recplot2.__findPeak(lsd1, min.points, quant.est, mlv.opts,
6
- fitdist.opts, with.skewness, optim.rounds, optim.epsilon,
7
- n.total, merge.logdist, verbose)}
8
- \arguments{
9
- \item{lsd1}{
10
- }
11
- \item{min.points}{
12
- }
13
- \item{quant.est}{
14
- }
15
- \item{mlv.opts}{
16
- }
17
- \item{fitdist.opts}{
18
- }
19
- \item{with.skewness}{
20
- }
21
- \item{optim.rounds}{
22
- }
23
- \item{optim.epsilon}{
24
- }
25
- \item{n.total}{
26
- }
27
- \item{merge.logdist}{
28
- }
29
- \item{verbose}{
30
- }
31
- }
32
-
33
-
34
-
35
- \author{Luis M. Rodriguez-R [aut, cre]}
36
-
37
-
38
-
39
-
40
-
@@ -1,18 +0,0 @@
1
- \name{enve.recplot2.__findPeaks}
2
- \alias{enve.recplot2.__findPeaks}
3
- \title{enve recplot2 findPeaks}
4
- \description{Internal ancilliary function (see `enve.recplot2.findPeaks`).}
5
- \usage{enve.recplot2.__findPeaks(peaks.opts)}
6
- \arguments{
7
- \item{peaks.opts}{
8
- }
9
- }
10
-
11
-
12
-
13
- \author{Luis M. Rodriguez-R [aut, cre]}
14
-
15
-
16
-
17
-
18
-