Skip to content
/ deblank Public

This is a GUI for removing baseline ions from samples based on the blank sampe

License

Notifications You must be signed in to change notification settings

hcji/deblank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

This is a GUI for removing baseline ions from samples based on the blank sampe

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages