This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Genome Sequencing - what is the 'identifier'?

What is the 'identifier' of the first read in both files? Here is the code I get. Also, what does this identifier of both reads tell us? enter image description here

enter image description here

coding sequence identifier

Specifically: https://en.wikipedia.org/wiki/FASTQ_format#Illumina_sequence_identifiers

So there is no identifier (as far as a sample ID goes) inside an Illumina file. You would normally have that information in the name of the file. If someone "coded" the names to be generic (like what you have) then you had better have a key/metadata file that links the index sequence you see in header (GGACTCCT+CTCCTTAC) with a sample_ID/file names.

So we cannot tell what identifier from the code above?

Identifier for? If for sample, then no.

But if you wanted to know what sequencer the sample ran on then you get the serial number NB551191. Flow cell serial number is HM5WHBGX5. Data is from lane 1.

0 answers

No answers yet.

Log in to answer this question.