sounds like homework
Unconfigured Ad
Collapse
X
-
It sounds easy. But I really have no idea about the score! How to calculate the score?
Which one is the most important, and which one is the second, of your 3 limitationsLast edited by Phoenix_ICE; 01-22-2015, 12:54 PM.
Comment
-
-
A quick starting point
Here's a starting point for you. I copied the 23mer you provided 3 times with a slight modification to the first occurrence.
=== script.pl ======
=== output =======Code:#!/usr/bin/env perl use Data::Dumper; my $sequence = 'ACGATCTTTGCCCCGACGTGATCGAGGTTTTTTTTTTTTTTCAGAGACCGAGATACGATCCCCCGACGTGATCGAGGACGATCCCCCGACGTGATCGAGG'; my @sequences = $sequence =~ /.{21}GG/g; print Dumper(\@sequences); __END__
$ perl script.pl
$VAR1 = [
'TCTTTGCCCCGACGTGATCGAGG',
'ACGATCCCCCGACGTGATCGAGG',
'ACGATCCCCCGACGTGATCGAGG'
];Last edited by rdeborja; 01-23-2015, 05:19 AM.
Comment
-
Latest Articles
Collapse
-
by SEQadmin2
Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.
The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
...-
Channel: Articles
06-02-2026, 10:05 AM -
-
by SEQadmin2
With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.
Introduction
Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...-
Channel: Articles
05-22-2026, 06:42 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Today, 10:09 AM
|
0 responses
9 views
0 reactions
|
Last Post
by SEQadmin2
Today, 10:09 AM
|
||
|
Started by SEQadmin2, Yesterday, 08:59 AM
|
0 responses
16 views
0 reactions
|
Last Post
by SEQadmin2
Yesterday, 08:59 AM
|
||
|
Started by SEQadmin2, 06-02-2026, 12:03 PM
|
0 responses
24 views
0 reactions
|
Last Post
by SEQadmin2
06-02-2026, 12:03 PM
|
||
|
Started by SEQadmin2, 06-02-2026, 11:40 AM
|
0 responses
21 views
0 reactions
|
Last Post
by SEQadmin2
06-02-2026, 11:40 AM
|
Comment