Constructs the openxlsx worksheet for the
CleanProteinStructures()
results.
oxPDBcleanedSummarySheet(wb.name, sheet.name = "PDBcleanedSummary", df)
Name of the workbook for the results; e.g., results.wb
Name of the worksheet being formatted; default:
"PDBcleanedSummary"
data.frame containing the summary of
CleanProteinStructures()
; e.g., df.results
The workbook containing the indicated and newly formatted worksheet.
This function is to ONLY be used with the results of
CleanProteinStructures()
. Specific aspects of how the
returned data.frame
will be formatted are hard-coded into this
function.
Notable formatting:
Top row frozen
Column widths are set based on column content
Structures with hydrogen atoms removed are highlighted with amber cell color
Structures with OoR values, modeled atoms, and removed waters are highlighted with amber cell color
This openxlsx function is NOT exported.
Other "openxlsx functions": openxlsxCellStyles
,
oxAlignOverlapSheet
,
oxClusterStatsSheet
,
oxClusterSummarySheet
,
oxInitWaterDataSheet
,
oxPlainDataSheet
,
oxRCSBinfoSheet
,
oxWaterOccurrenceSheet