Description Usage Arguments Details Author(s) Examples
Protein sequences are coded based on their domains.
1 2 3 4 | featureDOMAIN(domain)
# Protein Pfam domain prediction
predictPFAM(seq, hmmpfam.path, pfam.path, Evalue=10^-5)
|
domain |
a list of protein domains. It can be produced by function
|
seq |
a string vector for the protein, DNA, or RNA sequences. |
hmmpfam.path |
a string for the path of hammpfam program in HMMER. hammpfam will be employed to predict domains using models in Pfam database. |
pfam.path |
a string for the path of pfam domain database. |
Evalue |
a numeric value for the E-value cutoff of perdicted Pfam domain. |
featureDOMAIN
uses Pfam domains to code 0-1 feature vector.
predictPFAM
predict Pfam domains by hmmpfam program. It returns
a list, each element is a vector which denotes the domain composition of a
protein.
Hong Li
1 2 3 | if(interactive()){
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.