
This API allows the retrieval of all PAM sequences using a GET method.
The return format is JSON, with a data structure as:
{
id: int
spacer: String
bacterial: String
phage: String
protospacer: String
pamseq: String
}
This API allows the retrieval of PAM sequences from specific bacterial strains using a GET method.
The return format is JSON, with a data structure as:
{
id: int
spacer: String
bacterial: String
phage: String
protospacer: String
pamseq: String
}
This API allows the retrieval of all PAM sequences using a GET method.
The return format is JSON, with a data structure as:
{
id: int
spacer: String
bacterial: String
phage: String
protospacer: String
pamseq: String
}
This API allows uploading a new PAM sequence into the database using a POST method.
The input format is JSON, with a data structure as:
{
spacer: String
bacterial: String
phage: String
protospacer: String
pamseq: String
}