Coder Social home page Coder Social logo

fastq's Introduction

FASTQ

Prerequisite software

apt install sra-toolkit

To retreive FASTQ use SRA toolkit and NCBI database. Go to https://www.ncbi.nlm.nih.gov/sra

Screenshot from 2022-04-06 14-30-39

There is one Result

Screenshot from 2022-04-06 14-32-22

Click of the Hyperlink

Screenshot from 2022-04-06 14-33-11

Look at the Metadata

Screenshot from 2022-04-06 14-35-19

It matches linux command line standard output:

Screenshot from 2022-04-06 14-29-10

The Data Tree after G Zipping the FASTA File

Screenshot from 2022-04-06 15-45-59

The Following R Package "fastqcr" can analyze a FASTQ sample like this one or multiple FASTQ files

setwd("/home/michael/Desktop/SRA")
install.packages("fastqcr")
library(fastqcr)
fastqc_install()
fastqc(fq.dir = "/home/michael/Desktop/SRA/FASTQ",threads = 4)

Screenshot from 2022-04-06 15-53-21

THe new Data Tree

Screenshot from 2022-04-06 15-54-27

# Generating fastqc file automatically makes a FASTQC directory
qc.file <- "/home/michael/Desktop/SRA/FASTQ/FASTQC/SRR2121685_fastqc.zip"
#Read fastqc file
qc <- qc_read(qc.file)
#Produce Names
names(qc)

Screenshot from 2022-04-06 15-53-51

#Plotting
qc_plot(qc, "summary")
qc_plot(qc, "Basic statistics")
qc_plot(qc, "Per base sequence quality")
qc_plot(qc, "Per base sequence content")
qc_plot(qc, "Per sequence GC content")
qc_plot(qc, "Per sequence quality scores")
qc_plot(qc, "Sequence duplication levels")
qc_plot(qc, "Per base N content")
qc_plot(qc, "Sequence length distribution")
qc_plot(qc, "Sequence duplication levels")
qc_plot(qc, "Overrepresented sequences")
qc_plot(qc, "Adapter content")
qc_plot(qc, "Kmer content")

qc_plot(qc, "summary")

Screenshot from 2022-04-06 15-23-25

qc_plot(qc, "Basic statistics")

Screenshot from 2022-04-06 15-24-09

qc_plot(qc, "Per base sequence quality")

Screenshot from 2022-04-06 15-24-59

qc_plot(qc, "Per base sequence content")

Screenshot from 2022-04-06 15-36-10

qc_plot(qc, "Per sequence GC content")

Screenshot from 2022-04-06 15-25-41

qc_plot(qc, "Per sequence quality scores")

Screenshot from 2022-04-06 15-26-16

qc_plot(qc, "Sequence duplication levels")

Screenshot from 2022-04-06 15-26-57

qc_plot(qc, "Per base N content")

Screenshot from 2022-04-06 15-27-33

qc_plot(qc, "Sequence length distribution")

Screenshot from 2022-04-06 15-28-26

qc_plot(qc, "Sequence duplication levels")

Screenshot from 2022-04-06 15-28-59

qc_plot(qc, "Overrepresented sequences")

Screenshot from 2022-04-06 15-29-50

qc_plot(qc, "Adapter content")

Screenshot from 2022-04-06 15-30-26

qc_plot(qc, "Kmer content")

ERROR

If we want to convert a FASTQ file to a FASTA file then the following command should be adequate

Screenshot from 2022-04-07 09-15-06

fastq's People

Contributors

pbglmichaelhall avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.