This tool is developed for analysis of viral vector integration site analysis. Researchers who want to use this R package, need to input file acquired by BLAST(NCBI) or BLAT(UCSC). If you have any question about this package, contact to author by this e-mail, bioinforac@gmail.com.
devtools::install_github("bioinfo16/VVIPS")
Or, donwload it through the menu releases and enter the following command in the console.
But, this way doesn't install package which is needed for running VVIPS.
R CMD INSTALL [PACKAGE_DOWNLOAD_PATH]
Package information If you want to use VVIPS, please install R, version 3.5.3 is recommanded. Plus, users can automatically install these required packages below by devtools.
Required packages (package version)
We tested the package in this session environment. ``` R version 3.5.3 (2019-03-11) Platform: i386-w64-mingw32/i386 (32-bit) Running under: Windows 7 (build 7601) Service Pack 1
Matrix products: default
locale: [1] LC_COLLATE=Korean_Korea.949 LC_CTYPE=Korean_Korea.949 LC_MONETARY=Korean_Korea.949 [4] LC_NUMERIC=C LC_TIME=Korean_Korea.949
attached base packages: [1] parallel stats4 stats graphics grDevices utils datasets methods base
other attached packages: [1] biomaRt_2.38.0 writexl_1.1 plyr_1.8.4 karyoploteR_1.8.8 [5] regioneR_1.14.0 GenomicRanges_1.34.0 GenomeInfoDb_1.18.2 IRanges_2.16.0 [9] S4Vectors_0.20.1 BiocGenerics_0.28.0 ggplot2_3.2.1 stringr_1.4.0
(...skipped...) ```
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.