MPtools, also known as Molecular Phenotypic Tools, is a specialized tool for molecular phenotypic data processing. It includes functionalities such as data processing, filtering, correction, and molecular pedigree construction. This software is developed based on C++.
MPtools Features:
1. Extract/Delete Specific Molecular Phenotypes or Samples
--extract <ID file> Extract specified molecular phenotype ID file
--exclude <ID file> Delete specified molecular phenotype ID file
--keep <ID file> Keep specified sample ID file
--remove <ID file> Remove specified sample ID file
2. Non-zero Proportion Filtering
--pheno-rate <value> Molecular phenotypes with more than the threshold proportion of zeros among multiple individuals will be excluded
--sample-rate <value> Individuals with more than the threshold proportion of zeros in multiple molecular phenotype values will be excluded
3. Filtering Molecular Phenotypes Based on Coefficient of Variation
--CV-value <value> Phenotypes with low coefficient of variation (e.g., reference genes) need to be filtered, and those with coefficients above the threshold will be retained
--CV-top <value> Phenotypes in the top coefficient of variation ranking will be retained
4. Proportion Type Correction for Molecular Phenotypes (Microbiome)
--count Convert count data to proportion data,
--clr Center log-ratio transformation for molecular phenotypes across samples
--min-frac <value> Replace zeros with the minimum molecular phenotype multiplied by each sample's smallest phenotype
--GBM <value> Use geometric Bayesian filling for zeros
5. Non-proportion Type Correction for Molecular Phenotypes (Transcriptome, Proteome, Metabolome)
--quantile-norm <value> Quantile normalization
--inverse-norm <value> Inverse normal transformation
6. Construct Molecular Phenotype Kinship Matrix
--kinship Construct a kinship matrix for molecular phenotypes
--kin-lambda <value> Power correction of variance, default is 1
--kin-bin <value> Generate binary kinship matrix
More about MPtools
Developer: Cai Wentao
Contact: caiwentao@caas.cn