Description Usage Arguments Value Examples
View source: R/checkIDmappingEfficiency.R
Checks mapping efficiency for IDs on the most commonly used ID types
1 | checkIDmappingEfficiency(IDs, keytype, db = org.Hs.eg.db)
|
IDs |
character vector of IDs |
keytype |
corresponding keytype |
db |
database object, default org.Hs.eg.db |
Returns a data.frame containing information of mapping efficiency on GO, ENTREZ and KEGG IDs
1 2 3 4 | library(org.Hs.eg.db)
data("exampleContrastData", package = "prora")
df <- get_UniprotID_from_fasta_header(exampleContrastData)
checkIDmappingEfficiency(df$UniprotID, keytype = "UNIPROT")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.