Learn R Programming

ptm (version 0.2.2)

list.hom: Search Homologous Entries

Description

Searches for homologous entries.

Usage

list.hom(target, homology = 'o')

Arguments

target

the KEGG identifier of the protein of interest.

homology

one letter indicating the type of homology. It should be either 'o' (orthologs) or 'p' (paralogs).

Value

Returns a dataframe with the requested entries.

Details

This application rests on the KEGG Sequence Similarity Database, which contains the information about amino acid sequence similarities among all protein-coding genes in the complete genomes, as well as the addendum and virus categories, of the GENES database.

References

Kanehisa et al (2017) Nucl. Ac. Res. 33:D353-D361.

See Also

msa(), custom.aln(), parse.hssp(), get.hssp(), shannon()

Examples

Run this code
# NOT RUN {
list.hom('hsa:2744', hom = 'p')
# }

Run the code above in your browser using DataLab