powered by
To sort identified overlapping CNAs by their major and minor copy numbers. Used in canopy.post.
canopy.post
sortcna(tree,C)
input tree
CNA and CNA-region overlapping matrix
Tree whose overlapping CNAs are sorted by major and minor copy numbers.
# NOT RUN { data(MDA231_tree) data(MDA231) C = MDA231$C sortcna(MDA231_tree, C) # }
Run the code above in your browser using DataLab