This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Visualization of hazard ratio's in TCGA data based on a single gene | |
### ================= | |
# Goal: To visualize survival data (deaths) based on the expression level of a single gene | |
# as either high or low, and the hazard ratio between those two. | |
# Date: 2016-10-30 | |
# Author: Mike Barnkob, www.mikebarnkob.dk | |
### Data |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Script to convert Nature articles into Capti text files | |
# A script to scrape Nature Immunology "news and views" text files and convert them to a format, | |
# thats easier to listen to in Capti (https://www.captivoice.com/capti-site/). Does the following: | |
# 1. Add "Title " in front of title, "Author " in front of author, "Abstract " in front of abstract, "Text " in front of text | |
# 2. Removes references and website links | |
# 3. Remove figure texts. | |
# Version 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#CODE FOR Barnkob et al, Frontiers in Genetics, 2014 article | |
#Mike Barnkob, 2014. | |
#www.mikebarnkob.dk | |
#ANALYSIS of mRNA-PROTEIN HALF-LIFE DATA | |
#======================================= | |
#Info and packages | |
#=========== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Article Network ver 2 | |
#============================ | |
# This program will scrape all citing articles surrounding one main article and | |
# create: 1) a list of most cited articles, 2) lists of main authors, 3) network of articles | |
# Mike Barnkob, December 28th 2015. | |
# www.mikebarnkob.dk | |
#Background and references | |
#1. https://cran.r-project.org/web/packages/rentrez/vignettes/rentrez_tutorial.html#advanced-counting |