Package: iimi 1.2.2
iimi: Identifying Infection with Machine Intelligence
A novel machine learning method for plant viruses diagnostic using genome sequencing data. This package includes three different machine learning models, random forest, XGBoost, and elastic net, to train and predict mapped genome samples. Mappability profile and unreliable regions are introduced to the algorithm, and users can build a mappability profile from scratch with functions included in the package. Plotting mapped sample coverage information is provided.
Authors:
iimi_1.2.2.tar.gz
iimi_1.2.2.zip(r-4.7)iimi_1.2.2.zip(r-4.6)iimi_1.2.2.zip(r-4.5)
iimi_1.2.2.tgz(r-4.6-any)iimi_1.2.2.tgz(r-4.5-any)
iimi_1.2.2.tar.gz(r-4.7-any)iimi_1.2.2.tar.gz(r-4.6-any)
iimi_1.2.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
iimi/json (API)
| # Install 'iimi' in R: |
| install.packages('iimi', repos = c('https://ubcxzhang.r-universe.dev', 'https://cloud.r-project.org')) |
- example_cov - Coverage profiles of three plant samples.
- example_diag - Known diagnostics result of virus segments
- nucleotide_info - Nucleotide information of virus segments
- trained_en - A trained model using the default Elastic Net settings
- trained_rf - A trained model using the default Random Forest settings
- trained_xgb - A trained model using the default XGBoost settings
- unreliable_regions - The unreliable regions of the virus segments
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:833fa4762f. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 343 | ||
| source / vignettes | OK | 308 | ||
| linux-release-x86_64 | OK | 350 | ||
| macos-release-arm64 | OK | 218 | ||
| macos-oldrel-arm64 | OK | 189 | ||
| windows-devel | OK | 270 | ||
| windows-release | OK | 272 | ||
| windows-oldrel | OK | 267 | ||
| wasm-release | OK | 178 |
Exports:convert_bam_to_rleconvert_rle_to_dfcreate_high_nucleotide_contentcreate_mappability_profileplot_covpredict_iimitrain_iimi
Dependencies:abindBHBiobaseBiocGenericsBiocParallelBiostringsbitopscaretcigarilloclasscliclockcodetoolscpp11crayondata.tableDelayedArraydiagramdigestdplyre1071farverforeachformatRfutile.loggerfutile.optionsfuturefuture.applygenericsGenomicAlignmentsGenomicRangesggplot2glmnetglobalsgluegowergtablehardhatipredIRangesisobanditeratorsjsonliteKernSmoothlabelinglambda.rlatticelavalifecyclelistenvlubridatemagrittrMASSMatrixMatrixGenericsmatrixStatsmltoolsModelMetricsMTPSnlmennetnumDerivparallellypillarpkgconfigplyrpROCprodlimprogressrproxypurrrR.methodsS3R.ooR.utilsR6randomForestrbibutilsRColorBrewerRcppRcppEigenRdpackrecipesreshape2RhtslibrlangrpartRsamtoolsS4ArraysS4VectorsS7scalesSeqinfoshapesnowSparseArraysparsevctrsSQUAREMstringistringrSummarizedExperimentsurvivaltibbletidyrtidyselecttimechangetimeDatetzdbutf8vctrsviridisLitewithrxgboostXVector
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| convert_bam_to_rle | convert_bam_to_rle |
| Convert run-length encodings (RLEs) to a data frame. | convert_rle_to_df |
| create_high_nucleotide_content | create_high_nucleotide_content |
| create_mappability_profile | create_mappability_profile |
| Coverage profiles of three plant samples. | example_cov |
| Known diagnostics result of virus segments | example_diag |
| Nucleotide information of virus segments | nucleotide_info |
| plot_cov() | plot_cov |
| predict_iimi() | predict_iimi |
| train_iimi() | train_iimi |
| A trained model using the default Elastic Net settings | trained_en |
| A trained model using the default Random Forest settings | trained_rf |
| A trained model using the default XGBoost settings | trained_xgb |
| The unreliable regions of the virus segments | unreliable_regions |
