Learn R Programming

ptm (version 0.2.2)

meto.list: List Proteins Found in MetOSite Matching a Keyword

Description

Lists proteins found in MetOSite with names matching the keyword.

Usage

meto.list(keyword)

Arguments

keyword

a character string corresponding to the keyword

Value

This function returns a dataframe with the uniprot id, the protein name and the species, for those proteins present into MetOSite whose name contains the keyword.

References

Valverde et al. 2019. Bioinformatics 35:4849-4850 (PMID: 31197322)

See Also

meto.search(), meto.scan()

Examples

Run this code
# NOT RUN {
meto.list('inhibitor')
meto.list('calcium')
# }

Run the code above in your browser using DataLab