BookmarkSubscribeRSS Feed
luculka
Calcite | Level 5

luculka_0-1667427430237.png

Hello, 

I d like to create human body chart. This is my draft. I have different diagnoses from insurance world. Is it a library with body coordinates? the same logic like maps library.

This is my code, but I need sth more - I want to add into this body brain countour, nervous contour, heart, blood... and I d like to create on this body heat map.

Do you know about library of human body or  I need to create this body? 

THANKS!

 

data Body_01;
infile cards dlm=' ';
length popis_F $ 15;
input x y popis_F val;
datalines;
40 80 1_head 1
60 80 1_head 1
60 95 1_head 1
40 95 1_head 1
40 80 1_head 1
45 75 2_neck 2
55 75 2_neck 2
55 80 2_neck 2
45 80 2_neck 2
45 75 2_neck 2
65 65 4_hands 4
95 65 4_hands 4
95 75 4_hands 4
65 75 4_hands 4
35 75 3_torso 3
65 75 3_torso 3
65 35 3_torso 3
35 35 3_torso 3
35 75 3_torso 3
5 65 4_hands 4
35 65 4_hands 4
35 75 4_hands 4
5 75 4_hands 4
5 65 4_hands 4
35 35 5_legs 5
45 35 5_legs 5
45 5 5_legs 5
35 5 5_legs 5
35 35 5_legs 5
55 35 5_legs 5
65 35 5_legs 5
65 5 5_legs 5
55 5 5_legs 5
55 35 5_legs 5
;quit;  

 

 

 

proc gmap data=Body_01
map=Body_01;
id popis_F;
choro val;
run;quit;

3 REPLIES 3
ballardw
Super User

Have you found this paper?  https://www.pharmasug.org/proceedings/2021/EP/PharmaSUG-2021-EP-039.pdf

Unfortunately the body outline they used was created with a tool in the SAS JMP product and I'm not aware of another

 

Or how to overlay your information onto an image file:  http://robslink.com/SAS/democd61/human_body_map_info.htm

Might be 'nicer', depending on exactly what you meant by "heat map".

luculka
Calcite | Level 5

That first paper - Method 2 - thats it. But my "problem" is to find library with XY coordinate of whole BODY, created XY parts of body (heart, stomach, bones, muscles....

Hoped, that smb created that XY coordinates.

I tried to get XY from picture without clicking that points, but the only one way was to click as in this paper.

 

In this JMP Custom Map creator I created this, and as you can see, I m not able to draw nice pict :))) 

 

luculka_0-1667479885400.png

 The second paper is good, but not for my data. I would like to create basic -  easy to understand picture.

Ksharp
Super User
Calling @tc

The difficulty is to get the X and Y coordinate of BODY .

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1118 views
  • 2 likes
  • 3 in conversation