Uses of Class
org.biojava.nbio.survival.data.WorkSheet
Packages that use WorkSheet
Package
Description
-
Uses of WorkSheet in org.biojava.nbio.survival.cox
Methods in org.biojava.nbio.survival.cox with parameters of type WorkSheet -
Uses of WorkSheet in org.biojava.nbio.survival.data
Methods in org.biojava.nbio.survival.data that return WorkSheetModifier and TypeMethodDescriptionstatic WorkSheetWorkSheet.getCopyWorkSheet(WorkSheet copyWorkSheet) Create a copy of a worksheet.static WorkSheetWorkSheet.getCopyWorkSheetSelectedRows(WorkSheet copyWorkSheet, ArrayList<String> rows) Create a copy of a worksheet.WorkSheet.getLogScale(double base) Get the log scale of this worksheet where a zero value will be set to .1 as Log(0) is undefinedWorkSheet.getLogScale(double base, double zeroValue) Get the log scale of this worksheetstatic WorkSheetstatic WorkSheetWorkSheet.readCSV(InputStream is, char delimiter) Read a CSV/Tab delimited file where you pass in the delimiterstatic WorkSheetRead a CSV/Tab delimitted file where you pass in the delimiterWorkSheet.swapRowAndColumns()Swap the row and columns returning a new worksheetstatic WorkSheetWorkSheet.unionWorkSheetsRowJoin(String w1FileName, String w2FileName, char delimitter, boolean secondSheetMetaData) Combine two work sheets where you join based on rows.static WorkSheetWorkSheet.unionWorkSheetsRowJoin(WorkSheet w1, WorkSheet w2, boolean secondSheetMetaData) * Combine two work sheets where you join based on rows.Methods in org.biojava.nbio.survival.data with parameters of type WorkSheetModifier and TypeMethodDescriptionvoidWorkSheet.appendWorkSheetColumns(WorkSheet worksheet) Add columns from a second worksheet to be joined by common row.voidWorkSheet.appendWorkSheetRows(WorkSheet worksheet) Add rows from a second worksheet to be joined by common column.static WorkSheetWorkSheet.getCopyWorkSheet(WorkSheet copyWorkSheet) Create a copy of a worksheet.static WorkSheetWorkSheet.getCopyWorkSheetSelectedRows(WorkSheet copyWorkSheet, ArrayList<String> rows) Create a copy of a worksheet.static WorkSheetWorkSheet.unionWorkSheetsRowJoin(WorkSheet w1, WorkSheet w2, boolean secondSheetMetaData) * Combine two work sheets where you join based on rows. -
Uses of WorkSheet in org.biojava.nbio.survival.kaplanmeier.figure
Methods in org.biojava.nbio.survival.kaplanmeier.figure with parameters of type WorkSheetModifier and TypeMethodDescription -
Uses of WorkSheet in org.biojava.nbio.survival.kaplanmeier.metadata
Methods in org.biojava.nbio.survival.kaplanmeier.metadata with parameters of type WorkSheetModifier and TypeMethodDescriptionstatic voidClinicalMetaDataOutcome.process(WorkSheet worksheet, String sensorMapColumn, LinkedHashMap<String, String> censorMap, String timeColumn, Double timeScale, ArrayList<MetaDataInfo> metaDataInfoList) voidvoidvoidMetaDataInfo.setDiscreteValues(WorkSheet worksheet)