STAR aligner concordant read
1
0
Entering edit mode
6.5 years ago
1769mkc ★ 1.2k

I m using star aligner to align the reads , how to get the concordant and discordant read % like we get in tophat2 as i m moving out from tophat due to the time taken here is my command i m using this command

STAR --runMode alignReads --outSAMtype BAM SortedByCoordinate --runThreadN 30 --genomeDir /run/media/punit/data2/star_index --readFilesIn /run/media/punit/data2/OM_STAR_ALIGNER/RD1_trimmed_1.fastq /run/media/punit/data2/OM_STAR_ALIGNER/RD1_trimmed_2.fastq

Any help or suggestion how do get concordant and discordant in my alignment statistics after aligning with STAR

rna-seq • 1.9k views
ADD COMMENT
2
Entering edit mode
6.5 years ago
michael.ante ★ 3.8k

Hi,

you can use Picard-tools' CollectAlignmentSummaryMetrics or RSeQC's bam_stat.py in order to collect information about the proper paired reads.

If you use samtools flagstat, be aware of the fact that this is reporting on alignment rather than on read-level.

Cheers,

Michael

ADD COMMENT
0
Entering edit mode

As a matter of fact i did install this RSeQC's but i can;t call it , im not sure what is the issue .I did a python install as it was mentioned in the RSeQC's manual but i can;t call the command .Can you tell me the issue

ADD REPLY
0
Entering edit mode

I'd open a new thread about this problem or ask the RSeQC team. When doing so, please provide more information what you did and where an error message was given.

ADD REPLY

Login before adding your answer.

Traffic: 2707 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