Description Usage Arguments Value Examples
View source: R/StatComp21056R.R
The genotype data has high dimension, so it is difficult to analysis by many methods. Thus We can have a preliminary screening by ANNOVAR. ANNOVAR is a good way to handle with the SNP data, so we can apply the ideas to R. Firstly, import the exonic variant function by gene based annotation and Score alignment library, PolyPhen2, cadd, sift. The three scores can assess the importance of genes well. When there are two scores show that the gene is important, then keep it.
1 |
df |
the exonic variant function by gene based annotation |
df2 |
the other exonic variant function by gene based annotation |
pp2 |
the database of PolyPhen2 scores |
cadd |
the database of cadd scores |
sift |
the database of sift scores |
a vector of important gene variables Allrs
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.