Description Usage Arguments Value Author(s) See Also Examples
prepare proteome from UniProt webserver or a fasta file
1 | prepareProteome(UniProt.ws, fasta, species="unknown")
|
UniProt.ws |
an object of UniProt.ws |
fasta |
fasta file name or an object of AAStringSet |
species |
an character to assign the species of the proteome |
an object of Proteome which contain protein sequence information
Jianhong Ou
formatSequence
, buildBackgroundModel
1 2 3 4 5 | if(interactive()){
library(UniProt.ws)
taxId(UniProt.ws) <- 7227
proteome <- prepareProteome(UniProt.ws, species="Drosophila melanogaster")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.