- Notifications
You must be signed in to change notification settings - Fork0
kabilansbio/lfproQC
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The goal of lfproQC R package is to provide an optimal combination ofnormalization and imputation methods for the label-free proteomicsexpression dataset.
You can install the development version of lfproQC fromGitHub with:
# install.packages("devtools")devtools::install_github("kabilansbio/lfproQC",build_manual=TRUE,build_vignette=TRUE)
This is a basic example for finding the best combinations ofnormalization and imputation method for the label-free proteomicsexpression dataset:
library(lfproQC)## basic example code with the example dataset and data groupsyeast<- best_combination(yeast_data,yeast_groups,data_type="Protein")yeast$`Best combinations`#> PCV_best_combination PEV_best_combination PMAD_best_combination#> 1 rlr_knn, rlr_lls vsn_lls rlr_lls
The overall workflow for using the ‘lfproQC’ package
About
Quality Control for Label-Free Proteomics Expression Data
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
