Cnv
Cnv#
- class missionbio.mosaic.cnv.Cnv(*args, **kwargs)#
Container for CNV data.
Inherits most methods from
missionbio.mosaic.assay._Assay
. See that for the documentation on other methods and visualizations.Filtering
filter_amplicons
([completeness, read_depth])Remove amplicons with missing information.
Algorithms
compute_ploidy
(diploid_cells[, ...])Computes the ploidy of the cells
Fetch gene names from Ensembl for all the amplicons.
Renames the ids using the chromosome and position
Normalize the read counts.
CNV specific visualizations
plot_ploidy
(cluster[, features, collapse])Plots the ploidy of the cluster
amp_uniformity
([title])Plot amplicon uniformity.
cell_uniformity
([title])Plot cell uniformity.
Extended methods
heatmap
(attribute[, splitby, features, ...])Extends
_Assay.heatmap()