README.md

About

The goal of lfproQC R package is to provide an optimal combination of normalization and imputation methods for the label-free proteomics expression dataset.

Installation

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

# install.packages("devtools")
devtools::install_github("kabilansbio/lfproQC", build_manual = TRUE, build_vignette = TRUE)

Example

This is a basic example for finding the best combinations of normalization and imputation method for the label-free proteomics expression dataset:

library(lfproQC)
## basic example code with the example dataset and data groups
yeast <- best_combination(yeast_data, yeast_groups, data_type = "Protein")
yeast$`Best Combinations`
#> NULL

The overall workflow for using the ‘lfproQC’ package



Try the lfproQC package in your browser

Any scripts or data that you put into this service are public.

lfproQC documentation built on Oct. 10, 2024, 5:06 p.m.