Difference between revisions of "Knguye66 Week 4"

From LMU BioDB 2019
Jump to navigation Jump to search
(add references)
(change to fda database)
Line 5: Line 5:
 
* A scientific conclusion: what was your main finding for today's project? Did you fulfill the purpose? Why or why not?
 
* A scientific conclusion: what was your main finding for today's project? Did you fulfill the purpose? Why or why not?
  
== Questions ==
+
== Microsoft Access FDA database ==
# What are the names of the drug products that are administered in the form INJECTABLE;INTRAVENOUS, SUBCUTANEOUS?
 
#* INJECTABLE:
 
#* INTRAVENOUS:
 
#* SUBCUTANEOUS:
 
# What are the names of the drug products whose active ingredient (activeingred) is ATROPINE?
 
# In what forms and dosages can the drug product named BENADRYL be administered?
 
# Which drug products have a name ending in ESTROL?
 
# Produce a table listing all of the known values for the therapeutic_potential column in the application table and how many application records there are of each. (Side note: The therapeutic_potential codes are explained in the # ReviewClass_Lookup.txt file, in case you’re interested.)
 
# Produce a table listing all of the known values for the chemical_type column in the application table and how many application records there are of each. (Side note: The chemical_type codes are explained in the ChemTypeLookup.txt file, in case you’re interested.)
 
# What are the names of the drug products that are sponsored (sponsor applicant column) by MERCK?
 
# Which sponsor applicant companies have the text LABS in their names and have products whose active ingredients (activeingred) include both ASPIRIN and CAFFEINE?
 
# Also answer, would you have been able to answer these questions using the web interface that the FDA provides to this database (Drugs@FDA?)
 
  
 
== How to work with Access ==
 
== How to work with Access ==

Revision as of 15:37, 25 September 2019

The FDA Drug Database

  • The purpose: what was the purpose of your investigations?
  • Your methods: what did you actually do? Give a step by step account for Tasks 1-4 listed above. There should be enough detail provided so that you or another person could re-do it based solely on your notebook. You may copy protocol instructions on your page and modify them as to what you actually did, as long as you provide appropriate attribution. Take advantage of the electronic nature of the notebook by providing screenshots, links to web pages, links to data, etc.
  • Your results: the answers to the questions below, plus any other results you gathered. Usually it makes sense to embed your answers to the questions/results in the "methods" in the order in which you obtained them.
  • A scientific conclusion: what was your main finding for today's project? Did you fulfill the purpose? Why or why not?

Microsoft Access FDA database

How to work with Access

  • Change Settings in Google Chrome
  • Advanced --> Download (T:/) & (check) ask where to download
  • Download FDA database
  • unzip file by right clicking (7zip) --> extract here
  • open microsoft access
  • save file (make it personal)
  • click text file
  • import text wizard: delimited > tab (check: first row contains field names) > field options (field 1, no, long integer) > have a primary key (our file already has a primary key: click no or choose primary key as field 1)
  • any change that we make directly to the data, it saves
  • any change to query will be asked to save

-

  • action types --> long integer
  • applicationdocs --> short text (change date with time and application docs field)
  • products --> no issues

-

  • add query (select query) under Design > Query Design
  • add data files
  • drag submission files down to field/graph looking thing
  •  ! to run
  • Design > View > SQL

-

  • write step-by-step how you imported files to tables (access)
  • import tables and .zip files (on file browser > right click .7zip > choose zip file) and upload to wiki
  • write out what the query is

Data and Files

References

This week I worked with Mihir Samdarshi User:Msamdars on the FDA Databases assignment.

Except for what is noted above, this individual journal entry was completed by me and not copied from another source.

Acknowledgements