powered by
Imports Hapmap genotypic data file
import_hmp(file_path, header = TRUE, sep = "\t", stringsAsFactors = FALSE)
Hampmap genotypic data
Provide the actual path of Hapmap genotypic data file
by default it will be True
by default it will be tab separated
by default it will be False
# \donttest{ demo_SNP <- system.file("extdata", "demo_SNP.hmp.txt", package = "geneNR") hapmap_data <- import_hmp(demo_SNP) head(hapmap_data) # }
Run the code above in your browser using DataLab