FastQC in R
3
1
Entering edit mode
7.1 years ago
rjames ▴ 10

I am beginning a RNA seq analysis and would like to check the quality of the data. Are there any R language packages that can produce the sequence quality analyses that FastQC performs (such as Fastqc in Galaxy)?

RNA-Seq Fastqc R • 7.8k views
ADD COMMENT
0
Entering edit mode

Why complicate life? Just download fastqc from their site and run it from command line on your terminal.

ADD REPLY
0
Entering edit mode

Actually, it would be less complicated to do it in R as part of a R workflow. So I am still interested in finding if there are any equivalent packages in R. If not, the command line FASTQC is still an option. Thanks for your reply.

ADD REPLY
0
Entering edit mode

you could run fastqc from R and generate integrated reprots using fastqcr

ADD REPLY
0
Entering edit mode

Why complicate life? Just use fastp to do the easiest and fastest way for QC and filtering.

ADD REPLY
2
Entering edit mode
7.1 years ago
James Ashmore ★ 3.4k

Give the ShortRead package a try (http://bioconductor.org/packages/release/bioc/html/ShortRead.html)

ADD COMMENT
0
Entering edit mode

I will check out ShortRead later this afternoon.

ADD REPLY
0
Entering edit mode

Specifically, see the qa and report functions.

ADD REPLY
0
Entering edit mode
6.3 years ago
eculfa • 0

Hello!!

A group in Brazil recently published a workflow involving a package called "Rqc" to perform quality control in R.

Check it out from here. https://bioconductor.org/packages/devel/bioc/vignettes/Rqc/inst/doc/Rqc.html

ADD COMMENT

Login before adding your answer.

Traffic: 2769 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6