intel07 ● 2009-12-04 02:10 (5486 d 10:51 ago) Posting: # 4426 Views: 17,904 |
|
Hello Everyone, I am trying to apply numerical deconvolution to PK data using SAS program codes or using an existing noncommercial software, e.g. PCDCON. Would someone be kind enough to send me a copy of the PCDCON software? I was not able to find/download a copy of PCDCON from the internet. Thank you very much for your help! |
Helmut ★★★ Vienna, Austria, 2009-12-04 03:17 (5486 d 09:45 ago) @ intel07 Posting: # 4427 Views: 15,387 |
|
Dear intel07 (WT), I suggested you already ivivc for R at David’s PKPD-list; see also this thread. I tried myself a couple of times in the last years to find a source of PCDCON on the net, but to no avail. — Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
Helmut ★★★ Vienna, Austria, 2009-12-04 15:03 (5485 d 21:58 ago) @ intel07 Posting: # 4432 Views: 16,073 |
|
Dear all! I received a copy of PCDCON 1.1 (William R. Gillespie, 1992) from Yung-jin Lee (THX!). I checked it on Windows XP Pro SP3, it works. Quoting Pcdcon.pdf: Installation Files are virus-free (Symantec Antivirus 9.0.0.338, Engine 91.2.1.10, Definition files 03.12.2009 rev.4). The software may be downloaded as a zip-file (MD5-checksum 442c7adc789437d1254e50ddc857cbba). Note that PCDCON is not constrained so the input function can go un-physiologically negative. Another free software for deconvolution is PBPK from PKQuest (zip-file). You will need a current Java Runtime Environment (JRE) on your machine (download). Edit: David Bourne brought an interesting article by David Levitt (author of PKQuest) to my attention: DG Levitt — Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
yjlee168 ★★★ Kaohsiung, Taiwan, 2012-07-30 02:03 (4517 d 11:58 ago) @ Helmut Posting: # 8990 Views: 13,302 |
|
Dear all, Recently I have been asked from a user of pcdcon about how to run pcdcon.exe, although I am not the original author of PCDCON (Dr. William R. Gillespie, Ph.D.). Then I accidentally find that pcdcon.exe is ONLY running under a 32-bit Win OS. I do not notice this before since I use a 32-bit Win OS for a long time until recently. Due to more and more PCs are 64-bit machines running with 64-bit Vista/Win7/Win8 (later) Win OS when they ship from PC manufactures, I like to explain how to run pcdcon.exe it if you have a 64-bit WIN OS here. * Software and documents (ore ref.) you need
* How can I run pcdcon.exe with 64-bit Win OS or iMac (iOS) or Linux PC (such as Ubuntu)?
— All the best, -- Yung-jin Lee bear v2.9.2:- created by Hsin-ya Lee & Yung-jin Lee Kaohsiung, Taiwan https://www.pkpd168.com/bear Download link (updated) -> here |
sally ☆ Egypt, 2012-07-30 02:39 (4517 d 11:22 ago) @ yjlee168 Posting: # 8991 Views: 13,097 |
|
yjlee168 ★★★ Kaohsiung, Taiwan, 2012-07-30 02:51 (4517 d 11:10 ago) @ sally Posting: # 8992 Views: 13,199 |
|
Dear Sally, You are welcome. But you may edit your post again by cutting 'full quote.' — All the best, -- Yung-jin Lee bear v2.9.2:- created by Hsin-ya Lee & Yung-jin Lee Kaohsiung, Taiwan https://www.pkpd168.com/bear Download link (updated) -> here |
Helmut ★★★ Vienna, Austria, 2012-07-30 16:12 (4516 d 21:49 ago) @ yjlee168 Posting: # 8995 Views: 13,159 |
|
Dear Yung-jin & Sally, PCDCON is actually 16bit code. An alternatice would be to compile the FORTRAN77-sources with GNU Fortran (which supports legacy F77 code) in order to get a native 32bit (or even 64bit) executable. — Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
yjlee168 ★★★ Kaohsiung, Taiwan, 2012-07-31 02:53 (4516 d 11:08 ago) @ Helmut Posting: # 8998 Views: 13,126 |
|
Dear Helmut, Great idea. Unfortunately, the source codes included in original PCDCON.zip are not as complete as we expect at all. Dr. Gillespie said [quoted from PCDCON.TXT]'...PCDCON, an interactive deconvolution program for PC-compatibles, as well as a few other convolution and deconvolution programs...' That means only some major Fortran subroutines were included, I guess. No way to re-compile PCDCON with g77 or gfortran. ❝ An alternatice would be to compile the FORTRAN77-sources with GNU Fortran (which supports legacy F77 code) in order to get a native 32bit (or even 64bit) executable. — All the best, -- Yung-jin Lee bear v2.9.2:- created by Hsin-ya Lee & Yung-jin Lee Kaohsiung, Taiwan https://www.pkpd168.com/bear Download link (updated) -> here |
ElMaestro ★★★ Denmark, 2012-07-31 12:24 (4516 d 01:37 ago) @ Helmut Posting: # 8999 Views: 13,052 |
|
Hi HS, ❝ An alternatice would be to compile the FORTRAN77-sources with GNU Fortran (which supports legacy F77 code) in order to get a native 32bit (or even 64bit) executable. How about installing it on a single appropriate machine which is connected 24/7 to the www and setting up an ASP interface etc with three basic functions:
— Pass or fail! ElMaestro |
yjlee168 ★★★ Kaohsiung, Taiwan, 2012-07-31 23:13 (4515 d 14:48 ago) (edited on 2012-08-01 00:18) @ ElMaestro Posting: # 9009 Views: 13,138 |
|
Dear ElMaestro, Another great idea. However, PCDCON was designed as a kind of interactive program. Unless we know what choice is for each step from user after dataset is uploaded, shell-execution of the program on local machine seems impossible to implement (your Step 2). How about this way: Porting PCDCON to R. Since PCDCON has included major FORTRAN subroutines (codes), it seems possible to convert these FORTRAN subroutines into DLL as one of R libraries (packages). Then user can easily call/assess these PCDCON functions from R script. However, I wonder we can do that, unless we can get permission from Dr. Gillespie first. Bad idea, uh? Never mind. ref.: — All the best, -- Yung-jin Lee bear v2.9.2:- created by Hsin-ya Lee & Yung-jin Lee Kaohsiung, Taiwan https://www.pkpd168.com/bear Download link (updated) -> here |
sandeepdahiya ☆ India, 2013-07-02 20:13 (4179 d 17:48 ago) @ yjlee168 Posting: # 10915 Views: 11,722 |
|
Dear All, I don't know whether the question has been solved by now? Some users may have moved to other programs, some may have installed 'Virtual OS'... I found this solution, by which one can run 16x bit program on 64x bit Win 7 or Win 8. DOSBox – is a free free opensource DOS & X86 Emulator for Windows & Linux. The instructions to use can be found here – http://www.windowsreference.com/free-utilities/dosbox-free-opensource-dos-x86-emulator-for-windows-linux/ I tried it and PCDCON is working in my Win 7 x64 system. As this is my first reply on forum, excuse me if i have missed any guideline for posting. Regards, Sandeep Dahiya. |
yjlee168 ★★★ Kaohsiung, Taiwan, 2013-07-03 04:45 (4179 d 09:17 ago) @ sandeepdahiya Posting: # 10916 Views: 11,712 |
|
Dear Sandeep, Glad to know one more options. Looks like DOSBox requires less resources (1.2 MB?) and much easier to install/use. PCDCON is a 16-bit application as Helmut said. Can you open .eps (the format of PCDCON plot files) from DOSBox? or you have to exit first and return to Win7 to open .eps file? — All the best, -- Yung-jin Lee bear v2.9.2:- created by Hsin-ya Lee & Yung-jin Lee Kaohsiung, Taiwan https://www.pkpd168.com/bear Download link (updated) -> here |
sandeepdahiya ☆ India, 2013-07-03 15:46 (4178 d 22:15 ago) @ yjlee168 Posting: # 10928 Views: 11,519 |
|
Dear Yung-jin, I would like to thank you and Helmut for providing the program here. i have not tried opening the *.eps plot file via DOSBox. but as far as i understand, *.eps should open normally in windows (both x86 and x64). and we can use both DOSBox and 'Native Windows Programs' at same time. DOSBox just provides an environment in which x16 programs can be run. Regards, Sandeep. |
intel07 ● 2009-12-04 19:12 (5485 d 17:50 ago) @ intel07 Posting: # 4433 Views: 15,063 |
|
Thank you for the prompt reply and for the alternative resources! I am glad that PCDCON is "live" again on the internet. |