track_gene: Get proportion of probes methylated, unmethylated, ambiguous...

Description Usage Arguments Value Examples

View source: R/analyze.R

Description

This function returns the proportion of each probes that are methylated, unmethylated, ambiguous at each node across a tree.

Usage

1
track_gene(icceTree, reference, gene)

Arguments

icceTree

icceTree data structure

reference

reference file

gene

gene name

probe_node_matrix

matrix storing the methylation status across all probes and nodes on a tree

Value

a structure composed of two lists that contain methylation state proportions for internal nodes and methylation state proportions for leaves

Examples

1
2
3
gene_information <- track_gene(icceTree, reference, 'CD81')
thermo_prop_internal_nodes = gene_information$thermo_prop_internal_nodes
thermo_prop_leaves = gene_information$thermo_prop_leaves

ethanmoyer/ICCE documentation built on Aug. 25, 2020, 5:18 p.m.