Scripts of the NMRPipe System
randDel.tcl: Delete a Fraction of Entries in a Table.
Flag |
Argument |
Default |
Description |
-in |
inName |
test.tab |
Input Table. |
-out |
outName |
selected.tab |
Output Table for Selected Entries. |
-del |
delName |
deleted.tab |
Output Table for Deleted Entries. |
-keep |
keepFrac |
0.9 |
Fraction of Entries to Keep. |
-iseed |
randSeed |
54321 |
Random Seed (Zero for Auto). |
-verb |
|
|
Verbose Mode ON (Default). |
-noverb |
|
|
Verbose Mode OFF. |
Notes:
1. Entries are selected such that the result table will never be empty, unless keepFrac is zero.
2. Use -iseed 0 to set the random seed according to the clock.
|
|