Group
Extension

Matches 2

Bio-DB-NextProt ( L/LE/LEPREVOST/Bio-DB-NextProt-1.05.tar.gz, LEPREVOST, 2014; MetaCPAN )
Bio-DB-NextProt/README.pod ( view source; MetaCPAN )
d from the API webpage.
For the moment the results obtained from the API are in pure HTML, XML or JSON.

=head2 Search functionalities

=head3 Search Protein

Search proteins matching the query or sea
$np->search_cv(-query => "colon", -filter => "keyword");

=head3 Format: 

Output format maybe in JSON (default), HTML or XML.	

	@result = $np->search_protein(-query => "kinase", -filter => "disease"
_info(-query => "NX_P13051", -retrieve => "expression");

=head3 Format: 

Output format maybe in JSON (default), HTML or XML.

	@result = $np->get_protein_info(-query => "NX_P13051", -retrieve => "ex
Bio-DB-NextProt ( L/LE/LEPREVOST/Bio-DB-NextProt-1.05.tar.gz, LEPREVOST, 2014; MetaCPAN )
Bio-DB-NextProt/lib/Bio/DB/NextProt.pm ( view source; MetaCPAN )
uery}			= undef;
	$self->{_filter}		= undef;
	$self->{_chromosome}	= undef;
	$self->{_format}		= "json";
	bless($self, $class);
	return $self;
}

sub search_protein() {
	
	my $self  = shift;
    my %p

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.