Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about TAI #22

Open
sheny-bio opened this issue Nov 8, 2021 · 2 comments
Open

question about TAI #22

sheny-bio opened this issue Nov 8, 2021 · 2 comments

Comments

@sheny-bio
Copy link

I read the source code for the TAI section and have some question:

  1. why ploidy = A_CN(longest segment)
  2. why:
    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'))]
    }
@sheny-bio
Copy link
Author

is No.6 column is TCN? but No.6 column in test_2.txt is A_CN

@menzel
Copy link

menzel commented Nov 16, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants