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

create_report script template.Rmd #57

Open
junwoo2 opened this issue Apr 29, 2021 · 2 comments
Open

create_report script template.Rmd #57

junwoo2 opened this issue Apr 29, 2021 · 2 comments
Assignees

Comments

@junwoo2
Copy link

junwoo2 commented Apr 29, 2021

Lines 239 and 241

final[is.na(final$HGVSp_Short) & nchar(final$Reference_Allele)>5,"VarName"] <- paste0(final$Hugo_Symbol, " ", final$Chromosome, ":", final$Start_Position, " ", substr(final$Reference_Allele,1,3),"..", ">", final$Tumor_Seq_Allele2)[is.na(final$HGVSp_Short) & nchar(final$Reference_Allele)>5 ]

final[is.na(final$HGVSp_Short) & nchar(final$Tumor_Seq_Allele2)>5,"VarName"] <- paste0(final$Hugo_Symbol, " ", final$Chromosome, ":", final$Start_Position, " ", final$Reference_Allele,1,3, ">", substr(final$Tumor_Seq_Allele2,1,3),"..")[is.na(final$HGVSp_Short) & nchar(final$Tumor_Seq_Allele2)>5]

@rhshah
Copy link
Member

rhshah commented Apr 29, 2021

@murphycj2 can you check this

@murphycj2
Copy link
Collaborator

will do!

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

3 participants