View source: R/joinSpacerDFandAlignmentDF.R
joinSpacerDFandAlignmentDF | R Documentation |
This function allows you to join a dataframe containing the CRISPR array spacer information with a dataframe containing the results of the BLAST alignment. Produces a dataframe with the same number of rows as the alignment dataframe and the spacer information added as additional columns. This function also takes the accession numbers for the alignment and adds a column with the Taxa IDs and organism name. Taxa IDs
joinSpacerDFandAlignmentDF(alignmentDF, spacerDF, accessionDatabaseLocation)
alignmentDF |
The dataframe containing the CRISPR array spacer information. |
spacerDF |
The dataframe containing the spacer alignment information. |
accessionDatabaseLocation |
The location of your Taxonomizer SQL database. |
joinSpacerDFandAlignmentDF(alignmentDF = yourAlignmentDataframe, spacerDF = yourSpacerDataframe, accessionDatabaseLocation = "theLocationOfYourTaxonomizerDatabase")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.