Pep2Prn | R Documentation |
Pep2Prn
summarizes Peptide.txt
to an interim protein report in
Protein.txt
.
Pep2Prn(
method_pep_prn = c("median", "mean", "weighted_mean", "lfq_top_3_sum", "lfq_all",
"lfq_top_2_sum", "top_3_mean", "lfq_max"),
impute_prot_na = FALSE,
use_unique_pep = TRUE,
cut_points = Inf,
rm_outliers = FALSE,
rm_allna = FALSE,
mc = TRUE,
...
)
method_pep_prn |
Character string; the method to summarize the
the The method to summarize |
impute_prot_na |
Logical; impute NA values of protein log2FC or not. |
use_unique_pep |
Logical. If TRUE, only entries that are |
cut_points |
A named, numeric vector defines the cut points (knots) for
the median-centering of |
rm_outliers |
Logical; if TRUE, PSM outlier removals will be performed
for peptides with more than two identifying PSMs. Dixon's method will be
used when |
rm_allna |
Logical; if TRUE, removes data rows that are exclusively NA
across ratio columns of |
mc |
Logical. At the TRUE default, performs median-centering of
|
... |
|
Fields other than log2FC
and intensity
are summarized with
median statistics.
The primary output in ".../Protein/Protein.txt
".
Metadata
load_expts
for metadata preparation
and a reduced working example in data normalization
Data normalization
normPSM
for extended examples in
PSM data normalization
PSM2Pep
for extended examples in
PSM to peptide summarization
mergePep
for extended
examples in peptide data merging
standPep
for extended
examples in peptide data normalization
Pep2Prn
for
extended examples in peptide to protein summarization
standPrn
for extended examples in protein data normalization.
purgePSM
and purgePep
for extended examples
in data purging
pepHist
and prnHist
for
extended examples in histogram visualization.
extract_raws
and extract_psm_raws
for extracting MS file names
Variable arguments of 'filter_...'
contain_str
,
contain_chars_in
, not_contain_str
,
not_contain_chars_in
, start_with_str
,
end_with_str
, start_with_chars_in
and
ends_with_chars_in
for data subsetting by character strings
Missing values
pepImp
and prnImp
for
missing value imputation
Informatics
pepSig
and prnSig
for
significance tests
pepVol
and prnVol
for
volcano plot visualization
prnGSPA
for gene set enrichment
analysis by protein significance pVals
gspaMap
for mapping
GSPA to volcano plot visualization
prnGSPAHM
for heat map
and network visualization of GSPA results
prnGSVA
for gene
set variance analysis
prnGSEA
for data preparation for
online GSEA.
pepMDS
and prnMDS
for MDS
visualization
pepPCA
and prnPCA
for PCA
visualization
pepLDA
and prnLDA
for LDA
visualization
pepHM
and prnHM
for heat map
visualization
pepCorr_logFC
, prnCorr_logFC
,
pepCorr_logInt
and prnCorr_logInt
for
correlation plots
anal_prnTrend
and
plot_prnTrend
for trend analysis and visualization
anal_pepNMF
, anal_prnNMF
,
plot_pepNMFCon
, plot_prnNMFCon
,
plot_pepNMFCoef
, plot_prnNMFCoef
and
plot_metaNMF
for NMF analysis and visualization
Custom databases
Uni2Entrez
for lookups between
UniProt accessions and Entrez IDs
Ref2Entrez
for lookups
among RefSeq accessions, gene names and Entrez IDs
prepGO
for
gene
ontology
prepMSig
for
molecular
signatures
prepString
and anal_prnString
for STRING-DB
Column keys in PSM, peptide and protein outputs
system.file("extdata", "psm_keys.txt", package = "proteoQ")
system.file("extdata", "peptide_keys.txt", package = "proteoQ")
system.file("extdata", "protein_keys.txt", package = "proteoQ")
# ===================================
# Peptides to proteins
# ===================================
## !!!require the brief working example in `?load_expts`
# use unique peptides
Pep2Prn()
# include shared peptides
Pep2Prn(use_unique_pep = FALSE)
# alignment of data by segments
Pep2Prn(cut_points = seq(4, 7, 0.5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.