validate_infercnv_obj {infercnv}R Documentation

validate_infercnv_obj()

Description

validate an infercnv_obj ensures that order of genes in the @gene_order slot match up perfectly with the gene rows in the @expr.data matrix. Otherwise, throws an error and stops execution.

Usage

validate_infercnv_obj(infercnv_obj)

Arguments

infercnv_obj

infercnv_object

Value

none


[Package infercnv version 1.8.1 Index]