README.md

AskoR - RNAseq data analysis tool

Authors: Susete Alves Carvalho, Kévin Gazengel (co-first), Stéphanie Robin, Sylvin Masanelli, Stéphanie Daval, Fabrice Legeai

AskoR is an R pipeline for gene expression analysis from RNAseq data. It allows, through the articulation of well-known R packages (EdgeR, UpSetR, topGO, Coseq), to perform a complete and automatic transcriptomic analysis: data filtering, normalisation of filtered data, descriptive analysis of data quality, differential gene expression analysis, enrichment in terms of "Gene Ontology", clustering genes by co-expression profile, and enhanced with multiple graphic representations.

Sample data

You'll find a test set in the inst/extdata/input folder. It'll be used for the vignettes documentation.

IMPORTANT : All input files must be in a folder named input (case sensitive).

Vignettes

Download

NOTE: Currently it is preferable to use this method which is the most up to date. If you don't want to install it: You can use the AskoR.R file in ScriptR instead and "run file" in the same directory. Just source it in your R script file (see AskoR_analysis_script.R):

source("/directory/where/you/downloaded/the/file/AskoR.R")

OR

NOTE: This method is not up to date, we will update it asap ! Download the latest development code of AskoR from GitHub using devtools with

install.packages("devtools")
library(devtools)
devtools::install_github("askomics/askoR")

For Windows users only: install Rtools or check that it is already installed (needed to build the package).

License

The coseq package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.

A copy of the GNU General Public License, version 3, is available at http://www.r-project.org/Licenses/GPL-3.



askomics/askoR documentation built on Feb. 4, 2023, 5 a.m.