classify_variants | R Documentation |
My post-processor of the results from mpileup/freebayes provides some hopefully fun output files. This function seeks to leverage them into tables which might be fun to look at.
classify_variants(
metadata,
coverage_column = "bedtoolscoveragefile",
variants_column = "freebayesvariantsbygene",
min_missing = 100
)
metadata |
Usually the result of gather_preprocessing_metadata(), but whatever it is, it should have a column containing the observed coverage and observed variants as a table. |
coverage_column |
Metadata column name containing coverage information from bedtools in a tabular format. |
variants_column |
Metadata column name containing the variants/gene. |
min_missing |
Bin size above which to call a region missing from one or more samples when looking for large-scale deletions using coverage information. |
List containing some fun stuff.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.