Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl
Commits
276aca95
Commit
276aca95
authored
Jun 18, 2013
by
Magali Ruffier
Browse files
ENSCORESW-504
: added explicit example for fetch_all_by_hit_name method
parent
cd571715
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/Bio/EnsEMBL/DBSQL/BaseAlignFeatureAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/BaseAlignFeatureAdaptor.pm
+2
-2
No files found.
modules/Bio/EnsEMBL/DBSQL/BaseAlignFeatureAdaptor.pm
View file @
276aca95
...
...
@@ -200,8 +200,8 @@ sub fetch_all_by_Slice_and_pid {
The analysis logic name of the type of features to
obtain.
Example : @feats =
@{ $adaptor->fetch_all_by_hit_name(
$name
,
$logic_name
); }
@{ $adaptor->fetch_all_by_hit_name(
'AK078491.1'
,
'vertrna'
); }
Description: Returns a listref of features created from the
database which correspond to the given hit_name. If
logic name is defined, only features with an analysis
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment