comparison README.rst @ 3:734777d3c253 draft

Deleted selected files test
author rakesh4osdd
date Wed, 30 Jun 2021 05:35:56 +0000
parents c1a77856070c
children
comparison
equal deleted inserted replaced
2:62afd73a0987 3:734777d3c253
1 # clsi_profile 1 # clsi_profile
2 2
3 CLSI profile for ASIST using the CLSI standards 2020 by AST profiling for bacteria. It help to generate the input file for ASIST program based on MIC values provided by CLSI based AST profiling. 3 CLSI profile for ASIST using the CLSI standards 2020 by AST profiling for bacteria. It help to generate the input file for ASIST program based on MIC values provided by CLSI based AST profiling.
4 4
5 # ASIST: Antimicrobial Susceptibility standards** 5 # ASIST: Antimicrobial Susceptibility standards
6 6
7 In the first column strain names will be mentioned, the second column will be left blank for getting resistance phenotype, starting two rows will comprise antibiotic names (first row) and antibiotic classes (second row). The data for the resistance profile will then start from the C3 column of an excel file which can be converted into a .csv file. Since B3 is left blank, after implementing the algorithm, column B3 will be filled with the resistance phenotype (susceptible, MDR, XDR, PDR). 7 In the first column strain names will be mentioned, the second column will be left blank for getting resistance phenotype, starting two rows will comprise antibiotic names (first row) and antibiotic classes (second row). The data for the resistance profile will then start from the C3 column of an excel file which can be converted into a .csv file. Since B3 is left blank, after implementing the algorithm, column B3 will be filled with the resistance phenotype (susceptible, MDR, XDR, PDR).
8 8
9 **Example Input CSV file:** 9 **Example Input CSV file:**
10 10
11 Strain name,Resistance_phenotype,Antibiotic_A1,Antibiotic_A2,Antibiotic_A_N 11 Strain name,Resistance_phenotype,Antibiotic_A1,Antibiotic_A2,Antibiotic_A_N
12 Strain_1,Phenotype_1,Resistant,Resistant,Resistant 12 Strain_1,Phenotype_1,Resistant,Resistant,Resistant
13 Strain_2,Phenotype_2,Resistant,Susceptible,Resistant 13 Strain_2,Phenotype_2,Resistant,Susceptible,Resistant
14 14
15 Link to the code : https://github.com/rakesh4osdd/asist 15 Link to the code : https://github.com/rakesh4osdd/clsi_profile , https://github.com/rakesh4osdd/asist
16 16
17 17
18 # ASIST tool suite 18 # ASIST tool suite
19 19
20 These tools can be install from Galaxy toolshed to a Galaxy installation https://galaxyproject.org/admin/get-galaxy/. 20 These tools can be install from Galaxy toolshed to a Galaxy installation https://galaxyproject.org/admin/get-galaxy/.