You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is No.6 column is TCN? but No.6 column in test_2.txt is A_CN
The columns are changend in line 45 to 49 in scar_score.R
So they are ¨correct" at this step (the column headers remain the same and are wrong by then)
I read the source code for the TAI section and have some question:
if(!ploidy %in% c(1,seq(2, 200,by=2))){
sample.seg[,'AI'] <- c(0,2)[match(sample.seg[,7] + sample.seg[,8] == ploidy & sample.seg[,7] != ploidy, c('TRUE', 'FALSE'))]
}
The text was updated successfully, but these errors were encountered: