The bed matrix x with adjusted CADD scores in adjCADD.
Arguments
x
A bed.matrix annotated with CADD regions using set.CADDregions
SNVs.scores
A dataframe containing the ADJUSTED CADD scores of the SNVs (Optional, useful to gain in computation time if the adjusted CADD scores of variants in the study are available)
indels.scores
A dataframe containing the CADD PHREDv1.4 scores of the indels - Compulsory if indels are present in x
cores
How many cores to use, set at 10 by default
verbose
Whether to display information about the function actions
path.data
The repository where data for RAVA-FIRST are or will be downloaded from https://lysine.univ-brest.fr/RAVA-FIRST/
Details
This function calls adjustedCADD.annotation.SNVs and adjustedCADD.annotation.indels. See the help of those two functions for more details.
#Import 1000Genome data from region around LCT gene#x <- as.bed.matrix(LCT.gen, LCT.fam, LCT.bim)#Annotate variants with adjusted CADD score#x <- adjustedCADD.annotation(x)