Description Usage Arguments Value Examples
View source: R/selectTemplates.R
Select template sequences for given target sequence from given sequence database.
1 | selectTemplates(targetSequence, databaseSequences, crossReference)
|
targetSequence |
The filepath of target sequence. |
databaseSequences |
The filepath of sequence database. |
crossReference |
The filepath of database sequences in text file with only entry and cross reference information. |
return nothing but output:
A Visualization of pairwise alignment of selected templates and target sequences in html.
Corresponding online pdb files in local
Corresponding alignment files in local
1 2 3 4 5 6 7 | # Go to UniPort, download protein A3SNF5 sequence in fasta as the target
# sequence (targetExample.fasta); its IPR005814 family entry database
# in fasta and text that is reviewed and has 3D structure with pdb
# (databaseExample.fasta, databaseExample.txt).
selectTemplates("targetExample.fasta", "databaseExample.fasta",
"databaseExample.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.