EXCEL - Fuse text cells and split into different lines -


i have file looks this, containing huge amount of data

>ensmusg00000020333|ensmust00000000145|acsl6 agctccaggagggcccgtctcagtccgatgaactttgcagcaatattatagttattcgtg gttcacagaattccattaaacataaagaaaaaacataa >ensmusg00000000001|ensmust00000000001|gnai3 gaggatggcatagtaaaagctattacagggaggagtgttgagaccagatgtcatctactg ctctgtaatctaatgtttagggcatattgaagttgaggtgctgccttccagaacttaaac 

the columns should transformed lines contain:

ensmusg***      ensmust***    genename     sequence (four separate columns) 

the sequence column should lines starting either a,c,g,or t fused 1 text cell, number of cells fuse varies gene gene.

does have advice how solve this?

thank help! best wishes kk

use text columns button on data tab. choose delimited , click next, select other , in box type pipe symbol |. click next , finish.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -