# deblank **Repository Path**: hcji/deblank ## Basic Information - **Project Name**: deblank - **Description**: No description available - **Primary Language**: R - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DeBlank This is a package for remove baseline ions from samples based on the blank sampe ## Useage ### Install Depends: options("repos" = c(CRAN="https://mirrors.tuna.tsinghua.edu.cn/CRAN/")) options("BioC_mirror" = "http://mirrors.ustc.edu.cn/bioc/") install.packages(c("devtools", "plotly", "shiny")) source("https://bioconductor.org/biocLite.R") biocLite("mzR") ### Install DeBlank: library(devtools); install_github("hcji/deblank") ### Run runDeBlank()