read.clonesinfo {snapCGH} | R Documentation |
Function to read the chromosomal position information of each clone and incorperate it into the genes data.frame of the relevant object.
read.clonesinfo(file, RG, path = NULL, sep="\t", quote="\"")
file |
Name of the file containing the chromosomal information. |
RG |
Object containing a $genes data.frame that the information should be incorperated 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. |
Mike Smith