Check and return the ID mutation matrix
CheckAndReturnIDMatrix(
annotated.vcf,
discarded.variants,
ID.mat,
return.annotated.vcf = FALSE
)
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.
An annotated ID VCF with additional column
ID.class
showing ID classification for each variant.
A data.frame
which contains rows of ID
variants which are excluded in the analysis.
The ID mutation count matrix.
Whether to return annotated.vcf
. Default is
FALSE.