R/vcf2raw.R

Defines functions vcf2raw

Documented in vcf2raw

#######################################################################
#                                                                     #
# Package: onemap                                                     #
#                                                                     #
# File: vcf2raw.R                                                     #
# Contains: vcf2raw                                                   #
#                                                                     #
# Written by Gabriel Rodrigues Alves Margarido                        #
# copyright (c) 2015, Gabriel R A Margarido                           #
#                                                                     #
# First version: 10/14/2015                                           #
# License: GNU General Public License version 2 (June, 1991) or later #
#                                                                     #
#######################################################################


##' These functions are defunct and no longer available.
##' 
##' @return No return value, called for side effects
##' 
##'@export
vcf2raw <- function() {
  .Defunct(new = "onemap_read_vcfR", msg = "Defunct since version 2.1.1006. See onemap_read_vcfR function.")
}

Try the onemap package in your browser

Any scripts or data that you put into this service are public.

onemap documentation built on Nov. 26, 2022, 9:05 a.m.