Skip to content

HardimanLab/PIMENTo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIMENTo

PIMENTo is an R package to normalize, analyze, and visualize microarray data

Native R Installation

You can install PIMENTo using devtools and BiocManager:

# Install Dependencies from CRAN
install.packages(c('devtools', 'BiocManager'), repos='https://cloud.r-project.org/')

# Install Dependencies from Bioconductor
BiocManager::install(c('impute', 'DESeq2', 'affy', 'limma'))

# Install PIMENTo
devtools::install_github("HardimanLab/PIMENTo")

# Load package
library(PIMENTo)

Run PIMENTo with Docker

To start an interactive PIMENTo session and mount the current
working directory, $PWD, within the Docker container to /home/pimento/
Run the following:

docker run -v "$PWD:/home/pimento/" --rm -it hardimanlab/pimento

Note that the --rm flag means that the container will autoremove
after you close the PIMENTo session.

Links

PIMENTo - GitHub
PIMENTo - DockerHub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •