validate_infercnv_obj {infercnv} | R Documentation |
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.
validate_infercnv_obj(infercnv_obj)
infercnv_obj |
infercnv_object |
none