标签: r
我有基因组变体的数据框,我必须将其导出到.tsv文件中。我实际上是在用这个:
.tsv
write.table(store, file=paste(variant, ".tsv", sep=""), sep="\t")
问题是“变体”类似于“G> G / A”。如何转换“>”和“/”?