Used to allow users to plot results
Public fields
label
character Sample name
gtf
dataframe Transcript annotation
joint_post
dataframe Joint posterior
exp_post
dataframe Expression posterior
allele_post
dataframe Allele posetrior
bulk_subtrees
dataframe Bulk profiles of lineage subtrees
bulk_clones
dataframe Bulk profiles of clones
segs_consensus
dataframe Consensus segments
tree_post
list Tree posterior
mut_graph
igraph Mutation history graph
gtree
tbl_graph Single-cell phylogeny
clone_post
dataframe Clone posteriors
gexp_roll_wide
matrix Smoothed expression of single cells
P
matrix Genotype probability matrix
treeML
matrix Maximum likelihood tree as phylo object
hc
hclust Initial hierarchical clustering
Methods
Method new()
initialize Numbat class
Usage
Numbat$new(out_dir, i = 2, gtf = gtf_hg38, verbose = TRUE)
Method plot_phylo_heatmap()
Plot the single-cell CNV calls in a heatmap and the corresponding phylogeny
Method plot_exp_roll()
Plot window-smoothed expression profiles
Method plot_mut_history()
Plot the mutation history of the tumor
Method plot_sc_tree()
Plot the single cell phylogeny
Method plot_consensus()
Plot consensus segments
Method cutree()
Re-define subclones on the phylogeny.