An infercnv object encapsulates the expression data and gene chromosome ordering information that is leveraged by infercnv for data exploration. The infercnv object is passed among the infercnv data processing and plotting routines.
Slots in the infercnv object include:
expr.data
<matrix> the count or expression data matrix, manipulated throughout infercnv ops
count.data
<matrix> retains the original count data, but shrinks along with expr.data when genes are removed.
gene_order
<data.frame> chromosomal gene order
reference_grouped_cell_indices
<list> mapping [['group_name']] to c(cell column indices) for reference (normal) cells
observation_grouped_cell_indices
<list> mapping [['group_name']] to c(cell column indices) for observation (tumor) cells
tumor_subclusters
<list> stores subclustering of tumors if requested
options
<list> stores the options relevant to the analysis in itself (in contrast with options relevant to plotting or paths)
.hspike
a hidden infercnv object populated with simulated spiked-in data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.