SegSeqResProcess {seqCBS} | R Documentation |
Read the segmentation results of SegSeq and returns the change points called
SegSeqResProcess(filename)
filename |
The filename of the SegSeq output file to be processed |
This function is used to read in the SegSeq results and use for performance evaluation and comparison
Return a list the length of unique chromosomes in the result file. For each entry, the label is the chromosome label; and there is a vector of the change point locations called by SegSeq
Jeremy J. Shen