# system.time(expr = y <- read.vcfR(file = 'data/chr22_JHS_2_10Mb.vcf.gz'), gcFirst = TRUE)
# dim(y)
# print(x = object.size(x = y), units = 'Gb')
#
# system.time(expr = y <- read.vcfR(file = 'data/chr22_JHS_3_10Mb.vcf.gz'), gcFirst = TRUE)
# dim(y)
# print(x = object.size(x = y), units = 'Gb')
#
# system.time(expr = y <- read.vcfR(file = 'data/chr22_JHS_4_10Mb.vcf.gz'), gcFirst = TRUE)
# dim(y)
# print(x = object.size(x = y), units = 'Gb')
#
# system.time(expr = y <- read.vcfR(file = 'data/chr22_JHS_5_10Mb.vcf.gz'), gcFirst = TRUE)
# dim(y)
# print(x = object.size(x = y), units = 'Gb')
#
# system.time(expr = y <- read.vcfR(file = 'data/chr22_JHS_6_10Mb.vcf.gz'), gcFirst = TRUE)
# dim(y)
# print(x = object.size(x = y), units = 'Gb')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.