View source: R/create_healthy_human_query.R
create_healthy_human_query | R Documentation |
Create a query for the IEDB for a linear peptide in a healthy human. The parameters are in the same order as http://www.iedb.org/
create_healthy_human_query( structure_type = "eq.Linear peptide", source_organism_iris = "cs.{NCBITaxon:9606}", host_organism_iris = "cs.{NCBITaxon:9606}", disease_names = "cs.{healthy}", order = "structure_iri" )
structure_type |
structure of the epitope, as checked by check_structure_type. Possible values are "Linear peptide", as these are the names used at http://www.iedb.org/ |
source_organism_iris |
the epitope source. Possible value is "NCBITaxon:9606", which denotes Homo sapiens |
host_organism_iris |
the host. Possible value is "NCBITaxon:9606", which denotes Homo sapiens |
disease_names |
disease names. Possible value is "healthy" |
order |
the item by which the query is ordered,
as checked by check_order.
For bigger queries (i.e. with more than 10k results),
|
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.