运用vcfr包读取vcf报错
Error in h(simpleError(msg, call)) :
在为'head'函数选择方法时评估'x'参数出了错: $ operator not defined for this S4 class
library(vcfR)
getwd()
a_data = read.vcfR('../ukb-b-7330.vcf.gz')
str(a_data)
head(a_data$meta,12)
Error in h(simpleError(msg, call)) :
在为'head'函数选择方法时评估'x'参数出了错: $ operator not defined for this S4 class
请求帮忙指点