Description Usage Arguments Value
View source: R/identifyPathwaySNVs.R
Identify SNVs located in a specified pathway
1 | identify_pathwaySNVs(markerDF, pathwayDF)
|
markerDF |
A data frame containing SNV data. See details. |
pathwayDF |
A data frame containing pathway data. See details. |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.