View source: R/get_uniprot_data.R
clean_query | R Documentation |
Accessory function removing invalid values from a query
clean_query(query, df)
query |
list of keys corresponding to UniProt's query fields. For example : list("gene_exact" = c("Pik3r1", "Pik3r2") , "organism" = c("10090", "9606"), "reviewed" = "yes") |
df |
data.frame with invalid values (in column "value") and corresponding query field (in column "field"). |
the input query without the invalid values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.