XML to Word using R
0
0
Entering edit mode
4.0 years ago
Tastulek • 0

Hello BioSar Community Members,

I have a list of GI numbers of mtDNA sequences from GenBank which were stored in an XML file. Now I would like to convert XML format into Word format while keeping original format and style. I tried to use R [(library(XML) [library(stringr) library(methods)] to carry out the task, but not successful.

Do you have any suggestions?

Here is the content of the XML file

<content> <en-note>

R sequence • 679 views
ADD COMMENT
1
Entering edit mode

XML does not have format or style, it's just a data transport markup language. Are you trying to parse it to get the data content? Why do you need the result to be in "Word" format? Are you referring to plain text? We do not use MS Office formats (other than Excel) in bioinformatics.

ADD REPLY
0
Entering edit mode

Hi RamRS,

Thanks for the comments!

Yes, actually I would like to have the seq IDs in plain text format in order to use the seq ID list text file for downloading the mtDNA sequences in batch.

ADD REPLY

Login before adding your answer.

Traffic: 1976 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6