There are dozens of packages for working with copy number data available in Bioconductor. However, I don’t get the sense that there is a class that unifies the somewhat standardized “processed” output that consists of:
- sample_id
- chromosome
- start_pos
- end_pos
- copy_number
I am interested in applying something like gistic over my data, summarizing to gene, etc. Any suggestions on classes (and associated methods) would be much appreciated.
Update: RaggedExperiment is now in Bioconductor devel!