featureDOMAIN: Feature Coding by doamin organization

Description Usage Arguments Details Author(s) Examples

View source: R/feature.R

Description

Protein sequences are coded based on their domains.

Usage

1
2
3
4
  featureDOMAIN(domain)
  
  # Protein Pfam domain prediction
  predictPFAM(seq, hmmpfam.path, pfam.path, Evalue=10^-5)  

Arguments

domain

a list of protein domains. It can be produced by function predictPFAM.

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.

Details

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.

Author(s)

Hong Li

Examples

1
2
3

BioSeqClass documentation built on April 28, 2020, 9:19 p.m.