Merging Rdata (scanone and scantwo permutation data) files

447 views
Skip to first unread message

Jeevan Karloss

unread,
Jan 26, 2012, 3:41:47 AM1/26/12
to rqtl...@googlegroups.com
Hello All,

It would be great if someone can help me to merge the Rdata files into a single one to analyse as a single file. 

Jeevan

--
-----------------------------------------------------------------------------------------------------------------------------
"The Horse is made ready for the day of battle. But victory rests with the
LORD ". Proverbs 21:31
    
"If any of you lacks wisdom, he should ask God, who gives generously to all
without finding fault, and it will be given to him." James 1:5

"And we know that all things work together for good to those who love God,
to those who are called according to His purpose." Rom 8:28 
-----------------------------------------------------------------------------------------------------------------------------

Karl Broman

unread,
Feb 8, 2012, 12:28:09 PM2/8/12
to rqtl...@googlegroups.com, Jeevan Karloss
This seems like a general R question rather than an R/qtl-specific question, and it's not clear whether you want to

(a) merge multiple .RData files into a single .RData file, or
(b) merge the objects contained within those files into a combined object

The former is easier, so I'll explain that via an example:

rm(list=ls()) # clear workspace
load("file1.RData") # load 1st file
load("file2.RData") # load 2nd file
save.image(file="file3.RData") # save all stuff into file3.RData

karl

On Jan 26, 2012, at 2:41 AM, Jeevan Karloss wrote:

> Hello All,
>
> It would be great if someone can help me to merge the Rdata files into a single one to analyse as a single file.
>
> Jeevan
>
> --

> You received this message because you are subscribed to the Google Groups "R/qtl discussion" group.
> To post to this group, send email to rqtl...@googlegroups.com.
> To unsubscribe from this group, send email to rqtl-disc+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rqtl-disc?hl=en.

Reply all
Reply to author
Forward
0 new messages