getCelNames {compdiagTools} | R Documentation |
Collect names of CEL-files from a tab delimited table.
getCelNames(cel_file_list, which = 1)
cel_file_list |
name of the file containg a tab-delimited table |
which |
column number where the names of cel-files are found |
Blank lines and comments beginning with hash sign are removed.
A vector of strings
Claudio Lottaz