Description Usage Arguments Author(s) See Also Examples
View source: R/ProteinGroup-class.R
Report the peptide count, spectral count and sequence coverage for supplied proteins.
1 2 3 4 5 6 7 8 9 10 | peptide.count(protein.group, protein.g = reporterProteins(protein.group),
specificity = c("reporter-specific", "group-specific", "unspecific"), ...)
spectra.count(protein.group, protein.g = reporterProteins(protein.group),
specificity = c("reporter-specific", "group-specific", "unspecific"),
modif = NULL, ...)
sequence.coverage(protein.group, protein.g = reporterProteins(protein.group),
specificity = c("reporter-specific", "group-specific", "unspecific"),
simplify = TRUE, ...)
|
protein.group |
ProteinGroup object. |
protein.g |
Protein group identifier. |
specificity |
Specificity of peptides. |
modif |
Only count peptides having a certain modification. |
simplify |
If simplify=TRUE, a named numeric vector is returned, with the mean sequence coverage of the ACs of each protein.g supplied. Else, a list with the length of protein.g is returned having the sequence coverage for each protein AC. |
... |
Further arguments to |
Florian P Breitwieser
calculate.emPAI
,
calculate.dNSAF
,
ProteinGroup
1 2 3 4 | data(ibspiked_set1)
sc <- spectra.count(proteinGroup(ibspiked_set1))
pc <- peptide.count(proteinGroup(ibspiked_set1))
plot(jitter(sc),jitter(pc),log="xy")
|
Loading required package: Biobase
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:parallel':
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, basename, cbind, colMeans, colSums, colnames,
dirname, do.call, duplicated, eval, evalq, get, grep, grepl,
intersect, is.unsorted, lapply, lengths, mapply, match, mget,
order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind,
rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply,
union, unique, unsplit, which, which.max, which.min
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Welcome to isobar (v 1.22.0)
'openVignette("isobar")' and '?isobar' provide help on usage.
Attaching package: 'isobar'
The following object is masked from 'package:BiocGenerics':
normalize
The following object is masked from 'package:base':
paste0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.