Data frames of allele counts at variant positions per cell. Variant positions
can be either common single nucleotide polymorphisms (SNPs) positions or
individual-specific heterozygous positions retrieved using bulk sequencing.
Only chromosomes 3, 4 and 8 are present in the exdata example dataset.
Usage
exdata_allele_counts_atac_tumor
exdata_allele_counts_atac_ref
exdata_allele_counts_rna_tumor
exdata_allele_counts_rna_refFormat
A data frame with columns based on the Variant Call Format (VCF) columns. It contains the following columns:
cellBarcodes of cells.
idVariant unique identifier defined as CHROM_POS_REF_ALT, e.g. "3_3126620_T_G".
CHROMChromosome names, e.g. "3", "X".
POSPosition of the variant (1-base positions).
REFReference allele base, "A" "C" "G" or "T".
ALTAlternative allele base, "A" "C" "G" or "T".
RDReference allele depth/count.
ADAlternative allele depth/count.
DPTotal depth/count.
GTGenotype: "0/1" or "1/0" if unphased; "0|1" or "1|0" if phased.
