Skip to content

RNA Seq_Data_Analysis_Scripts

Rajan edited this page Mar 22, 2023 · 1 revision

Scripts for RNA-Seq Data Analysis

ensembl_IDs2gene_IDs.R

Accessing Ensembl annotation with biomaRt and adding matching gene IDs to table containing Ensembl IDs

$ Rscript ensembl_IDs2gene_IDs.R test_data1.tsv

volcano_plot.R

Creating volcano plot from input table with log2foldchange and p-value

$ Rscript volcano_plot.R test_data1.tsv
Clone this wiki locally