translate_Ids | R Documentation |
Translates biological IDs using annotations packages
translate_Ids( Ids, fromType = "UNIPROT", toType, OrgDb, dataset, drop = F, fill.missing = "initial", save = T, silent = T )
Ids |
Ids |
fromType |
type of given Ids |
toType |
type Ids should be translated to |
OrgDb |
name of organism database to use; defined by setup_annotations() |
dataset |
dataset |
drop |
drop missing translations |
fill.missing |
How to handle missing Ids. By default, given Ids are filled in, other characters or NA can be used |
save |
translated Ids in variables data frame for next time (all Ids in dataset will be translated) |
silent |
suppress all messages |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.