Name Mode Size
.github 040000
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 1 kb
NEWS.md 100644 0 kb
Pirat.Rproj 100644 0 kb
README.md 100644 1 kb
configure 100755 0 kb
configure.win 100755 0 kb
README.md
[![R-CMD-check-bioc](https://github.com/edyp-lab/Pirat/actions/workflows/check_Bioc.yml/badge.svg)](https://github.com/edyp-lab/Pirat/actions/workflows/check_Bioc.yml) [![R-CMD-check-bioc](https://github.com/edyp-lab/Pirat/actions/workflows/check-bioc.yml/badge.svg?branch=RELEASE_3_20)](https://github.com/edyp-lab/Pirat/actions/workflows/check-bioc.yml) # Pirat ## Installation To install this package from Github: ``` install.packages('BiocManager') BiocManager::install('edyp-lab/Pirat', version = 'devel') ``` ## Test ``` library(Pirat) data(subbouyssie) my_pipeline_llkimpute(subbouyssie) data(subropers) nsamples = nrow(subropers$peptides_ab) my_pipeline_llkimpute(subropers, extension = "T", rna.cond.mask = 1:nsamples, pep.cond.mask = 1:nsamples, max.pg.size.pirat.t = 1) ``` Note: If you run the imputation function `my_pipeline_llkimpute()` for the first time after the installation of the package, Pirat will automatically install the Python environment needed to process imputation computations. This function takes a long time to execute but need to be run only once.