The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 converting linear data to 12x8 96well format
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

coll@inia.

Spain
125 Posts

Posted - 09/04/2016 :  08:00:43 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. 2016 and Service Release (Select Help-->About Origin):
Operating System:win 7

Hello,
I am trying a simple way to convert the list output of some flow cytometry in the well known 12x8 96 well format. A way that doen not mean to copy every data one by one.

To my surprise I tried 3 nested "for" loops to make it and found the nested for did not work or I might have not tried hard enough (?). After a few hours, I quit.

Anyone could give me a hint?

thanks, julio

Essien

China
2 Posts

Posted - 09/05/2016 :  06:55:00 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

To convert your data into 12x8 96 well format, maybe you can try the tool under menu Worksheet: Split Columns.

For example,

newbook;
col(A) = data(1,96);
colsplit -r 2 irng:=col(A) nrows:=12;

Thanks,
Essien
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000