powered by
uniprot ID, ENTRYNAME and status information extract.(only fit for 'MaxQuant' data.)
P.G.extract(inf, ncol = 4, justID = FALSE, status1 = TRUE, ENTRY1 = TRUE, ID1 = TRUE, sp1 = TRUE, onlysp = FALSE, verbose = 0)
protein groups IDs information.
column numbers of output result.
a logical value indicated whether only extract uniprot ID.
a logical value indicated whether extract the first ID status.
a logical value indicated whether extract the first ID ENTRY NAME.
a logical value indicated whether extract the first ID UNIPROT ACCESSION.
a logical value indicated whether extract the first sp ID as the new first ID.
a logical value indicated whether only keep sp ID in the second or later ID result.
integer level of verbosity. Zero means silent, 1 means have Diagnostic Messages.
Kefu Liu
data(ProteomicData) MaxQdata <- MaxQprotein(ProteomicData$MaxQ) inf <- P.G.extract(MaxQdata$protein_IDs, justID = TRUE, status = TRUE, ENTRY = TRUE)
Run the code above in your browser using DataLab