Description Usage Arguments Value Author(s)
View source: R/add_read_depth_column.R
A R function that uses get_read_depth() and appends the depth of coverage value to the original ANNOVAR dataframe.
1 | add_read_depth_column(data = NULL, format_column = "vcf_format_sample", depth_index=4)
|
data |
an ANNOVAR based dataframe (required) |
format_column |
the column name containing the VCF FORMAT string (default: vcf_format_sample) |
depth_index |
the array index containing the depth information |
Returns the original input dataframe with a "depth" column containing the depth of coverage.
Richard J. de Borja
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.