| Numbat | R Documentation |
Used to allow users to plot results
a new 'Numbat' object
labelcharacter Sample name
gtfdataframe Transcript annotation
joint_postdataframe Joint posterior
exp_postdataframe Expression posterior
allele_postdataframe Allele posetrior
bulk_subtreesdataframe Bulk profiles of lineage subtrees
bulk_clonesdataframe Bulk profiles of clones
segs_consensusdataframe Consensus segments
tree_postlist Tree posterior
mut_graphigraph Mutation history graph
gtreetbl_graph Single-cell phylogeny
clone_postdataframe Clone posteriors
gexp_roll_widematrix Smoothed expression of single cells
Pmatrix Genotype probability matrix
treeMLmatrix Maximum likelihood tree as phylo object
hchclust Initial hierarchical clustering
new()initialize Numbat class
Numbat$new(out_dir, i = 2, gtf = gtf_hg38, verbose = TRUE)
out_dircharacter string Output directory
iinteger Get results from which iteration (default=2)
gtfdataframe Transcript gtf (default=gtf_hg38)
verboselogical Whether to output verbose results (default=TRUE)
a new 'Numbat' object
plot_phylo_heatmap()Plot the single-cell CNV calls in a heatmap and the corresponding phylogeny
Numbat$plot_phylo_heatmap(...)
...additional parameters passed to plot_phylo_heatmap()
plot_exp_roll()Plot window-smoothed expression profiles
Numbat$plot_exp_roll(k = 3, n_sample = 300, ...)
kinteger Number of clusters
n_sampleinteger Number of cells to subsample
...additional parameters passed to plot_exp_roll()
plot_mut_history()Plot the mutation history of the tumor
Numbat$plot_mut_history(...)
...additional parameters passed to plot_mut_history()
plot_sc_tree()Plot the single cell phylogeny
Numbat$plot_sc_tree(...)
...additional parameters passed to plot_sc_tree()
plot_consensus()Plot consensus segments
Numbat$plot_consensus(...)
...additional parameters passed to plot_sc_tree()
plot_clone_profile()Plot clone cnv profiles
Numbat$plot_clone_profile(...)
...additional parameters passed to plot_clone_profile()
cutree()Re-define subclones on the phylogeny.
Numbat$cutree(max_cost = 0, n_cut = 0)
max_costnumeric Likelihood threshold to collapse internal branches
n_cutinteger Number of cuts on the phylogeny to define subclones
clone()The objects of this class are cloneable with this method.
Numbat$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.