sortcna {Canopy} | R Documentation |
To sort identified overlapping CNAs by their major and minor copy numbers.
Used in canopy.post
.
sortcna(tree,C)
tree |
input tree |
C |
CNA and CNA-region overlapping matrix |
Tree whose overlapping CNAs are sorted by major and minor copy numbers.
Yuchao Jiang yuchaoj@wharton.upenn.edu
data(MDA231_tree)
data(MDA231)
C = MDA231$C
sortcna(MDA231_tree, C)