<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[细菌抗生素耐药性分析]]></title><description><![CDATA[<p dir="auto">Introduction to databases and resources for AMR genomics<br />
<a href="/assets/uploads/files/1654916663777-tsang_db_resources_compressed.pdf">Tsang_db_resources_compressed.pdf</a></p>
]]></description><link>http://an.forum.genostack.com/topic/683/细菌抗生素耐药性分析</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 09:37:01 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/683.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 11 Jun 2022 03:33:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 细菌抗生素耐药性分析 on Sat, 11 Jun 2022 06:41:20 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://www.illumina.com/products/by-type/informatics-products/basespace-sequence-hub/apps/goseqit-aps-bacterial-analysis-pipeline.html" rel="nofollow ugc">https://www.illumina.com/products/by-type/informatics-products/basespace-sequence-hub/apps/goseqit-aps-bacterial-analysis-pipeline.html</a><br />
illumina basespace的耐药基因和毒力的报告<br />
<img src="/assets/uploads/files/1654929646945-b4189c14-1ef8-4db7-b1c2-afe431ff9dcb-image.png" alt="b4189c14-1ef8-4db7-b1c2-afe431ff9dcb-image.png" class=" img-responsive img-markdown" /><br />
<img src="/assets/uploads/files/1654929658915-d188e828-108d-471f-ba3c-aa0b00b38e53-image.png" alt="d188e828-108d-471f-ba3c-aa0b00b38e53-image.png" class=" img-responsive img-markdown" /></p>
]]></description><link>http://an.forum.genostack.com/post/1542</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1542</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 11 Jun 2022 06:41:20 GMT</pubDate></item><item><title><![CDATA[Reply to 细菌抗生素耐药性分析 on Sat, 11 Jun 2022 09:32:01 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://www.microbiologyresearch.org/content/journal/mgen/10.1099/mgen.0.000748?crawler=true" rel="nofollow ugc">https://www.microbiologyresearch.org/content/journal/mgen/10.1099/mgen.0.000748?crawler=true</a><br />
ResFinder – an open online resource for identification of antimicrobial resistance genes in next-generation sequencing data and prediction of phenotypes from genotypes<br />
在ResFinder的文献中 提到了和CARD的不同 Resfinder的目标是寻找更具临床意义的耐药基因，而且之包括后天基因。<br />
using CARD as a basis we decided to also create our own database for ResFinder. Based on literature searches we manually curated the database, with the attempt to only include ARGs that had been horizontally acquired<br />
文章还提到 除了序列的水平转移，突变也会导致耐药。ResFinder使用 PointFinder 来处理突变耐药性。突变耐药性数据库当前是针对每个物种的。 Salmonella, Escherichia coli and Campylobacter jejuni and Campylobacter coli<br />
AMR can be acquired either through horizontal gene transfer or as mutations in already existing genes.</p>
<p dir="auto"><img src="/assets/uploads/files/1654923584261-3594cfe7-6bda-44a9-91e1-f1b5c3020329-image-resized.png" alt="3594cfe7-6bda-44a9-91e1-f1b5c3020329-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">下载代码构建docker<br />
<a href="https://bitbucket.org/genomicepidemiology/resfinder/src/master/" rel="nofollow ugc">https://bitbucket.org/genomicepidemiology/resfinder/src/master/</a></p>
<pre><code>git clone https://git@bitbucket.org/genomicepidemiology/resfinder.git
# Go to ResFinder directory
cd path/to/resfinder
# Build docker image with name resfinder
docker build -t resfinder . --network host
//下载和构建数据库
git clone https://git@bitbucket.org/genomicepidemiology/resfinder_db.git db_resfinder
# Go to the database directory
cd path/to/db_resfinder
python3 INSTALL.py
</code></pre>
<pre><code>cd path/to/resfinder/
mkdir results

# Run with raw data (this command mounts the results to the local directory "results")
docker run --rm -it -v $(pwd)/db_resfinder/:/usr/src/db_resfinder -v $(pwd)/results/:/usr/src/results resfinder -ifq /usr/src/tests/data/test_isolate_01_1.fq /usr/src/tests/data/test_isolate_01_2.fq -acq -db_res /usr/src/db_resfinder -o /usr/src/results

# Run with assembled data (this command mounts the results to the local directory "results")
docker run --rm -it -v $(pwd)/db_resfinder/:/usr/src/db_resfinder  -v $(pwd)/results/:/usr/src/results resfinder -ifa /usr/src/tests/data/test_isolate_01.fa -acq -db_res /usr/src/db_resfinder -o /usr/src/results
</code></pre>
]]></description><link>http://an.forum.genostack.com/post/1541</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1541</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 11 Jun 2022 09:32:01 GMT</pubDate></item><item><title><![CDATA[Reply to 细菌抗生素耐药性分析 on Sat, 11 Jun 2022 03:40:39 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://www.uspharmacist.com/article/understanding-antimicrobial-resistance" rel="nofollow ugc">https://www.uspharmacist.com/article/understanding-antimicrobial-resistance</a><br />
There are two types of bacterial resistance: intrinsic and acquired<br />
细菌耐药性分内生和后天两种。<br />
In intrinsic resistance, the antibiotic never possessed activity against the pathogen<br />
Acquired resistance is achieved through the transfer of genetic material that confers resistance.</p>
]]></description><link>http://an.forum.genostack.com/post/1540</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1540</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Sat, 11 Jun 2022 03:40:39 GMT</pubDate></item></channel></rss>