strelka_indels_2_excel: From vcf to excel by Strelka for indels

View source: R/from_vcf2df.R

strelka_indels_2_excelR Documentation

From vcf to excel by Strelka for indels

Description

From vcf to excel by Strelka for indels

Usage

strelka_indels_2_excel(
  name_vcffile,
  excel = FALSE,
  excel_file = "20200306_strelka_indels.xlsx"
)

Arguments

name_vcffile

The name of the vcf file

excel

If we want to export to excel (boolean)

excel_file

Name of the output excel file.

Value

data frame with ordered information

Examples

## Not run: 
strelka_2_excel (name_vcffile)

## End(Not run)


itamuria/immunoeasy documentation built on Sept. 30, 2022, 5:53 a.m.