.getChannelCentres {twoddpcr} | R Documentation |
The plate should have been classified by k-means clustering.
.getChannelCentres(plate, cMethod, channel, minSeparation = 2000)
plate |
A |
cMethod |
The classification method to use (in the form of a character string). |
channel |
An integer 1 or 2 corresponding to the channel of interest. |
minSeparation |
The minimum distance required between two cluster centres in order for us to assume that k-means found two distinct clusters. Defaults to 2000. |
A list of data frames, where each data frame has information about the centres in the channel of interest.
Anthony Chiu, anthony.chiu@cruk.manchester.ac.uk