View source: R/drugTargetAnnotations_Fct.R
getParalogs | R Documentation |
Using biomaRt
, obtain for query genes the corresponding UniProt IDs as well
as paralogs. Query genes can be Gene Names or ENSEMBL Gene IDs from
H sapiens. The result is similar to IDMs and SSNNs from getUniprotIDs
function, but instead of UNIREF clusters, biomaRt's paralogs are used to
obtain SSNNs.
getParalogs(queryBy)
queryBy |
A list defining the query, as described in |
Returns a list with the paralogs for the given genes.
Thomas Girke
getUniprotIDs
queryBy
queryBy <- list(molType="gene", idType="external_gene_name", ids=c("ZPBP", "MAPK1", "EGFR")) #requires network connection and is slow result <- getParalogs(queryBy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.