Skip to content

SEPepQuant: a graph theory-based approach enables comprehensive protein isoform characterization in shotgun proteomics

License

Notifications You must be signed in to change notification settings

bzhanglab/SEPepQuant

Repository files navigation

SEPEPquant

Tripartite graph modeling enables comprehensive protein isoform characterization in shotgun proteomics

Usage

Curently, SEPEPquant only support FragPipe processed Label free and TMT data.

FragPipe_output
├── Sample1/TMT1
│   ├── peptide.tsv
│
├── Sample2/TMT2
│   ├── peptide.tsv
│
├── Sample3/TMT3
│   ├── peptide.tsv
│
├── Sample4/TMT4
│   ├── peptide.tsv

Installation

SEPEPquant does not need setup or installation. It has been test on Linux and Windows.

Protein database

Testing data set

TMT11 data set from

perl SEPEPquant.pl --database protein_database\GRCh38_latest_protein_NP_YP_XP.changeHeaderFormatUniprot.maxquant_contaminants_with_decoys.fa --fdr 0.01 --quant TMT --plex 11 --RefTag Mix --input testing_data\TMT --output testing_data_output_TMT

Label free data set from

perl SEPEPquant.pl --database protein_database\GRCh38_latest_protein_NP_YP_XP.changeHeaderFormatUniprot.maxquant_contaminants_with_decoys.fa --fdr 0.01 --quant LF --input testing_data\Label_free --output testing_data_output_LF

Parameters

--database: protein database used for database searching

--quant: LF or TMT

--plex: TMT plex, required if --quant is TMT

--RefTag: Tag of TMT reference channel, required if --quant is TMT

--input: folder of FragPipe output

--output: output filder

--help: this information

About

SEPepQuant: a graph theory-based approach enables comprehensive protein isoform characterization in shotgun proteomics

Resources

License

Stars

Watchers

Forks

Packages

No packages published