This is an example data set for BLAST data generated with standalone BLAST from NCBI.
data(RFLPdata)A data frame with 737 observations on the following four variables
query.idcharacter: sequence identifier.
subject.idcharacter: subject identifier.
identitynumeric: identity between sequences (in percent).
alignment.lengthinteger: number of nucleotides.
mismatchesinteger: number of mismatches.
gap.opensinteger: number of gaps.
q.startinteger: query sequence start.
q.endinteger: query sequence end.
s.startinteger: subject sequence start.
s.endinteger: subject sequence end.
evaluenumeric: evalue.
bit.scorenumeric: score value.
The data was generated with standalone BLAST from NCBI. Pairwise similarities of DNA sequences are calculated among all sequences to analyse applying Standalone Blast with the parameters -m 8 -r 2 -G 5 -E 2.
Alternatively data can be generated with "local BLAST" implemented in BioEdit v7.0.9 using the additional parameters -m 8 -r 2 -G 5 -E 2 and by selecting "open output" and "tabular output".
Standalone Blast download: https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/
Blast News: https://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastNews
BioEdit: https://bioedit.software.informer.com/
Flessa, F., Kehl, A., Kohl, M. Analysing diversity and community structures using PCR-RFLP: a new software application. Molecular Ecology Resources 2013 Jul; 13(4):726-33.
# NOT RUN {
data(BLASTdata)
str(BLASTdata)
# }
Run the code above in your browser using DataLab