getQ {Canopy} | R Documentation |
To get SNA-CNA genotyping matrix Q
, which specifies whether an SNA
precedes a CNA. Used in canopy.sample
.
getQ(tree, Y, C)
tree |
input tree |
Y |
SNA CNA overlapping matrix |
C |
CNA and CNA region overlapping matrix |
Genotyping matrix Q
.
Yuchao Jiang yuchaoj@wharton.upenn.edu
data(MDA231_tree)
data(MDA231)
Y = MDA231$Y
C = MDA231$C
getQ(MDA231_tree, Y, C)