RunPostAssignPipeline | R Documentation |
A pipeline to post assign events.
RunPostAssignPipeline(snvRes = NULL, svRes = NULL, mydata)
snvRes |
A reference Ccube SNV result list |
svRes |
A reference Ccube SV results list. |
mydata |
A data frame of variants (SNV or SV) to be assigned. Ideally, the data has been processed by CcubeSV or Ccube model. So it should have ccube_mult1/ccube_mult2 or ccube_mult columns. |
At least one of snvRes and svRes has to be provided. If the both lists are provided, they will be combined.
A list containing, res, the post assigned result list and, ssm, the annotated data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.