# NOT RUN {
writeSeq(SeqList, OutFormat="xls", file="MyFile.xlsx")
# add additional sheets to the excel file:
library(xlsx)
write.xlsx(MyData, file = "MyFile.xlsx", sheetName="ExtraData",
col.names=TRUE, row.names=FALSE, append=TRUE, showNA=FALSE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab