powered by
Distribution of SNPs Across Chromosomes
summariseSNP(data)
A data frame with chromosome names and the count of SNPs for each chromosome
A data frame containing a column named Chr
Chr
# \donttest{ demo_SNP <- system.file("extdata", "demo_SNP.hmp.txt", package = "geneNR") data <- import_hmp(demo_SNP) snp_distribution <- summariseSNP(data) print(snp_distribution) # }
Run the code above in your browser using DataLab