identify_pathwaySNVs: Identify SNVs located in a specified pathway
Description
Identify SNVs located in a specified pathway
Usage
identify_pathwaySNVs(markerDF, pathwayDF)
Arguments
markerDF
A data frame containing SNV data. See details.
pathwayDF
A data frame containing pathway data. See details.
Value
A dataframe with the same format as markerDF
, but with a variable pathwaySNV
marked FALSE for all variants located outside exons in pathwayDF
, or with derived allele frequency greater than carrier_prob
.