Displaying 1 result from an estimated 1 matches for "p18897".
Did you mean:
18897
2011 Jan 30
2
problem reading file containing bit vector
Hi I have a tab delimited file with fillowing content:
"swissProtID" "entrezID" "bitVec"
"Q62924" "---" "00000000100010000000000000000000"
"P18897" "---" "00000000000001000100000000000000"
"Q62736" "---" "00001000001000000000001000000000"
"P13589" "---" "00100000010000010000000000000000"
When I read this the bitVe...