Aditya Srivastav: Submitted in Partial Fulfillment of The Requirements For The Degree of Bachelor of Pharmacy
Aditya Srivastav: Submitted in Partial Fulfillment of The Requirements For The Degree of Bachelor of Pharmacy
COMPONENTS OF INDUSTRIAL
AND
CLINICAL TRAILS PROBLEMS
PROJECT REPORT
SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS
FOR THE DEGREE OF
Bachelor of Pharmacy
SUBMITTED BY
ADITYA SRIVASTAV
ROLL NO :- 181251016004
UNDER THE GUIDENCE OF
Dr. RAM NARAYAN PRAJAPATI
DEPARTMENT OF PHARMACY
BUNDELKHAND UNIVERSITY
JHANSI
SESSION 2022-2023
CERTIFICATE
RESPECTED EXAMINER
ACKNOWLEDGEMENT
Page | i
With a deep sense of gratitude. I wish to express my sincere thanks to my guide, Dr.
Ram Narayan Prajapati Sir, Pharmacy department for giving us the opportunity to
work under him on thesis. I truly appreciate and value his esteemed guidance and
encouragement from the beginning to end of this thesis. We are extremely grateful to
him. His knowledge and company at this time of crisis would be remembered lifelong. I
also wish to express my sincere thanks to our Dr. Peeyush Sir (Head Of Department)
of Pharmacy Department for providing a solid background for my studies and research
thereafter. They have been great sources of inspirations toes and we thank them from
the bottom of my heart. We will be failing in our duty if we do not mention the
laboratory staff and administrative staff of this department for their timely help. We also
want to thanks our parents, who taught us the value of hard work by their own
example. We would like to share this moment of happiness with our parents. Finally,
we would like to thank all whose direct and indirect support helped us completing our
thesis in time. We would like to thank our department for giving us the opportunity and
platform to make our effort a successful one.
TABLE OF CONTENT
Page | ii
S. No Chapter Topic Page. No
Page | iii
01. Chapter -1 Certificate (i)
02. Chapter -2 Aknowledgment (ii)
03. Chapter -3 List of Contents (iii)
04. Chapter -4 An Overview
05. Chapter -5 Introduction
06. Chapter -6 Computer Software
07. Chapter -7
08. Chapter -8
09. Chapter -9
10. Chapter -10
Page | iv
PRACTICAL COMPONENT OF INDUSTRIAL AND CLINICAL TRAILS PROBLEMS
An Overview
INRODUCTION
Clinical trial management systems are often used by research sponsors or contract
research organizations (CROs) for planning and management of clinical trials. Interactive
voice response system is also used by sites to register the enrollment of patients using a
phone and to allocate patients to a particular treatment arm. Statistical software is used
to analyze the collected data and prepare the outcomes for regulatory submission. The
most commonly used packages for statistical analysis are Excel, SPSS, MINITAB, SAS
JMP, STATA, S-PLUS, R, SOLAS, etc. GraphPad Prism is most useful for researcher to
perform laboratory studies and clinical trial test using t-test, one-way ANOVA, survival
analysis and probability models like logistic regression model.
SAS (Statistical Analysis Software) is available only for windows operating systems and
commonly used for statistical analysis and data visualization. Statistical software’s are
specialized programs designed to allow users to perform complex statistical analysis.
These software’s are tools for the organization, interpretation and presentation of
selected data sets.
There are many challenges or problems to perform industrial and clinical trials in a
developing country like India. The main problems are lack of experts with formal
training in bioethics, limited experience with regulatory trials, infrequent meeting of
Institute Ethics Committees (IECs) and lack of clearly defined roles and responsibilities of
its members.
Clinical investigators may face many challenges such as funding, responding to multiple
review cycles, recruiting patients, establishing clinical trial and material transfer
agreements with sponsors and medical centers, time-bound research studies and
completing associated paper work.
Cost of clinical trials are very high and it may be billions of dollars per approved drug.
Clinical trials may be sponsored by pharmaceutical industry or any other government
organization. A clinical trial might also include an extended post-study follow-up period
from month to years for patient or people who have participated in the trial. The main
barrier for completing studies is the shortage of patient or people who take part in the
trials. Some drug trials require patients to have unusual combinations of disease
characteristics. It is a challenge to find the appropriate patients and obtain their
consent. The studies perhaps performed in selected months to avoid seasonal
influences such as airborne allergies, influenza, skin diseases, seasonal affective disorder
etc.
COMPUTER SOFTWARE
1. Cell :- A cell is a smallest but most powerful part of a spreadsheet. You can enter
your data into a cell either by typing or by copy-paste. Data can be a text, a number,
or a date. You can also customize it by changing its size, font color, background
color, borders etc.
Every cell is identified by its cell address, cell address contains its column number
and row number (If a cell is on 11 th row and on column AB, then its address will be
AB11).
SPSS is a widely used program for statistical analysis in social science. It is also used by
market researchers, health researchers, survey companies, government, education
researchers, marketing organizations, data miners and other. The original SPSS manual
Nie, Bent and Hull, 1970 has been described as one of “sociology’s most influential
books” for allowing ordinary researchers to do their own statistical analysis.
SPSS is a trial ware that you can use to record and then analyze data. While the original
developers of the statistical tool are SPSS Inc., IBM acquired the software, which is now
called IBM SPSS Statistics. The SPSS software is highly customizable to let you enter
the exact data that you need, like variables and numbers.
SPSS has a user interface that looks like Microsoft Excel as the UI is set up as a
spreadsheet. MITLAB, MINITAB, POWER BI, Stata, MYSQL, and Tableau are data
management alternatives to SPSS. All programs are suitable for professional use.
Let's now have a quick look at what SPSS looks and feels like.
This sheet called data view - always displays our data values. For instance, our first
record seems to contain a male respondent from 1979 and so on. A more detailed
explanation on the exact meaning of our variables and data values is found in a second
sheet shown next page.
An SPSS data file always has a second sheet called variable view. It shows the metadata
associated with the data. Metadata is information about the meaning of variables and data
values. This is generally known as the “codebook” but in SPSS it's called the dictionary.
For non SPSS users, the look and feel of SPSS’ Data Editor Window probably come
closest to an Excel workbook containing two different but strongly related sheets.
Data Analysis :-
Right, so SPSS can open all sorts of data and display them and their Meta data in two
sheets in its Data Editor window. So how to analyze your data in SPSS?
For instance, if our data contain a variable holding respondents’ incomes over 2010, we
can compute the average income by navigating to Descriptive Statistics as shown below
Doing so opens a dialog box in which we select one or many variables and one or several
statistics we'd like to inspect.
As we see, the Output Viewer window has a different layout and structure than the Data
Editor window we saw earlier. Creating output in SPSS does not change our data in any
way; unlike Excel, SPSS uses different windows for data and research outcomes based on
those data.
For non SPSS users, the look and feel of SPSS’ Output Viewer window probably comes
closest to a PowerPoint slide holding items such as blocks of text, tables and charts.
SPSS Reporting :-
SPSS Output items, typically tables and charts, are easily copy pasted into other
programs. For instance, many SPSS users use a word processor such as MS Word,
OpenOffice or GoogleDocs for reporting. Tables are usually copied in rich text format,
which means they'll retain their styling such as fonts and borders. The screenshot below
illustrates the result
For instance, running descriptive income 2010. Has the exact same result as running this
command from SPSS’ menu like we did earlier.
Besides typing commands into the Syntax Editor window, most of them can also be
pasted into it by clicking through SPSS’ menu options. Like so, SPSS users unfamiliar
with syntax can still use it. But why use syntax if SPSS has such a nice menu?
The basic point is that syntax can be saved, corrected, rerun and shared between projects
or users. Your syntax makes your SPSS work replicable. If anybody raises any doubts
regarding your outcomes, you can show exactly what you did and -if needed-correct and
rerun it in seconds.
For non SPSS users, the look and feel of SPSS’ Syntax Editor Window probably come
closest to Notepad: a single window basically just containing plain text.
Opening data files, either in SPSS’ own file format or many others;
Editing data such as computing sums and means over columns or rows of data.
SPSS has outstanding options for more complex operations as well.
Creating tables and charts containing frequency counts or summary statistics over
groups of cases and variables.
Running inferential statistics such as ANOVA, regression and factor analysis.
Saving data and output in a wide variety of file formats.
SPSS has its own data file format. Other file formats it easily deals with include MS
Excel, plain text files, SQL, Stata and SAS.
Editing Data :-
In real world research, raw data usually need some editing before they can be properly
analyzed. Typical examples are creating means or sums as new variables, restructuring
data or detecting and removing unlikely observations.
SPSS performs such tasks and more complex ones with amazing efficiency.
For getting things done fast, SPSS contains many numeric functions, string functions,
date functions and other handy routines.
A real weakness of SPSS is that its charts tend to be ugly and often have a clumsy
layout. A great way to overcome this problem is developing and applying SPSS chart
templates. Doing so, however, requires a fair amount of effort and expertise.
Inferential Statistics :-
SPSS contains all basic statistical tests and multivariate analyses such as :-
t-tests
chi-square tests
ANOVA
correlations and other association measures
regression
nonparametric tests
factor analysis
cluster analysis
Some analyses are available only after purchasing additional SPSS options on top of the
main program.
An overview of all commands and the options to which they belong is presented in
Overview All SPSS Commands.
MS Excel
plain text (.txt or .csv)
Stata
SAS
The options for output are even more elaborate: charts are often copy pasted as images
in .png format.
For tables, rich text format is often used because it retains the tables, layout, fonts and
borders.
Besides copy-pasting individual output items, all output items can be exported in one go
to .pdf, HTML, MS Word and many other file formats. A terrific strategy for writing a
report is creating an SPSS output file with nicely styled tables and chart. Then export the
entire document to Word and insert explanatory text and titles between the output items.
MINITAB