Skip to content

heilandd/NanoPoreSeq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

R-Toolbox for Nanopore Pipeline: Automated Analysis of cDNA Sequencing Data

This script is under construction, we are very grateful for suggestive contributions and ideas.

The pipeline was designed to integrate following tasks:

Combine fastq files from nanopore outputs, trim sequences and seperate barcoded samples, alignment and analysis

How to install the package from GitHub

Download Script from Github, required packages are:

library(DESeq2)
library(rapport)
library(RColorBrewer)
library(AutoPipe)

Also required is installed Porechop, Minimap2, Sam tools. Be sure that all tools are avaiable within your system.

The Pipeline is working steps:

# Easy Workflow for Nanopore Alignment

Samples_discription=read.csv("samp_desc.csv", row.names=1)
#Example of the sample description is given


#Set up a object from "Poreseq" class
Set=Poreseq(Samples_discription)

# path of the folder where the "fastq" folder is located
Set@path=c("path_to_file")

# Combine fastq files
GET_FASQ(Set)

# Multiplex Samples
TRIM_Barcodes(Set)

# Alignment der Sequences
Set=NANOPORE_Aligner(Set)

#Analyze Data
Set=Analyzer(Set,Write_exp=T,filter_genes=50,MA_PLOT=T)


Good luck...

Authors

D. H. Heiland, Translational Research Group, Medcal-Center Freiburg, University of Freiburg

About

R-Toolbox for Nanopore Pipeline: Automated Analysis of cDNA Sequencing Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages