miga-base 0.7.23.0 → 0.7.25.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -0
- data/Rakefile +1 -0
- data/lib/miga/cli/action/add.rb +10 -8
- data/lib/miga/cli/action/classify_wf.rb +12 -11
- data/lib/miga/cli/action/derep_wf.rb +3 -9
- data/lib/miga/cli/action/edit.rb +0 -1
- data/lib/miga/cli/action/find.rb +1 -1
- data/lib/miga/cli/action/generic.rb +1 -1
- data/lib/miga/cli/action/get.rb +7 -2
- data/lib/miga/cli/action/index_wf.rb +4 -2
- data/lib/miga/cli/action/init.rb +60 -59
- data/lib/miga/cli/action/init/files_helper.rb +2 -1
- data/lib/miga/cli/action/ncbi_get.rb +1 -1
- data/lib/miga/cli/action/new.rb +15 -9
- data/lib/miga/cli/action/option.rb +63 -0
- data/lib/miga/cli/action/preproc_wf.rb +7 -5
- data/lib/miga/cli/action/quality_wf.rb +3 -3
- data/lib/miga/cli/action/tax_dist.rb +1 -1
- data/lib/miga/cli/action/tax_test.rb +1 -1
- data/lib/miga/cli/action/wf.rb +72 -54
- data/lib/miga/cli/base.rb +17 -5
- data/lib/miga/cli/objects_helper.rb +23 -18
- data/lib/miga/common.rb +1 -1
- data/lib/miga/common/with_option.rb +83 -0
- data/lib/miga/common/with_result.rb +2 -1
- data/lib/miga/dataset/base.rb +20 -2
- data/lib/miga/dataset/result.rb +3 -2
- data/lib/miga/metadata.rb +25 -13
- data/lib/miga/project/base.rb +82 -2
- data/lib/miga/project/result.rb +4 -4
- data/lib/miga/result.rb +18 -15
- data/lib/miga/result/stats.rb +2 -2
- data/lib/miga/version.rb +2 -2
- data/scripts/essential_genes.bash +18 -3
- data/scripts/miga.bash +8 -2
- data/scripts/ogs.bash +2 -3
- data/test/dataset_test.rb +5 -5
- data/test/lair_test.rb +1 -2
- data/test/result_test.rb +22 -0
- data/test/with_option_test.rb +115 -0
- data/utils/cleanup-databases.rb +1 -2
- data/utils/distance/base.rb +9 -0
- data/utils/distance/commands.rb +183 -81
- data/utils/distance/database.rb +69 -10
- data/utils/distance/pipeline.rb +15 -21
- data/utils/distance/runner.rb +28 -49
- data/utils/distance/temporal.rb +4 -2
- data/utils/distances.rb +2 -2
- data/utils/index_metadata.rb +1 -2
- data/utils/requirements.txt +1 -1
- data/utils/subclade/runner.rb +9 -10
- metadata +9 -273
- data/utils/enveomics/Docs/recplot2.md +0 -244
- data/utils/enveomics/Examples/aai-matrix.bash +0 -66
- data/utils/enveomics/Examples/ani-matrix.bash +0 -66
- data/utils/enveomics/Examples/essential-phylogeny.bash +0 -105
- data/utils/enveomics/Examples/unus-genome-phylogeny.bash +0 -100
- data/utils/enveomics/LICENSE.txt +0 -73
- data/utils/enveomics/Makefile +0 -52
- data/utils/enveomics/Manifest/Tasks/aasubs.json +0 -103
- data/utils/enveomics/Manifest/Tasks/blasttab.json +0 -786
- data/utils/enveomics/Manifest/Tasks/distances.json +0 -161
- data/utils/enveomics/Manifest/Tasks/fasta.json +0 -766
- data/utils/enveomics/Manifest/Tasks/fastq.json +0 -243
- data/utils/enveomics/Manifest/Tasks/graphics.json +0 -126
- data/utils/enveomics/Manifest/Tasks/mapping.json +0 -67
- data/utils/enveomics/Manifest/Tasks/ogs.json +0 -382
- data/utils/enveomics/Manifest/Tasks/other.json +0 -829
- data/utils/enveomics/Manifest/Tasks/remote.json +0 -355
- data/utils/enveomics/Manifest/Tasks/sequence-identity.json +0 -501
- data/utils/enveomics/Manifest/Tasks/tables.json +0 -308
- data/utils/enveomics/Manifest/Tasks/trees.json +0 -68
- data/utils/enveomics/Manifest/Tasks/variants.json +0 -111
- data/utils/enveomics/Manifest/categories.json +0 -156
- data/utils/enveomics/Manifest/examples.json +0 -154
- data/utils/enveomics/Manifest/tasks.json +0 -4
- data/utils/enveomics/Pipelines/assembly.pbs/CONFIG.mock.bash +0 -69
- data/utils/enveomics/Pipelines/assembly.pbs/FastA.N50.pl +0 -1
- data/utils/enveomics/Pipelines/assembly.pbs/FastA.filterN.pl +0 -1
- data/utils/enveomics/Pipelines/assembly.pbs/FastA.length.pl +0 -1
- data/utils/enveomics/Pipelines/assembly.pbs/README.md +0 -189
- data/utils/enveomics/Pipelines/assembly.pbs/RUNME-2.bash +0 -112
- data/utils/enveomics/Pipelines/assembly.pbs/RUNME-3.bash +0 -23
- data/utils/enveomics/Pipelines/assembly.pbs/RUNME-4.bash +0 -44
- data/utils/enveomics/Pipelines/assembly.pbs/RUNME.bash +0 -50
- data/utils/enveomics/Pipelines/assembly.pbs/kSelector.R +0 -37
- data/utils/enveomics/Pipelines/assembly.pbs/newbler.pbs +0 -68
- data/utils/enveomics/Pipelines/assembly.pbs/newbler_preparator.pl +0 -49
- data/utils/enveomics/Pipelines/assembly.pbs/soap.pbs +0 -80
- data/utils/enveomics/Pipelines/assembly.pbs/stats.pbs +0 -57
- data/utils/enveomics/Pipelines/assembly.pbs/velvet.pbs +0 -63
- data/utils/enveomics/Pipelines/blast.pbs/01.pbs.bash +0 -38
- data/utils/enveomics/Pipelines/blast.pbs/02.pbs.bash +0 -73
- data/utils/enveomics/Pipelines/blast.pbs/03.pbs.bash +0 -21
- data/utils/enveomics/Pipelines/blast.pbs/BlastTab.recover_job.pl +0 -72
- data/utils/enveomics/Pipelines/blast.pbs/CONFIG.mock.bash +0 -98
- data/utils/enveomics/Pipelines/blast.pbs/FastA.split.pl +0 -1
- data/utils/enveomics/Pipelines/blast.pbs/README.md +0 -127
- data/utils/enveomics/Pipelines/blast.pbs/RUNME.bash +0 -109
- data/utils/enveomics/Pipelines/blast.pbs/TASK.check.bash +0 -128
- data/utils/enveomics/Pipelines/blast.pbs/TASK.dry.bash +0 -16
- data/utils/enveomics/Pipelines/blast.pbs/TASK.eo.bash +0 -22
- data/utils/enveomics/Pipelines/blast.pbs/TASK.pause.bash +0 -26
- data/utils/enveomics/Pipelines/blast.pbs/TASK.run.bash +0 -89
- data/utils/enveomics/Pipelines/blast.pbs/sentinel.pbs.bash +0 -29
- data/utils/enveomics/Pipelines/idba.pbs/README.md +0 -49
- data/utils/enveomics/Pipelines/idba.pbs/RUNME.bash +0 -95
- data/utils/enveomics/Pipelines/idba.pbs/run.pbs +0 -56
- data/utils/enveomics/Pipelines/trim.pbs/README.md +0 -54
- data/utils/enveomics/Pipelines/trim.pbs/RUNME.bash +0 -70
- data/utils/enveomics/Pipelines/trim.pbs/run.pbs +0 -130
- data/utils/enveomics/README.md +0 -42
- data/utils/enveomics/Scripts/AAsubs.log2ratio.rb +0 -171
- data/utils/enveomics/Scripts/Aln.cat.rb +0 -163
- data/utils/enveomics/Scripts/Aln.convert.pl +0 -35
- data/utils/enveomics/Scripts/AlphaDiversity.pl +0 -152
- data/utils/enveomics/Scripts/BedGraph.tad.rb +0 -93
- data/utils/enveomics/Scripts/BedGraph.window.rb +0 -71
- data/utils/enveomics/Scripts/BlastPairwise.AAsubs.pl +0 -102
- data/utils/enveomics/Scripts/BlastTab.addlen.rb +0 -63
- data/utils/enveomics/Scripts/BlastTab.advance.bash +0 -48
- data/utils/enveomics/Scripts/BlastTab.best_hit_sorted.pl +0 -55
- data/utils/enveomics/Scripts/BlastTab.catsbj.pl +0 -104
- data/utils/enveomics/Scripts/BlastTab.cogCat.rb +0 -76
- data/utils/enveomics/Scripts/BlastTab.filter.pl +0 -47
- data/utils/enveomics/Scripts/BlastTab.kegg_pep2path_rest.pl +0 -194
- data/utils/enveomics/Scripts/BlastTab.metaxaPrep.pl +0 -104
- data/utils/enveomics/Scripts/BlastTab.pairedHits.rb +0 -157
- data/utils/enveomics/Scripts/BlastTab.recplot2.R +0 -48
- data/utils/enveomics/Scripts/BlastTab.seqdepth.pl +0 -86
- data/utils/enveomics/Scripts/BlastTab.seqdepth_ZIP.pl +0 -119
- data/utils/enveomics/Scripts/BlastTab.seqdepth_nomedian.pl +0 -86
- data/utils/enveomics/Scripts/BlastTab.subsample.pl +0 -47
- data/utils/enveomics/Scripts/BlastTab.sumPerHit.pl +0 -114
- data/utils/enveomics/Scripts/BlastTab.taxid2taxrank.pl +0 -90
- data/utils/enveomics/Scripts/BlastTab.topHits_sorted.rb +0 -101
- data/utils/enveomics/Scripts/Chao1.pl +0 -97
- data/utils/enveomics/Scripts/CharTable.classify.rb +0 -234
- data/utils/enveomics/Scripts/EBIseq2tax.rb +0 -83
- data/utils/enveomics/Scripts/FastA.N50.pl +0 -56
- data/utils/enveomics/Scripts/FastA.extract.rb +0 -152
- data/utils/enveomics/Scripts/FastA.filter.pl +0 -52
- data/utils/enveomics/Scripts/FastA.filterLen.pl +0 -28
- data/utils/enveomics/Scripts/FastA.filterN.pl +0 -60
- data/utils/enveomics/Scripts/FastA.fragment.rb +0 -92
- data/utils/enveomics/Scripts/FastA.gc.pl +0 -42
- data/utils/enveomics/Scripts/FastA.interpose.pl +0 -93
- data/utils/enveomics/Scripts/FastA.length.pl +0 -38
- data/utils/enveomics/Scripts/FastA.mask.rb +0 -89
- data/utils/enveomics/Scripts/FastA.per_file.pl +0 -36
- data/utils/enveomics/Scripts/FastA.qlen.pl +0 -57
- data/utils/enveomics/Scripts/FastA.rename.pl +0 -65
- data/utils/enveomics/Scripts/FastA.revcom.pl +0 -23
- data/utils/enveomics/Scripts/FastA.sample.rb +0 -83
- data/utils/enveomics/Scripts/FastA.slider.pl +0 -85
- data/utils/enveomics/Scripts/FastA.split.pl +0 -55
- data/utils/enveomics/Scripts/FastA.split.rb +0 -79
- data/utils/enveomics/Scripts/FastA.subsample.pl +0 -131
- data/utils/enveomics/Scripts/FastA.tag.rb +0 -65
- data/utils/enveomics/Scripts/FastA.wrap.rb +0 -48
- data/utils/enveomics/Scripts/FastQ.filter.pl +0 -54
- data/utils/enveomics/Scripts/FastQ.interpose.pl +0 -90
- data/utils/enveomics/Scripts/FastQ.offset.pl +0 -90
- data/utils/enveomics/Scripts/FastQ.split.pl +0 -53
- data/utils/enveomics/Scripts/FastQ.tag.rb +0 -63
- data/utils/enveomics/Scripts/FastQ.test-error.rb +0 -81
- data/utils/enveomics/Scripts/FastQ.toFastA.awk +0 -24
- data/utils/enveomics/Scripts/GFF.catsbj.pl +0 -127
- data/utils/enveomics/Scripts/GenBank.add_fields.rb +0 -84
- data/utils/enveomics/Scripts/HMM.essential.rb +0 -351
- data/utils/enveomics/Scripts/HMM.haai.rb +0 -168
- data/utils/enveomics/Scripts/HMMsearch.extractIds.rb +0 -83
- data/utils/enveomics/Scripts/JPlace.distances.rb +0 -88
- data/utils/enveomics/Scripts/JPlace.to_iToL.rb +0 -320
- data/utils/enveomics/Scripts/M5nr.getSequences.rb +0 -81
- data/utils/enveomics/Scripts/MeTaxa.distribution.pl +0 -198
- data/utils/enveomics/Scripts/MyTaxa.fragsByTax.pl +0 -35
- data/utils/enveomics/Scripts/MyTaxa.seq-taxrank.rb +0 -49
- data/utils/enveomics/Scripts/NCBIacc2tax.rb +0 -92
- data/utils/enveomics/Scripts/Newick.autoprune.R +0 -27
- data/utils/enveomics/Scripts/RAxML-EPA.to_iToL.pl +0 -228
- data/utils/enveomics/Scripts/RecPlot2.compareIdentities.R +0 -32
- data/utils/enveomics/Scripts/RefSeq.download.bash +0 -48
- data/utils/enveomics/Scripts/SRA.download.bash +0 -57
- data/utils/enveomics/Scripts/TRIBS.plot-test.R +0 -36
- data/utils/enveomics/Scripts/TRIBS.test.R +0 -39
- data/utils/enveomics/Scripts/Table.barplot.R +0 -31
- data/utils/enveomics/Scripts/Table.df2dist.R +0 -30
- data/utils/enveomics/Scripts/Table.filter.pl +0 -61
- data/utils/enveomics/Scripts/Table.merge.pl +0 -77
- data/utils/enveomics/Scripts/Table.replace.rb +0 -69
- data/utils/enveomics/Scripts/Table.round.rb +0 -63
- data/utils/enveomics/Scripts/Table.split.pl +0 -57
- data/utils/enveomics/Scripts/Taxonomy.silva2ncbi.rb +0 -227
- data/utils/enveomics/Scripts/VCF.KaKs.rb +0 -147
- data/utils/enveomics/Scripts/VCF.SNPs.rb +0 -88
- data/utils/enveomics/Scripts/aai.rb +0 -418
- data/utils/enveomics/Scripts/ani.rb +0 -362
- data/utils/enveomics/Scripts/clust.rand.rb +0 -102
- data/utils/enveomics/Scripts/gi2tax.rb +0 -103
- data/utils/enveomics/Scripts/in_silico_GA_GI.pl +0 -96
- data/utils/enveomics/Scripts/lib/data/dupont_2012_essential.hmm.gz +0 -0
- data/utils/enveomics/Scripts/lib/data/lee_2019_essential.hmm.gz +0 -0
- data/utils/enveomics/Scripts/lib/enveomics.R +0 -1
- data/utils/enveomics/Scripts/lib/enveomics_rb/enveomics.rb +0 -24
- data/utils/enveomics/Scripts/lib/enveomics_rb/jplace.rb +0 -253
- data/utils/enveomics/Scripts/lib/enveomics_rb/og.rb +0 -182
- data/utils/enveomics/Scripts/lib/enveomics_rb/remote_data.rb +0 -74
- data/utils/enveomics/Scripts/lib/enveomics_rb/seq_range.rb +0 -237
- data/utils/enveomics/Scripts/lib/enveomics_rb/stat.rb +0 -30
- data/utils/enveomics/Scripts/lib/enveomics_rb/vcf.rb +0 -135
- data/utils/enveomics/Scripts/ogs.annotate.rb +0 -88
- data/utils/enveomics/Scripts/ogs.core-pan.rb +0 -160
- data/utils/enveomics/Scripts/ogs.extract.rb +0 -125
- data/utils/enveomics/Scripts/ogs.mcl.rb +0 -186
- data/utils/enveomics/Scripts/ogs.rb +0 -104
- data/utils/enveomics/Scripts/ogs.stats.rb +0 -131
- data/utils/enveomics/Scripts/rbm.rb +0 -146
- data/utils/enveomics/Tests/Makefile +0 -10
- data/utils/enveomics/Tests/Mgen_M2288.faa +0 -3189
- data/utils/enveomics/Tests/Mgen_M2288.fna +0 -8282
- data/utils/enveomics/Tests/Mgen_M2321.fna +0 -8288
- data/utils/enveomics/Tests/Nequ_Kin4M.faa +0 -2970
- data/utils/enveomics/Tests/Xanthomonas_oryzae-PilA.tribs.Rdata +0 -0
- data/utils/enveomics/Tests/Xanthomonas_oryzae-PilA.txt +0 -7
- data/utils/enveomics/Tests/Xanthomonas_oryzae.aai-mat.tsv +0 -17
- data/utils/enveomics/Tests/Xanthomonas_oryzae.aai.tsv +0 -137
- data/utils/enveomics/Tests/a_mg.cds-go.blast.tsv +0 -123
- data/utils/enveomics/Tests/a_mg.reads-cds.blast.tsv +0 -200
- data/utils/enveomics/Tests/a_mg.reads-cds.counts.tsv +0 -55
- data/utils/enveomics/Tests/alkB.nwk +0 -1
- data/utils/enveomics/Tests/anthrax-cansnp-data.tsv +0 -13
- data/utils/enveomics/Tests/anthrax-cansnp-key.tsv +0 -17
- data/utils/enveomics/Tests/hiv1.faa +0 -59
- data/utils/enveomics/Tests/hiv1.fna +0 -134
- data/utils/enveomics/Tests/hiv2.faa +0 -70
- data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv +0 -233
- data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv.lim +0 -1
- data/utils/enveomics/Tests/hiv_mix-hiv1.blast.tsv.rec +0 -233
- data/utils/enveomics/Tests/phyla_counts.tsv +0 -10
- data/utils/enveomics/Tests/primate_lentivirus.ogs +0 -11
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-hiv1.rbm +0 -9
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-hiv2.rbm +0 -8
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv1-siv.rbm +0 -6
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv2-hiv2.rbm +0 -9
- data/utils/enveomics/Tests/primate_lentivirus.rbm/hiv2-siv.rbm +0 -6
- data/utils/enveomics/Tests/primate_lentivirus.rbm/siv-siv.rbm +0 -6
- data/utils/enveomics/build_enveomics_r.bash +0 -45
- data/utils/enveomics/enveomics.R/DESCRIPTION +0 -31
- data/utils/enveomics/enveomics.R/NAMESPACE +0 -39
- data/utils/enveomics/enveomics.R/R/autoprune.R +0 -155
- data/utils/enveomics/enveomics.R/R/barplot.R +0 -184
- data/utils/enveomics/enveomics.R/R/cliopts.R +0 -135
- data/utils/enveomics/enveomics.R/R/df2dist.R +0 -154
- data/utils/enveomics/enveomics.R/R/growthcurve.R +0 -331
- data/utils/enveomics/enveomics.R/R/recplot.R +0 -354
- data/utils/enveomics/enveomics.R/R/recplot2.R +0 -1631
- data/utils/enveomics/enveomics.R/R/tribs.R +0 -583
- data/utils/enveomics/enveomics.R/R/utils.R +0 -50
- data/utils/enveomics/enveomics.R/README.md +0 -80
- data/utils/enveomics/enveomics.R/data/growth.curves.rda +0 -0
- data/utils/enveomics/enveomics.R/data/phyla.counts.rda +0 -0
- data/utils/enveomics/enveomics.R/man/cash-enve.GrowthCurve-method.Rd +0 -17
- data/utils/enveomics/enveomics.R/man/cash-enve.RecPlot2-method.Rd +0 -17
- data/utils/enveomics/enveomics.R/man/cash-enve.RecPlot2.Peak-method.Rd +0 -17
- data/utils/enveomics/enveomics.R/man/enve.GrowthCurve-class.Rd +0 -25
- data/utils/enveomics/enveomics.R/man/enve.TRIBS-class.Rd +0 -46
- data/utils/enveomics/enveomics.R/man/enve.TRIBS.merge.Rd +0 -23
- data/utils/enveomics/enveomics.R/man/enve.TRIBStest-class.Rd +0 -47
- data/utils/enveomics/enveomics.R/man/enve.__prune.iter.Rd +0 -23
- data/utils/enveomics/enveomics.R/man/enve.__prune.reduce.Rd +0 -23
- data/utils/enveomics/enveomics.R/man/enve.__tribs.Rd +0 -32
- data/utils/enveomics/enveomics.R/man/enve.barplot.Rd +0 -91
- data/utils/enveomics/enveomics.R/man/enve.cliopts.Rd +0 -57
- data/utils/enveomics/enveomics.R/man/enve.col.alpha.Rd +0 -24
- data/utils/enveomics/enveomics.R/man/enve.col2alpha.Rd +0 -19
- data/utils/enveomics/enveomics.R/man/enve.df2dist.Rd +0 -39
- data/utils/enveomics/enveomics.R/man/enve.df2dist.group.Rd +0 -38
- data/utils/enveomics/enveomics.R/man/enve.df2dist.list.Rd +0 -40
- data/utils/enveomics/enveomics.R/man/enve.growthcurve.Rd +0 -67
- data/utils/enveomics/enveomics.R/man/enve.prune.dist.Rd +0 -37
- data/utils/enveomics/enveomics.R/man/enve.recplot.Rd +0 -122
- data/utils/enveomics/enveomics.R/man/enve.recplot2-class.Rd +0 -45
- data/utils/enveomics/enveomics.R/man/enve.recplot2.ANIr.Rd +0 -24
- data/utils/enveomics/enveomics.R/man/enve.recplot2.Rd +0 -68
- data/utils/enveomics/enveomics.R/man/enve.recplot2.__counts.Rd +0 -25
- data/utils/enveomics/enveomics.R/man/enve.recplot2.__peakHist.Rd +0 -21
- data/utils/enveomics/enveomics.R/man/enve.recplot2.__whichClosestPeak.Rd +0 -19
- data/utils/enveomics/enveomics.R/man/enve.recplot2.changeCutoff.Rd +0 -19
- data/utils/enveomics/enveomics.R/man/enve.recplot2.compareIdentities.Rd +0 -41
- data/utils/enveomics/enveomics.R/man/enve.recplot2.coordinates.Rd +0 -29
- data/utils/enveomics/enveomics.R/man/enve.recplot2.corePeak.Rd +0 -18
- data/utils/enveomics/enveomics.R/man/enve.recplot2.extractWindows.Rd +0 -40
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.Rd +0 -36
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__em_e.Rd +0 -19
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__em_m.Rd +0 -19
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__emauto_one.Rd +0 -27
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__mow_one.Rd +0 -41
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.__mower.Rd +0 -17
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.em.Rd +0 -43
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.emauto.Rd +0 -37
- data/utils/enveomics/enveomics.R/man/enve.recplot2.findPeaks.mower.Rd +0 -74
- data/utils/enveomics/enveomics.R/man/enve.recplot2.peak-class.Rd +0 -59
- data/utils/enveomics/enveomics.R/man/enve.recplot2.seqdepth.Rd +0 -27
- data/utils/enveomics/enveomics.R/man/enve.recplot2.windowDepthThreshold.Rd +0 -32
- data/utils/enveomics/enveomics.R/man/enve.tribs.Rd +0 -59
- data/utils/enveomics/enveomics.R/man/enve.tribs.test.Rd +0 -28
- data/utils/enveomics/enveomics.R/man/enve.truncate.Rd +0 -27
- data/utils/enveomics/enveomics.R/man/growth.curves.Rd +0 -14
- data/utils/enveomics/enveomics.R/man/phyla.counts.Rd +0 -13
- data/utils/enveomics/enveomics.R/man/plot.enve.GrowthCurve.Rd +0 -63
- data/utils/enveomics/enveomics.R/man/plot.enve.TRIBS.Rd +0 -38
- data/utils/enveomics/enveomics.R/man/plot.enve.TRIBStest.Rd +0 -38
- data/utils/enveomics/enveomics.R/man/plot.enve.recplot2.Rd +0 -111
- data/utils/enveomics/enveomics.R/man/summary.enve.GrowthCurve.Rd +0 -19
- data/utils/enveomics/enveomics.R/man/summary.enve.TRIBS.Rd +0 -19
- data/utils/enveomics/enveomics.R/man/summary.enve.TRIBStest.Rd +0 -19
- data/utils/enveomics/globals.mk +0 -8
- data/utils/enveomics/manifest.json +0 -9
@@ -1,45 +0,0 @@
|
|
1
|
-
% Generated by roxygen2: do not edit by hand
|
2
|
-
% Please edit documentation in R/recplot2.R
|
3
|
-
\docType{class}
|
4
|
-
\name{enve.RecPlot2-class}
|
5
|
-
\alias{enve.RecPlot2-class}
|
6
|
-
\alias{enve.RecPlot2}
|
7
|
-
\title{Enveomics: Recruitment Plot (2) - S4 Class}
|
8
|
-
\description{
|
9
|
-
Enve-omics representation of Recruitment plots. This object can
|
10
|
-
be produced by \code{\link{enve.recplot2}} and supports S4 method plot.
|
11
|
-
}
|
12
|
-
\section{Slots}{
|
13
|
-
|
14
|
-
\describe{
|
15
|
-
\item{\code{counts}}{\code{(matrix)} Counts as a two-dimensional histogram.}
|
16
|
-
|
17
|
-
\item{\code{pos.counts.in}}{\code{(numeric)} Counts of in-group hits per position bin.}
|
18
|
-
|
19
|
-
\item{\code{pos.counts.out}}{\code{(numeric)} Counts of out-group hits per position bin.}
|
20
|
-
|
21
|
-
\item{\code{id.counts}}{\code{(numeric)} Counts per ID bin.}
|
22
|
-
|
23
|
-
\item{\code{id.breaks}}{\code{(numeric)} Breaks of identity bins.}
|
24
|
-
|
25
|
-
\item{\code{pos.breaks}}{\code{(numeric)} Breaks of position bins.}
|
26
|
-
|
27
|
-
\item{\code{pos.names}}{\code{(character)} Names of the position bins.}
|
28
|
-
|
29
|
-
\item{\code{seq.breaks}}{\code{(numeric)} Breaks of input sequences.}
|
30
|
-
|
31
|
-
\item{\code{peaks}}{\code{(list)} Peaks identified in the recplot.
|
32
|
-
Limits of the subject sequences after concatenation.}
|
33
|
-
|
34
|
-
\item{\code{seq.names}}{\code{(character}) Names of the subject sequences.}
|
35
|
-
|
36
|
-
\item{\code{id.metric}}{\code{(character}) Metric used as 'identity'.}
|
37
|
-
|
38
|
-
\item{\code{id.ingroup}}{\code{(logical}) Identity bins considered in-group.}
|
39
|
-
|
40
|
-
\item{\code{call}}{\code{(call)} Call producing this object.}
|
41
|
-
}}
|
42
|
-
|
43
|
-
\author{
|
44
|
-
Luis M. Rodriguez-R [aut, cre]
|
45
|
-
}
|
@@ -1,24 +0,0 @@
|
|
1
|
-
% Generated by roxygen2: do not edit by hand
|
2
|
-
% Please edit documentation in R/recplot2.R
|
3
|
-
\name{enve.recplot2.ANIr}
|
4
|
-
\alias{enve.recplot2.ANIr}
|
5
|
-
\title{Enveomics: Recruitment Plot (2) ANI Estimate}
|
6
|
-
\usage{
|
7
|
-
enve.recplot2.ANIr(x, range = c(0, Inf))
|
8
|
-
}
|
9
|
-
\arguments{
|
10
|
-
\item{x}{\code{\link{enve.RecPlot2}} object.}
|
11
|
-
|
12
|
-
\item{range}{Range of identities to be considered. By default, the full range
|
13
|
-
is used (note that the upper boundary is \code{Inf} and not 100 because
|
14
|
-
recruitment plots can also be built with bit-scores). To use only
|
15
|
-
intra-population matches (with identities), use c(95,100). To use only
|
16
|
-
inter-population values, use c(0,95).}
|
17
|
-
}
|
18
|
-
\description{
|
19
|
-
Estimate the Average Nucleotide Identity from reads (ANIr) from a
|
20
|
-
recruitment plot.
|
21
|
-
}
|
22
|
-
\author{
|
23
|
-
Luis M. Rodriguez-R [aut, cre]
|
24
|
-
}
|
@@ -1,68 +0,0 @@
|
|
1
|
-
% Generated by roxygen2: do not edit by hand
|
2
|
-
% Please edit documentation in R/recplot2.R
|
3
|
-
\name{enve.recplot2}
|
4
|
-
\alias{enve.recplot2}
|
5
|
-
\title{Enveomics: Recruitment Plot (2)}
|
6
|
-
\usage{
|
7
|
-
enve.recplot2(prefix, plot = TRUE, pos.breaks = 1000,
|
8
|
-
pos.breaks.tsv = NA, id.breaks = 60, id.free.range = FALSE,
|
9
|
-
id.metric = c("identity", "corrected identity", "bit score"),
|
10
|
-
id.summary = sum, id.cutoff = 95, threads = 2, verbose = TRUE,
|
11
|
-
...)
|
12
|
-
}
|
13
|
-
\arguments{
|
14
|
-
\item{prefix}{Path to the prefix of the \code{BlastTab.catsbj.pl} output files. At
|
15
|
-
least the files .rec and .lim must exist with this prefix.}
|
16
|
-
|
17
|
-
\item{plot}{Should the object be plotted?}
|
18
|
-
|
19
|
-
\item{pos.breaks}{Breaks in the positions histogram. It can also be a vector of break
|
20
|
-
points, and values outside the range are ignored. If zero (0), it
|
21
|
-
uses the sequence breaks as defined in the .lim file, which means
|
22
|
-
one bin per contig (or gene, if the mapping is agains genes). Ignored
|
23
|
-
if `pos.breaks.tsv` is passed.}
|
24
|
-
|
25
|
-
\item{pos.breaks.tsv}{Path to a list of (absolute) coordinates to use as position breaks.
|
26
|
-
This tab-delimited file can be produced by \code{GFF.catsbj.pl}, and it
|
27
|
-
must contain at least one column: coordinates of the break positions of
|
28
|
-
each position bin. If it has a second column, this is used as the name
|
29
|
-
of the position bin that ends at the given coordinate (the first row is
|
30
|
-
ignored). Any additional columns are currently ignored. If \code{NA},
|
31
|
-
position bins are determined by \code{pos.breaks}.}
|
32
|
-
|
33
|
-
\item{id.breaks}{Breaks in the identity histogram. It can also be a vector of break
|
34
|
-
points, and values outside the range are ignored.}
|
35
|
-
|
36
|
-
\item{id.free.range}{Indicates that the range should be freely set from the observed
|
37
|
-
values. Otherwise, 70-100\% is included in the identity histogram
|
38
|
-
(default).}
|
39
|
-
|
40
|
-
\item{id.metric}{Metric of identity to be used (Y-axis). Corrected identity is only
|
41
|
-
supported if the original BLAST file included sequence lengths.}
|
42
|
-
|
43
|
-
\item{id.summary}{Function summarizing the identity bins. Other recommended options
|
44
|
-
include: \code{median} to estimate the median instead of total bins, and
|
45
|
-
\code{function(x) mlv(x,method='parzen')$M} to estimate the mode.}
|
46
|
-
|
47
|
-
\item{id.cutoff}{Cutoff of identity metric above which the hits are considered
|
48
|
-
\code{in-group}. The 95\% identity corresponds to the expectation of
|
49
|
-
ANI<95\% within species.}
|
50
|
-
|
51
|
-
\item{threads}{Number of threads to use.}
|
52
|
-
|
53
|
-
\item{verbose}{Indicates if the function should report the advance.}
|
54
|
-
|
55
|
-
\item{...}{Any additional parameters supported by \code{\link{plot.enve.RecPlot2}}.}
|
56
|
-
}
|
57
|
-
\value{
|
58
|
-
Returns an object of class \code{\link{enve.RecPlot2}}.
|
59
|
-
}
|
60
|
-
\description{
|
61
|
-
Produces recruitment plots provided that \code{BlastTab.catsbj.pl} has
|
62
|
-
been previously executed.
|
63
|
-
}
|
64
|
-
\author{
|
65
|
-
Luis M. Rodriguez-R [aut, cre]
|
66
|
-
|
67
|
-
Kenji Gerhardt [aut]
|
68
|
-
}
|
@@ -1,25 +0,0 @@
|
|
1
|
-
% Generated by roxygen2: do not edit by hand
|
2
|
-
% Please edit documentation in R/recplot2.R
|
3
|
-
\name{enve.recplot2.__counts}
|
4
|
-
\alias{enve.recplot2.__counts}
|
5
|
-
\title{Enveomics: Recruitment Plot (2) Internal Ancillary Function}
|
6
|
-
\usage{
|
7
|
-
enve.recplot2.__counts(x, pos.breaks, id.breaks, rec.idcol)
|
8
|
-
}
|
9
|
-
\arguments{
|
10
|
-
\item{x}{\code{\link{enve.RecPlot2}} object}
|
11
|
-
|
12
|
-
\item{pos.breaks}{Position breaks}
|
13
|
-
|
14
|
-
\item{id.breaks}{Identity breaks}
|
15
|
-
|
16
|
-
\item{rec.idcol}{Identity column to use}
|
17
|
-
}
|
18
|
-
\description{
|
19
|
-
Internal ancillary function (see \code{\link{enve.recplot2}}).
|
20
|
-
}
|
21
|
-
\author{
|
22
|
-
Luis M. Rodriguez-R [aut, cre]
|
23
|
-
|
24
|
-
Kenji Gerhardt [aut]
|
25
|
-
}
|
@@ -1,21 +0,0 @@
|
|
1
|
-
% Generated by roxygen2: do not edit by hand
|
2
|
-
% Please edit documentation in R/recplot2.R
|
3
|
-
\name{enve.recplot2.__peakHist}
|
4
|
-
\alias{enve.recplot2.__peakHist}
|
5
|
-
\title{Enveomics: Recruitment Plot (2) Peak S4 Class - Internal Ancillary Function}
|
6
|
-
\usage{
|
7
|
-
enve.recplot2.__peakHist(x, mids, counts = TRUE)
|
8
|
-
}
|
9
|
-
\arguments{
|
10
|
-
\item{x}{\code{\link{enve.RecPlot2.Peak}} object}
|
11
|
-
|
12
|
-
\item{mids}{Midpoints}
|
13
|
-
|
14
|
-
\item{counts}{Counts}
|
15
|
-
}
|
16
|
-
\description{
|
17
|
-
Internal ancillary function (see \code{\link{enve.RecPlot2.Peak}}).
|
18
|
-
}
|
19
|
-
\author{
|
20
|
-
Luis M. Rodriguez-R [aut, cre]
|
21
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
% Generated by roxygen2: do not edit by hand
|
2
|
-
% Please edit documentation in R/recplot2.R
|
3
|
-
\name{enve.recplot2.__whichClosestPeak}
|
4
|
-
\alias{enve.recplot2.__whichClosestPeak}
|
5
|
-
\title{Enveomics: Recruitment Plot (2) Peak Finder - Internal Ancillary Function}
|
6
|
-
\usage{
|
7
|
-
enve.recplot2.__whichClosestPeak(peak, peaks)
|
8
|
-
}
|
9
|
-
\arguments{
|
10
|
-
\item{peak}{Query \code{\link{enve.RecPlot2.Peak}} object}
|
11
|
-
|
12
|
-
\item{peaks}{list of \code{\link{enve.RecPlot2.Peak}} objects}
|
13
|
-
}
|
14
|
-
\description{
|
15
|
-
Internal ancillary function (see \code{\link{enve.recplot2.findPeaks}}).
|
16
|
-
}
|
17
|
-
\author{
|
18
|
-
Luis M. Rodriguez-R [aut, cre]
|
19
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
% Generated by roxygen2: do not edit by hand
|
2
|
-
% Please edit documentation in R/recplot2.R
|
3
|
-
\name{enve.recplot2.changeCutoff}
|
4
|
-
\alias{enve.recplot2.changeCutoff}
|
5
|
-
\title{Enveomics: Recruitment Plot (2) Change Cutoff}
|
6
|
-
\usage{
|
7
|
-
enve.recplot2.changeCutoff(rp, new.cutoff = 98)
|
8
|
-
}
|
9
|
-
\arguments{
|
10
|
-
\item{rp}{\code{\link{enve.RecPlot2}} object.}
|
11
|
-
|
12
|
-
\item{new.cutoff}{New cutoff to use.}
|
13
|
-
}
|
14
|
-
\description{
|
15
|
-
Change the intra-species cutoff of an existing recruitment plot.
|
16
|
-
}
|
17
|
-
\author{
|
18
|
-
Luis M. Rodriguez-R [aut, cre]
|
19
|
-
}
|
@@ -1,41 +0,0 @@
|
|
1
|
-
% Generated by roxygen2: do not edit by hand
|
2
|
-
% Please edit documentation in R/recplot2.R
|
3
|
-
\name{enve.recplot2.compareIdentities}
|
4
|
-
\alias{enve.recplot2.compareIdentities}
|
5
|
-
\title{Enveomics: Recruitment Plot (2) Compare Identities}
|
6
|
-
\usage{
|
7
|
-
enve.recplot2.compareIdentities(x, y, method = "hellinger",
|
8
|
-
smooth.par = NULL, pseudocounts = 0, max.deviation = 0.75)
|
9
|
-
}
|
10
|
-
\arguments{
|
11
|
-
\item{x}{First \code{\link{enve.RecPlot2}} object.}
|
12
|
-
|
13
|
-
\item{y}{Second \code{\link{enve.RecPlot2}} object.}
|
14
|
-
|
15
|
-
\item{method}{Distance method to use. This should be (an unambiguous abbreviation of)
|
16
|
-
one of:
|
17
|
-
\itemize{
|
18
|
-
\item{"hellinger" (\emph{Hellinger, 1090, doi:10.1515/crll.1909.136.210}),}
|
19
|
-
\item{"bhattacharyya" (\emph{Bhattacharyya, 1943, Bull. Calcutta Math. Soc. 35}),}
|
20
|
-
\item{"kl" or "kullback-leibler" (\emph{Kullback & Leibler, 1951,
|
21
|
-
doi:10.1214/aoms/1177729694}), or}
|
22
|
-
\item{"euclidean"}
|
23
|
-
}}
|
24
|
-
|
25
|
-
\item{smooth.par}{Smoothing parameter for cubic spline smoothing. Use 0 for no smoothing.
|
26
|
-
Use \code{NULL} to automatically determine this value using leave-one-out
|
27
|
-
cross-validation (see \code{smooth.spline} parameter \code{spar}).}
|
28
|
-
|
29
|
-
\item{pseudocounts}{Smoothing parameter for Laplace smoothing. Use 0 for no smoothing, or
|
30
|
-
1 for add-one smoothing.}
|
31
|
-
|
32
|
-
\item{max.deviation}{Maximum mean deviation between identity breaks tolerated (as percent
|
33
|
-
identity). Difference in number of \code{id.breaks} is never tolerated.}
|
34
|
-
}
|
35
|
-
\description{
|
36
|
-
Compare the distribution of identities between two
|
37
|
-
\code{\link{enve.RecPlot2}} objects.
|
38
|
-
}
|
39
|
-
\author{
|
40
|
-
Luis M. Rodriguez-R [aut, cre]
|
41
|
-
}
|
@@ -1,29 +0,0 @@
|
|
1
|
-
% Generated by roxygen2: do not edit by hand
|
2
|
-
% Please edit documentation in R/recplot2.R
|
3
|
-
\name{enve.recplot2.coordinates}
|
4
|
-
\alias{enve.recplot2.coordinates}
|
5
|
-
\title{Enveomics: Recruitment Plot (2) Coordinates}
|
6
|
-
\usage{
|
7
|
-
enve.recplot2.coordinates(x, bins)
|
8
|
-
}
|
9
|
-
\arguments{
|
10
|
-
\item{x}{\code{\link{enve.RecPlot2}} object.}
|
11
|
-
|
12
|
-
\item{bins}{Vector of selected bins to return. It can be a vector of logical values
|
13
|
-
with the same length as \code{x$pos.breaks-1} or a vector of integers. If
|
14
|
-
missing, returns the coordinates of all windows.}
|
15
|
-
}
|
16
|
-
\value{
|
17
|
-
Returns a data.frame with five columns: \code{name.from} (character),
|
18
|
-
\code{pos.from} (numeric), \code{name.to} (character), \code{pos.to}
|
19
|
-
(numeric), and \code{seq.name} (character).
|
20
|
-
The first two correspond to sequence and position of the start point of the
|
21
|
-
bin. The next two correspond to the sequence and position of the end point of
|
22
|
-
the bin. The last one indicates the name of the sequence (if defined).
|
23
|
-
}
|
24
|
-
\description{
|
25
|
-
Returns the sequence name and coordinates of the requested position bins.
|
26
|
-
}
|
27
|
-
\author{
|
28
|
-
Luis M. Rodriguez-R [aut, cre]
|
29
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
% Generated by roxygen2: do not edit by hand
|
2
|
-
% Please edit documentation in R/recplot2.R
|
3
|
-
\name{enve.recplot2.corePeak}
|
4
|
-
\alias{enve.recplot2.corePeak}
|
5
|
-
\title{Enveomics: Recruitment Plot (2) Core Peak Finder}
|
6
|
-
\usage{
|
7
|
-
enve.recplot2.corePeak(x)
|
8
|
-
}
|
9
|
-
\arguments{
|
10
|
-
\item{x}{\code{list} of \code{\link{enve.RecPlot2.Peak}} objects.}
|
11
|
-
}
|
12
|
-
\description{
|
13
|
-
Finds the peak in a list of peaks that is most likely to represent the
|
14
|
-
"core genome" of a population.
|
15
|
-
}
|
16
|
-
\author{
|
17
|
-
Luis M. Rodriguez-R [aut, cre]
|
18
|
-
}
|
@@ -1,40 +0,0 @@
|
|
1
|
-
% Generated by roxygen2: do not edit by hand
|
2
|
-
% Please edit documentation in R/recplot2.R
|
3
|
-
\name{enve.recplot2.extractWindows}
|
4
|
-
\alias{enve.recplot2.extractWindows}
|
5
|
-
\title{Enveomics: Recruitment Plot (2) Extract Windows}
|
6
|
-
\usage{
|
7
|
-
enve.recplot2.extractWindows(rp, peak, lower.tail = TRUE,
|
8
|
-
significance = 0.05, seq.names = FALSE)
|
9
|
-
}
|
10
|
-
\arguments{
|
11
|
-
\item{rp}{Recruitment plot, a \code{\link{enve.RecPlot2}} object.}
|
12
|
-
|
13
|
-
\item{peak}{Peak, an \code{\link{enve.RecPlot2.Peak}} object. If list, it is assumed to be a
|
14
|
-
list of \code{\link{enve.RecPlot2.Peak}} objects, in which case the core peak is
|
15
|
-
used (see \code{\link{enve.recplot2.corePeak}}).}
|
16
|
-
|
17
|
-
\item{lower.tail}{If \code{FALSE}, it returns windows significantly above the peak in
|
18
|
-
sequencing depth.}
|
19
|
-
|
20
|
-
\item{significance}{Significance threshold (alpha) to select windows.}
|
21
|
-
|
22
|
-
\item{seq.names}{Returns subject sequence names instead of a vector of Booleans. If
|
23
|
-
the recruitment plot was generated with named position bins (e.g, using
|
24
|
-
\code{pos.breaks=0} or a two-column \code{pos.breaks.tsv}), it returns a
|
25
|
-
vector of characters (the sequence identifiers), otherwise it returns a
|
26
|
-
data.frame with a name column and two columns of coordinates.}
|
27
|
-
}
|
28
|
-
\value{
|
29
|
-
Returns a vector of logicals if \code{seq.names = FALSE}.
|
30
|
-
If \code{seq.names = TRUE}, it returns a data.frame with five columns:
|
31
|
-
\code{name.from}, \code{name.to}, \code{pos.from}, \code{pos.to}, and
|
32
|
-
\code{seq.name} (see \code{\link{enve.recplot2.coordinates}}).
|
33
|
-
}
|
34
|
-
\description{
|
35
|
-
Extract windows significantly below (or above) the peak in sequencing
|
36
|
-
depth.
|
37
|
-
}
|
38
|
-
\author{
|
39
|
-
Luis M. Rodriguez-R [aut, cre]
|
40
|
-
}
|
@@ -1,36 +0,0 @@
|
|
1
|
-
% Generated by roxygen2: do not edit by hand
|
2
|
-
% Please edit documentation in R/recplot2.R
|
3
|
-
\name{enve.recplot2.findPeaks}
|
4
|
-
\alias{enve.recplot2.findPeaks}
|
5
|
-
\title{Enveomics: Recruitment Plot (2) Peak Finder}
|
6
|
-
\usage{
|
7
|
-
enve.recplot2.findPeaks(x, method = "emauto", ...)
|
8
|
-
}
|
9
|
-
\arguments{
|
10
|
-
\item{x}{An \code{\link{enve.RecPlot2}} object.}
|
11
|
-
|
12
|
-
\item{method}{Peak-finder method. This should be one of:
|
13
|
-
\itemize{
|
14
|
-
\item \strong{emauto}
|
15
|
-
(Expectation-Maximization with auto-selection of components)
|
16
|
-
\item \strong{em}
|
17
|
-
(Expectation-Maximization)
|
18
|
-
\item \strong{mower}
|
19
|
-
(Custom distribution-mowing method)
|
20
|
-
}}
|
21
|
-
|
22
|
-
\item{...}{Any additional parameters supported by
|
23
|
-
\code{\link{enve.recplot2.findPeaks}}.}
|
24
|
-
}
|
25
|
-
\value{
|
26
|
-
Returns a list of \code{\link{enve.RecPlot2.Peak}} objects.
|
27
|
-
}
|
28
|
-
\description{
|
29
|
-
Identifies peaks in the population histogram potentially indicating
|
30
|
-
sub-population mixtures.
|
31
|
-
}
|
32
|
-
\author{
|
33
|
-
Luis M. Rodriguez-R [aut, cre]
|
34
|
-
|
35
|
-
export
|
36
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
% Generated by roxygen2: do not edit by hand
|
2
|
-
% Please edit documentation in R/recplot2.R
|
3
|
-
\name{enve.recplot2.findPeaks.__em_e}
|
4
|
-
\alias{enve.recplot2.findPeaks.__em_e}
|
5
|
-
\title{Enveomics: Recruitment Plot (2) EM Peak Finder - Internal Ancillary Function Expectation}
|
6
|
-
\usage{
|
7
|
-
enve.recplot2.findPeaks.__em_e(x, theta)
|
8
|
-
}
|
9
|
-
\arguments{
|
10
|
-
\item{x}{Vector of log-transformed sequencing depths}
|
11
|
-
|
12
|
-
\item{theta}{Parameters list}
|
13
|
-
}
|
14
|
-
\description{
|
15
|
-
Internal ancillary function (see \code{\link{enve.recplot2.findPeaks.em}}).
|
16
|
-
}
|
17
|
-
\author{
|
18
|
-
Luis M. Rodriguez-R [aut, cre]
|
19
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
% Generated by roxygen2: do not edit by hand
|
2
|
-
% Please edit documentation in R/recplot2.R
|
3
|
-
\name{enve.recplot2.findPeaks.__em_m}
|
4
|
-
\alias{enve.recplot2.findPeaks.__em_m}
|
5
|
-
\title{Enveomics: Recruitment Plot (2) Em Peak Finder - Internal Ancillary Function Maximization}
|
6
|
-
\usage{
|
7
|
-
enve.recplot2.findPeaks.__em_m(x, posterior)
|
8
|
-
}
|
9
|
-
\arguments{
|
10
|
-
\item{x}{Vector of log-transformed sequencing depths}
|
11
|
-
|
12
|
-
\item{posterior}{Posterior probability}
|
13
|
-
}
|
14
|
-
\description{
|
15
|
-
Internal ancillary function (see \code{\link{enve.recplot2.findPeaks.em}}).
|
16
|
-
}
|
17
|
-
\author{
|
18
|
-
Luis M. Rodriguez-R [aut, cre]
|
19
|
-
}
|