in reply to Re: Extract and read different columns from the file
in thread Extract and read different columns from the file
The entire text file looks something similar like this
3 9606 34 ACADM 187960098 NP_001120800.1
5 9606 37 ACADVL 4557235 NP_000009.1
6 9615 489421 ACAT1 73955189 XP_546539.2
I know how to read get each line as the input. After this, i should store all the desired columns in a hash table with the line number as the hash table index and to perform some string matching operations....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Extract and read different columns from the file
by ikegami (Patriarch) on Oct 27, 2010 at 04:15 UTC | |
|
Re^3: Extract and read different columns from the file
by aquarium (Curate) on Oct 27, 2010 at 04:38 UTC |