
Getting the bulk allelic fragmentation data frame
Source:R/RcppExports.R
PhylogeneticForest-cash-get_bulk_allelic_fragmentation.Rd
This method returns a data frame representing the bulk allelic fragmentation of the genome.
Value
A data frame reporting, for each genomic fragment and for all
the allelic type on the genomic fragment, the chromosome (chr
),
the first base position (begin
), the last base position (end
),
the number of copy of the major and minor alleles (major
and
minor
, respectively), and the ratio between the number of cells
exhibiting this allelic type and the total number of cells in the
sample.
See also
vignette("mutations")
for usage examples