sp.select | R Documentation |
This function takes a file with protein IDs and returns the 1st sp (SwissProt) identifier. The function will return the 1st tr (trembl) entry if no sp entries are found.
sp.select(
input.df,
ProteinID.column,
new.ID.column = "ProteinID_main",
delimiter
)
ProteinID.column |
Protein ID column to be filtered through to find 1st instance of an sp identifier (string) |
new.ID.column |
Name of new ID column. Default is ProteinID_main (string) |
delimiter |
Delimiter within ProteinID.column (string) |
The output file is the input file with an additional user defined ProteinID column (Default = ProteinID_main)
Brandon D. Murugan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.