How to choose the right RG,SM and LB values for alignment
1
0
Entering edit mode
8.1 years ago
Ric ▴ 430

I have the following FASTQ files:

  • 0000-C1_S7_L001_R1.paired.fastq.gz
  • ...
  • 0000-C1_S7_L004_R1.paired.fastq.gz

I am not quite sure which RG, SM and LB correct:

@RG     ID:0000-C1_S7_L001      SM:0000-C1_S7      LB:batch1      PL:ILLUMINA
...
@RG     ID:0000-C1_S7_L004      SM:0000-C1_S7      LB:batch1      PL:ILLUMINA

or

@RG     ID:0000-C1_S7_L001      SM:0000-C1_S7_L001      LB:0000-C1_S7_L001      PL:ILLUMINA
...
@RG     ID:0000-C1_S7_L004      SM:0000-C1_S7_L004      LB:0000-C1_S7_L004      PL:ILLUMINA

Which one to choose from or bothe above solutions are wrong?

Thank you in advice

next-gen alignment • 2.9k views
ADD COMMENT
2
Entering edit mode
8.1 years ago

Whether LB should be the same depends on whether the libraries were the same on each lane (they probably were, so LB:batch1 or LB:0000-C1_S7 would work). Regardless, these are presumably the same sample, so 'SM:0000-C1_S7` for both.

ADD COMMENT

Login before adding your answer.

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