read.clonesinfo: Reading chromsome and positional information about each clone.
Description
Function to read the chromosomal position information of each clone
and incorporate it into the genes data.frame of the relevant object.
Usage
read.clonesinfo(file, RG, path = NULL, sep="\t", quote="\"")
Arguments
file
Name of the file containing the chromosomal information.
RG
Object containing a \$genes data.frame that the information
should be incorporated into.
path
Path to the chromosomal information file.
sep
Identifying the column seperator in the designated file.
quote
Identifying the quotation character used in the
designated file.