proteingroup_to_idshort_lookuptable | R Documentation |
lookup table for proteingroup identifiers (in long or short ID form) to idshort and isdecoy
proteingroup_to_idshort_lookuptable(x)
x |
array of proteingroup identifiers |
## Not run:
proteingroup_to_idshort_lookuptable(c(
NA, "", # empty values are skipped
"P36578", "P36578", "P36578", "P36578", # unique values are returned
"P55011-3;P55011",
"Q5TF21;rev_E9PJP2", "decoy_Q5TF21;E9PJP2",
"sp|P63027|VAMP2_HUMAN;tr|K7ENK9|K7ENK9_HUMAN",
"sp|P63027|VAMP2_HUMAN;rev_tr|K7ENK9|K7ENK9_HUMAN",
"rev_sp|P63027|VAMP2_HUMAN;tr|K7ENK9|K7ENK9_HUMAN"
))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.