Displaying 1 result from an estimated 1 matches for "very2".
Did you mean:
very
2009 Jan 16
5
Value Lookup from File without Slurping
...or
> qr <- c("AAC", "ATT")
I would like to find the corresponding value for each query above,
yielding:
0.02
0.7
However, I want to avoid slurping whole repo.txt into an object (e.g. hash).
Is there any ways to do that?
The reason I want to do that because repo.txt is very2 large size
(milions of lines,
with tag length > 30 bp), and my PC memory is too small to keep it.
- Gundala Viswanath
Jakarta - Indonesia