Skip to content

A bioinformatics toolset for multiomic analysis

License

Notifications You must be signed in to change notification settings

DanielGarbozo/OmicsKit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmicsKit

R-CMD-check License: CC BY-NC-SA 4.0 Lifecycle: experimental

OmicsKit is an R package that streamlines multi-omics analyses in genomics, transcriptomics, proteomics, and methylomics by simplifying data handling, generating publication-quality visualizations, and offering flexible utilities to accelerate end-to-end analysis.


Developed by

License

CC BY-NC-SA 4.0

Contact

david.requena@nyulangone.org

Installation

Install the dependencies with the following:

# Install CRAN packages
install.packages("ggplot2")
install.packages("dplyr")
install.packages("stats")
install.packages("matrixStats")
install.packages("umap")
install.packages("tsne")
install.packages("magrittr")
install.packages("rlang")
install.packages("tibble")
install.packages("remotes")

You can install the development version of OmicsKit from GitHub with:

# Install from GitHub
remotes::install_github("BigMindLab/OmicsKit")

# Call library for usage
library("OmicsKit")

For a more detailed Differential Expression Analysis workflow using the OmicsKit suite, see BigMind’s GitHub organization and its custom DESeq2 pipeline.

About

A bioinformatics toolset for multiomic analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • R 100.0%