# NOT RUN {
library("vcfR")
data("vcfR_example")
chrom <- create.chromR('sc50', seq=dna, vcf=vcf, ann=gff)
getFIX(vcf) %>% head
getFIX(chrom) %>% head
getCHROM(vcf) %>% head
getCHROM(chrom) %>% head
getPOS(vcf) %>% head
getPOS(chrom) %>% head
getID(vcf) %>% head
getID(chrom) %>% head
getREF(vcf) %>% head
getREF(chrom) %>% head
getALT(vcf) %>% head
getALT(chrom) %>% head
getQUAL(vcf) %>% head
getQUAL(chrom) %>% head
getFILTER(vcf) %>% head
getFILTER(chrom) %>% head
getINFO(vcf) %>% head
getINFO(chrom) %>% head
# }
Run the code above in your browser using DataLab