Description Usage Arguments Details Value Examples
View source: R/getAccessions.R
Function to extract entries from a UniprotKB/Swissprot fasta header
1 | getAccessions(x, y)
|
x |
fasta header |
y |
position of string separated by '|' that is to be eaxtracted (From the right starting at position 0) |
Used withing the package MHCIatlas to aid data analysis
Substring
1 2 3 4 5 | ## Not run:
getAccessions('sp|P55012|S12A2_MOUSE',0)
> "S12A2"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.