package biotk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type matrix = {
  1. id : string;
  2. tf_name : string;
  3. counts : int array array;
}
val of_file : string -> (matrix, string) Core_kernel.result