Description Usage Arguments Value Examples
View source: R/gene_annotation.R
Function to parse the site annotation with no ";"
1 | parseSingleSite(site_dataframe, site_type0)
|
site_dataframe |
A dataframe with the active site annotation from UniProt database |
site_type0 |
The site type classification by UniProt database |
A dataframe with the genename and active site information
1 2 3 4 | # Load the active site annotation from UniProt database
data('protein_active_site_sce')
metal_site <- select(sce_site00,Entry, Metal_binding) %>% filter(.,!is.na(Metal_binding))
metal_site1 <- parseSingleSite(metal_site, site_type0 = 'METAL')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.