Skip to content

Oncoplot annotationDat Sorting Bug and Documentation Inconsistency #207

@DarioS

Description

@DarioS

The documentation has

... a column containing Tumor_Sample_Barcodes ...

but if I have such a column, it seems that the code wants a column named Tumor_Sample_Barcode instead.

Error in `[.data.frame`(annotationDat, , c("Tumor_Sample_Barcode", clinicalFeatures)) : 
  undefined columns selected

The code and documentation should be harmonised.

Another problem happens if there are ties in the annotation variable used for sorting of the samples. All of the ties are placed first and then the samples with unique values are plotted after the ties. For example,

image

The first six samples on the left side of the plot have patient ages 41, 41, 47, 47, 67, 67. The rest of the patients have ages which no other patient in the data set has. The first six columns should be interspersed with the other columns.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions