r - How to create new rows dependent on other rows -


i have following table:

sp0000001-mrna-1     sp0000005-mrna-1    go:0003723 sp0000006-mrna-1    go:0016021 sp0000007-mrna-1    go:0003700|go:0006355|go:0043565 

the aim generate new rows go ids separated |. above example lead 2 more rows

sp0000001-mrna-1     sp0000005-mrna-1    go:0003723 sp0000006-mrna-1    go:0016021 sp0000007-mrna-1    go:0003700 sp0000007-mrna-1    go:0006355 sp0000007-mrna-1    go:0043565 

how possible r?

thank in advance


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -