Bio-DB-NCBIHelper
view release on metacpan or search on metacpan
eg/subsequence.cgi view on Meta::CPAN
737475767778798081828384858687888990919293
close
$TEMPORARY
;
"</tt>\n"
;
unlink
$filename
;
}
sub
print_form {
p("This web page permits you to extract a short subsequence of DNA from a large GenBank entry. This is especially useful in an era of huge \"contigs\" of genomic DNA, where you only want to extract a few hundred base pairs
for
subsequent ana...
p,
"This program also illustrates the power of "
,a({
-href
=>
'http://www.BioPerl.org/'
},
"BioPerl"
),
", a powerful set of tools for molecular biology analysis. The "
, a({
-href
=>
'subsequence.pl.txt'
},
"source code"
), "
for
this program is le...
p,
"You must specify the GenBank accession number along with a start position. You may specify either the length of the subsequence you wish to extract or, equivalently, the endpoint.\n"
;
"The sequence may be reverse-complemented if you wish, e.g., the reverse complement of <font color=green>ATCGC</font> is <font color=yellow>GCGAT</font>.\n"
;
p,
"To test this web page, try accession NT_004002, start 50000, length 400.\n"
;
start_form,table(
Tr(td(
"Enter your GenBank accession"
),td(textfield(
-name
=>
'accession'
,
-size
=> 20))),
Tr(td(
"Start position"
),td(textfield(
-name
=>
'start'
,
-size
=> 10))),
Tr(td(
"Specify length or end position"
), td(radio_group (
-name
=>
'length_or_end_choice'
,
-values
=> [Length, End],
default
=> Length))),
Tr(td(
"Length or end position"
), td(textfield (
-name
=> length_or_end_value,
-size
=> 20))),
( run in 1.197 second using v1.01-cache-2.11-cpan-49f99fa48dc )