/P.sibiricum_code

Analysis code for P.sibiricum paper

Primary LanguageR

Analysis and visualize code of P.sibiricum research.

R version license Myblog DOI SRA Accept

Citation

Ou X#*., Wang X#., Zhao B., Zhao Y., Liu HQ., Chang Y., Wang Z., Yang W., Zhang X*., Yu K*. Metabolome and transcriptome signatures shed light on the anti-obesity effect of Polygonatum sibiricum. 2023, Frontiers in Plant Science., 14:1273.

Metabolomics data analysis

Metabolomics data was processed using R packages: TidyMass.

From peak picking to metabolite annotation was completed using the HPC-TidyMass pipeline , in which only the peak picking step was utilized.

## The help information of Tidymass pipeline
###############################################################################################
/home/data/shawn/01.src/02.script/02.Tidymass/runTidymass.sh: option requires an argument -- h
Tidymass pipeline part1. Date transform ,peak picking and annotation
Usage:
-------------------------------
runTidymass [-i input] [-t type] [-c column]
-------------------------------
Author Shawn Wang (shawnwang2016@126.com)
-------------------------------

Date Tus Feb 09, 2023
-------------------------------

Version V.0.0.0.99 beta
-------------------------------

Description
-------------------------------

[-i]:input,   The file path of .raw data
[-t]:type,  The type of ion model, 1: NEG+POS in one file, 2: NEG and POS in differnet files
[-c]:column,  rp or hilic
###############################################################################################

bash runTidymass.sh -i raw/p_sibiricum -t 1 -c rp

Content

Step1. convert .raw data to .mzXML and .mgf

Step2. Data cleaning and normalization

Step3. Pacbio visualization

Step4. NGS data analysis