Skip to content

Useful links, for bioinformatics, R, bash scripting and so on

Notifications You must be signed in to change notification settings

KoppGergely/Knowledgebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

R

Connecting Rstudio to github

Configure Ghuthub for Rstudio

https://happygitwithr.com/

Survival analysis

A useful introduction to the survival package:

http://www.sthda.com/english/wiki/cox-proportional-hazards-model (http://www.sthda.com/english/wiki/survival-analysis-basics)

Biomart

An Ensembl based database that contains cross references, and annotation information on multiple organisms. Vignette on Ensembl annotation

Markdown tips and tricks

Posit tips and tricks

A great summary on how to make your Markdown documents more user friendly and easier to follow by the Posit team:

Rstudio basics

Cleaning your code

Time savers

Looks better works better

Collapsible section

<details>

<summary>Exciting code</summary>

</details>

YAML header for the notebooks I use

Show header
title: "HLA II promiscuity"
author: "Gergely Koppány"
date: "`r Sys.Date()`"
output: 
  html_notebook: 
    code_folding: hide
    collapsed: yes
    fig_caption: yes
    fig_height: 4
    fig_width: 5
    smooth_scroll: yes
    theme: sandstone
    toc: yes
    toc_depth: 5
    toc_float: yes
    number_sections: true

Bioinformatics

Nextflow: a pipeline for complete bioinformatic data processes

Nextflow offers multiple well documented and reproducible data analysis pipelines which should be considered, if reproducibility and convenience is important. Nextflow's RNAseq pipeline

Salmon

Salmon analyses RNAseq data, and can determine, the strandedness, and other experimental parameters of the data, it it is unknown.

Salmon to determine strandedness, [https://salmon.readthedocs.io/en/latest/index.html](Salmon documentation)

RSEM

RSEM is a transcript quantification tool, that can determine the transcript isoform, and gene counts from a BAM filke aligned to the transcriptome. RSEM Documentation

featureCounts

Another RNAseq quantification tool, that can quantify gene counts from a genome aligned BAM file. Is part of the Subread software package. Documentation

Bash scripting

Bash scripting cheat sheet

Regex

Regex Cheat Sheet

About

Useful links, for bioinformatics, R, bash scripting and so on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published