Description Usage Arguments Author(s) Examples
uniprot ID, ENTRYNAME and status information extract.(only fit for MaxQuant data.)
1 2 |
inf |
protein groups IDs information. |
ncol |
column numbers of output result. |
justID |
a logical value indicated whether only extract uniprot ID. |
status1 |
a logical value indicated whether extract the first ID status. |
ENTRY1 |
a logical value indicated whether extract the first ID ENTRY NAME. |
verbose |
integer level of verbosity. Zero means silent, 1 means have Diagnostic Messages. |
Kefu Liu
1 2 3 4 5 | rm(list = ls())
library(DDPNA)
data(ProteomicData)
MaxQdata <- MaxQprotein(ProteomicData$MaxQ)
inf <- P.G.extract(MaxQdata$protein_IDs, justID = TRUE, status = TRUE, ENTRY = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.