Skip to content

Instantly share code, notes, and snippets.

View eduardofox2's full-sized avatar

Eduardo G P Fox eduardofox2

View GitHub Profile
@eduardofox2
eduardofox2 / Solenopsins_tryp_raw_data
Last active June 10, 2020 17:20
Raw data from a paper
#********Script written by Eduardo GP Fox with R version 3.5.1 (1st Version: 2018-07-02; Final Version 2020-03-12), RStudio v.1.1.456*********
#Includes Raw Data, Statistical Analyses, and Scripts behind plots for the paper
#Venom alkaloids against Chagas disease parasite: Search for effective therapies, by Costa Silva et al. 2020
#Importing packages for data formatting and preparing plots
require(ggplot2)
require(plyr)
require(reshape2)
require(drc)
require(tidyr)
@eduardofox2
eduardofox2 / MHL_Hungria_script
Created February 15, 2020 13:12
Supplementary script for a colleague to beautify some plots for a press release regarding the scientific output of Brasil and Hungary of the latest years. [IN PORTUGUESE]
##############Script escrito por Eduardo G P Fox em 14/02/2019 on RStudio Version 1.1.456 (OSX 10.13.6)###################
#Relativo a um artigo enfatizando o impacto da ciência húngara em diversas áreas, comparando ao Brasil e Singapura
#Publicado em: https://olivre.com.br/
#idealizado pelo Prof. Marcelo Hermes de Lima (UnB) e Eduardo G P Fox (aspirante ao Butantan)
#Por favor enviem comentarios sobre este script para meu site pessoal
####(https://ofoxofox.wixsite.com/research) e/ou Twitter @ofoxofox######
#Pacotes R utilizados
library(ggplot2)