This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Converting tab or txt file into gxl file using R programming

Dear All, I have a tab delimited file with following columns

> otu1      otu2      counts
> OTU_1     OTU_2       0 
> OTU_1     OTU_3       1 
> OTU_1     OTU_4       1 
   : 
   :
   :

here otu1 is the source node and otu2 is the target node. count is the edge. how can I converted into gxl file using r or any other programming?

gxl text r programming

0 answers

No answers yet.

Log in to answer this question.