Tag Info

New answers tagged

1

If you're looking for an exact match, you don't really need a complex aligner. Perl regular expressions are pretty powerful at string transformations or conditional matching of substrings. For example, to find all matches of AASYWSRA in a nucleotide sequence $seq, you can do: @matches = $seq =~ m/AA[CG][CT][AT][CG][AG]A/g; The [] brackets are known as ...


1

In the Sanger approach, DNA would be isolated from the biopsy and would contain both normal alleles and mutant alleles of genes associated with the development of the tumour. If, for example, PCR amplification was then used to derive a sample of a target template region, this material would end up being sequenced as a mixed population: the derived sequence ...


1

This stage is after the adsorption of the adapter-ligated fragments on the flow cells. The fragments are isothermally amplified to generate clusters [1]. The exact nature of the enzyme mix that catalyses this step is not disclosed by Illumina. I assume it must be similar to Helicase mediated isothermal amplification, which uses helicase and single ...


2

The v short answer is that in shotgun sequencing, the sequencer is fed a set of random sequences from the target. This can be done for instance by mechanically shearing DNA and then building a set of shotgun sequencing jobs which are then compiled back together by a genome assembler (i.e. in whole genome sequencing projects) into a full sequence. In ...


4

Just to flesh out Daniel Standage's answer a bit, remember that a genome is double stranded with one strand being complementary to the other. Genes can be found on either strand, the two are equivalent biologically. However, sequencing projects choose one of the two strands (randomly) and call it the plus (+) strand and then save all sequences with respect ...


6

Note that the query sequence you have provided matches the minus strand of your target sequence. That means not only that the target sequence will be reversed (as you have noted), but it will also be complemented as well. So in the GenBank record, you should not look for the sequence CCGACCGA... starting at position 10835, you should look for the sequence ...



Top 50 recent answers are included