Classes and methods for working with segmented copy number data
2
1
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States

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.

cgh copynumber • 1.6k views
ADD COMMENT
2
Entering edit mode
@marcel-ramos-7325
Last seen 23 hours ago
United States

Hi Sean!

We have the `MultiAssayExperiment::RangedRaggedAssay` class that can handle all of the above.

It would require you to have a `GRangesList` object with a "score" metadata column denoting copy_number. The `GRangesList` can be created from a `DataFrame` using the `GenomicRanges::makeGRangesListFromDataFrame` and subsequently converted to RangedRaggedAssay from `MultiAssayExperiment`. 

I hope this helps and feel free to reach out for more details. We have a run-able example in the package via `example("RangedRaggedAssay")`.

 

Marcel 

ADD COMMENT
2
Entering edit mode
@marcel-ramos-7325
Last seen 23 hours ago
United States

Update: Please see the latest package submission (RaggedExperiment) for this type of data. https://github.com/Bioconductor/Contributions/issues/339 and the GitHub version of the package https://github.com/Bioconductor/RaggedExperiment/ 

 

Sincerely, 

Marcel

ADD COMMENT
0
Entering edit mode

Update: RaggedExperiment is now in Bioconductor devel!

ADD REPLY

Login before adding your answer.

Traffic: 739 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6