Description Usage Arguments Value Examples
A function that classify the multi-drug resistance from RSI table.
1 | classifyMDRfromRSI(RSI_table, sample_ID, total_cat)
|
RSI_table |
A list with each row representing the sample ID and each column is the abbreviation of antimicrobial. If the isolate is resistant to the agent, 'R' is in the cell. Otherwise, 'S' is in the cell. |
sample_ID |
The string of sample ID that used for classifying multi-drug resistance. |
total_cat |
The integer number of total antimicrobial category of species. |
Returns the category of sample's multi-drug resistance.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.