@@ -69,21 +69,27 @@ associated with these variables.
6969
7070\code {" $dosage_alt" } returns a RAW / INTEGER matrix for the dosages of alternative
7171allele without distinguishing different alternative alleles.
72+ \code {" $dosage_alt2" } allow the alleles are partially missing (e.g. , genotypes
73+ on chromosome X for males )
7274
7375\code {" $dosage_sp" } returns a sparse matrix (dgCMatrix ) for the dosages of
7476alternative allele without distinguishing different alternative alleles.
77+ \code {" $dosage_sp2" } allow the alleles are partially missing (e.g. , genotypes
78+ on chromosome X for males )
7579
7680\code {" $num_allele" } returns an integer vector with the numbers of distinct
7781alleles.
7882
79- \code {" $ref" } returns a character vector of reference alleles
80-
83+ \code {" $ref" } returns a character vector of reference alleles.
8184\code {" $alt" } returns a character vector of alternative alleles (delimited by
82- comma )
85+ comma ).
8386
8487\code {" $chrom_pos" } returns characters with the combination of chromosome and
85- position , e.g. , " 1:1272721" . \code {" $chrom_pos_allele" } returns characters with
86- the combination of chromosome , position and alleles , e.g. , " 1:1272721_A_G"
88+ position , e.g. , " 1:1272721" . \code {" $chrom_pos2" } is similar to
89+ \code {" $chrom_pos" }, except the suffix " _1" is added to the first duplicate
90+ following the variant , " _2" is added to the second duplicate , and so on.
91+ \code {" $chrom_pos_allele" } returns characters with the combination of
92+ chromosome , position and alleles , e.g. , " 1:1272721_A_G"
8793(i.e. , chr : position_REF_ALT ).
8894
8995\code {" $variant_index" } returns the indices of selected variants starting
0 commit comments