snpeff_summary_to_long | R Documentation |
Transform a snpEff tsv summary frame to long format
snpeff_summary_to_long(
snpeff_summary_path,
sample_id,
variant_caller,
effect_threshold = 0,
impact_threshold = 0
)
snpeff_summary_path |
path to the .txt summary output of snpEff |
sample_id |
unique identifier of this sample – sample_id becomes a column |
variant_caller |
the variant caller used to create the vcf |
effect_threshold |
minimum count in a variant_effect factor level (see the seealso link below for the snpEff docs if variant_effect factor doesn't ring a bell) |
impact_threshold |
minimum count in a variant_impact factor level (see the command in effect_threshold) |
a tibble with the fields GeneId, TranscriptId, Biotype, effect, effect_score, impact_score, impact, sample_id, variant_caller
https://pcingola.github.io/SnpEff/se_outputsummary/
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.