show_gene_track: Track the single probe resolution change of a gene

Description Usage Arguments Value Examples

View source: R/visualize.R

Description

Displays constructed tree with node labels for the proportion of each probe state for a selected gene. This is saved at the given filename

Usage

1
2
3
4
5
6
7
show_gene_track(
  filename,
  tree,
  gene,
  thermo_prop_internal_nodes,
  thermo_prop_leaves
)

Arguments

filename

filename to which the plot will be saved

tree

ape::phylo tree

gene

gene name

thermo_prop_leaves

thermo proportion plot for leaves of all of the probe states

thermo_prop_node

thermo proportion plot for internal nodes of all of the probe states

Value

None

Examples

1
2
3
show_gene_track('tree_CD81', tree, 'CD81', thermo_prop_internal_nodes, 
thermo_prop_leaves)
... some visualization 

ethanmoyer/MethylConstruct documentation built on July 10, 2020, 12:28 a.m.