CheckAndReturnIDMatrix | R Documentation |
Check and return the ID mutation matrix
CheckAndReturnIDMatrix(
annotated.vcf,
discarded.variants,
ID.mat,
return.annotated.vcf = FALSE
)
annotated.vcf |
An annotated ID VCF with additional column
|
discarded.variants |
A |
ID.mat |
The ID mutation count matrix. |
return.annotated.vcf |
Whether to return |
A list of a 1-column ID matrix containing the mutation catalog
information and the annotated VCF with ID categories information added. If
some ID variants were excluded in the analysis, an additional element
discarded.variants
will appear in the return list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.