Introduction
I am working with (physical) array data, that is scanned in at 100 microns / pixel. The result of this is a tif image with many spots corresponding to the points of interest on the array, which each have varied intensities.
I have already figured out how to split these tif images into smaller files so that each point of interest is its own file. Now I am trying to figure out the next step - that is, I want to analyze each one independently. Each spot essentially has a "background" and a "data" region, that I could specify roughly by pixel locations.
I should also mention that there will be many of these arrays as time goes on, so I am looking of course for a reproducible method that I can repeat for any number of arrays as time goes on.
Question
Can I take these files into perl, and then do a comparison of the color (in this case, the greyscale value) of pixel (A,B) in the image versus (C,D) in the same image?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.