protIndex | R Documentation |
Return index of a protein name and (if exactMatch=FALSE, the default) indices of proteins starting with characters that match the string given in 'protName'. If exactMatch=TRUE, return only the index of a protein name that exactly matches 'protName'.
protIndex(protName, profile, exactMatch = FALSE)
protName |
name of protein to search for |
profile |
data frame of specified protein(row name) profiles |
exactMatch |
default is FALSE |
The protein name and its index (row in profile)
data(protNSA_test)
protIndex('TLN1', profile=protNSA_test)
protIndex('TLN', profile=protNSA_test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.