MultiAssayExperiment:combine two multiassayexperiment object
1
0
Entering edit mode
@mariozanfardino-15232
Last seen 3.7 years ago
Naples (Italy)

how can i combine two multiassayexperiment object without using Experiment extraction and subsequently combination in MAE?

Example: 

> MAE1
A MultiAssayExperiment object of 2 listed
 experiments with user-defined names and respective classes. 
 Containing an ExperimentList class object of length 2: 
 [1] mae1_exp_1: SummarizedExperiment with 20 rows and 10 columns 
 [2] mae1_exp_2: SummarizedExperiment with 20 rows and 10 columns 
> MAE2
A MultiAssayExperiment object of 2 listed
 experiments with user-defined names and respective classes. 
 Containing an ExperimentList class object of length 2: 
 [1] mae2_exp_1: SummarizedExperiment with 20 rows and 10 columns 
 [2] mae2_exp_2: SummarizedExperiment with 20 rows and 10 columns 

> PSEUDOCODE: MAE3 <-c(MAE1, MAE2) 
> MAE3
A MultiAssayExperiment object of 4 listed
 experiments with user-defined names and respective classes. 
 Containing an ExperimentList class object of length 4: 
 [1] mae1_exp_1: SummarizedExperiment with 20 rows and 10 columns 
 [2] mae1_exp_2: SummarizedExperiment with 20 rows and 10 columns 
 [3] mae2_exp_1: SummarizedExperiment with 20 rows and 10 columns 
 [4] mae2_exp_2: SummarizedExperiment with 20 rows and 10 columns 
multiassayexperiment • 1.4k views
ADD COMMENT
1
Entering edit mode

I get the idea but one requirement would be to keep experiment names unique across `MultiAssayExperiment` objects. I am coming up with a patch to allow this. Thanks, MR

ADD REPLY
2
Entering edit mode
@marcel-ramos-7325
Last seen 7 days ago
United States

Hi Mario, Thank you for posting this enhancement request.

I have added it to MultiAssayExperiment 1.7.19 (devel). The stipulation is that experiment names must be unique across MultiAssayExperiment objects.

Best regards, Marcel

ADD COMMENT
1
Entering edit mode

Thank you very much Marcel!

ADD REPLY
1
Entering edit mode

    Prego!     

ADD REPLY

Login before adding your answer.

Traffic: 875 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