Bioc2026 Registration Open!

customProDB

Generate customized protein database from NGS data, with a focus on RNA-Seq data, for proteomics search

Bioconductor version: 3.23 · Package version: 1.52.0

Database search is the most widely used approach for peptide and protein identification in mass spectrometry-based proteomics studies. Our previous study showed that sample-specific protein databases derived from RNA-Seq data can better approximate the real protein pools in the samples and thus improve protein identification. More importantly, single nucleotide variations, short insertion and deletions and novel junctions identified from RNA-Seq data make protein database more complete and sample-specific. Here, we report an R package customProDB that enables the easy generation of customized databases from RNA-Seq data for proteomics search. This work bridges genomics and proteomics studies and facilitates cross-omics data integration.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("customProDB")

Details

MaintainerXiaojing Wang <xwang.research@gmail.com> Bo Wen <wenbostar@gmail.com>
AuthorXiaojing Wang
LicenseArtistic-2.0
Downloads rank390
Source branchRELEASE_3_23
biocViewsAlternativeSplicing, FunctionalGenomics, ImmunoOncology, MassSpectrometry, Proteomics, RNASeq, SNP, Sequencing, Software, Transcription

Documentation

Download

Dependencies

Depends: R (>= 3.5.0), IRanges, AnnotationDbi, biomaRt (>= 2.17.1)

Imports: S4Vectors (>= 0.9.25), DBI, GenomeInfoDb, GenomicRanges, Rsamtools (>= 1.10.2), GenomicAlignments, Biostrings (>= 2.26.3), GenomicFeatures (>= 1.32.0), stringr, RCurl, plyr, VariantAnnotation (>= 1.13.44), rtracklayer, RSQLite, txdbmaker, AhoCorasickTrie, methods

Suggests: RMariaDB, BSgenome.Hsapiens.UCSC.hg19