View source: R/gnomad_scores.R
gnomad_scores | R Documentation |
Function gets input gene's gnomAD Synonymous Z-Score, Non-Synonymous Z-Score, and PLI Score
from data retrieved from gnomAD. If there is no gene name information in the input,
gnomad_scores
finds the genes that related with input PDB chain ID by using a dataset retrieved from Ensembl.
If there are multiple genes annotated for same PDB, gnomad_scores
function gets the gene that has the maximum Synonymous Z-Score, Non-Synonymous Z-Score, and pLI Score.
gnomad_scores(filtered_info_df)
filtered_info_df |
input data.frame which contain only one PDB entries |
gnomAD scores added input data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.