EisSummary

NameRank Class

  • name
  • rank

Public Methods

  • Load(string) - Loads the given CDT file
  • string GetArryNameByRank(name, rank) - given the name and rank of a column, returns the clustering name for it. For instance, if the third column was named "Patient3" and had the clustering name "ARRY70X" and was the 40th column down, GetArryNameByRank("Patient3", 40) would return "ARRY70X"
  • string GetGeneNameByRank(name, rank) - same as GetArryName, except with rows (whose identifiers start with "GENE")

Properties

  • RowNode - returns the EisNode representing the rows
  • ColumnNode - returns the EisNode representing the columns
  • Name - name of this summary
  • Dset - the DataSet encapsulated within the object
  • Rows - Sorted list, acessed as Rows[rowName] = NameRank of rowName
  • Columns - Sorted list, acessed as Columns[columnName] = NameRank of columnName
  • RankByRow - Sorted list, acessed as RankByRow[clusterName] = position (with 1 being the left or above) of the given row in the clustering
  • RankByColumn - Sorted list, acessed as RankByColumn[clusterName] = position (with 1 being the left or above) of the given Column in the clustering

Remarks

Representation of a clustering full clustering, though works fine with just a .cdt file.

Edit | Attach | Print version | History: r3 < r2 < r1 | Backlinks | View wiki text | Edit WikiText | More topic actions...
Topic revision: r1 - 03 Feb 2005, NimishGautam
 

This site is powered by FoswikiCopyright © 2013-2022 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Vanderbilt Biostatistics Wiki? Send feedback