Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
katholt committed Jan 26, 2025
2 parents 4233292 + f8cc681 commit 7ecb17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ load(AMRgen)
pheno <- import_ncbi_ast("testdata/Ecoli_AST_NCBI_n50.tsv")
# import small example E. coli AST data from NCBI, and re-interpret resistance into new column 'pheno' (WARNING: phenotype interpretation can take a few minutes)
pheno <- import_ncbi_ast("testdata/Ecoli_AST_NCBI_n50.tsv", interpret = T)
pheno <- import_ncbi_ast("testdata/Ecoli_AST_NCBI_n50.tsv", interpret = T, ecoff=T)
# import small example E. coli AMRfinderplus data
geno <- parse_amrfp("testdata/Ecoli_AMRfinderplus_n50.tsv", "Name")
Expand Down

0 comments on commit 7ecb17e

Please sign in to comment.