Skip to content

Commit

Permalink
short fix
Browse files Browse the repository at this point in the history
Signed-off-by: Awa Synthia <[email protected]>
  • Loading branch information
awasyn committed Nov 21, 2024
1 parent beb01c2 commit a1a90f9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
9 changes: 9 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@ export(wordcloud3)
export(writeMSA_AA2FA)
export(writeProcessRuntime2TSV)
export(writeProcessRuntime2YML)
import(DT)
import(data.table)
import(dplyr)
import(httr)
import(plotly)
import(readr)
import(rentrez)
import(stringr)
import(visNetwork)
importFrom(Biostrings,AAStringSet)
importFrom(Biostrings,readAAStringSet)
importFrom(Biostrings,toString)
Expand Down
3 changes: 2 additions & 1 deletion R/generate_report.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Author(s): Awa Synthia
# Last modified: 2024

# load functions to use
# import libs
#' @import readr stringr

#' @export
# example usage: getCaseStudyReport("Acinetobacter baumannii", "Beta-lactams")
Expand Down
4 changes: 2 additions & 2 deletions R/run_pipeline.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Author(s): Awa Synthia
# Last modified: 2024

# Temporal fix. should work normally in descr
library(readr)
# import libs
#' @import readr data.table httr rentrez

getSeqs <- function(sequences,
acc_file_path = "accs.txt",
Expand Down
3 changes: 3 additions & 0 deletions R/viz_utils.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Author(s): Awa Synthia
# Last modified: 2024

# import libs
#' @import dplyr stringr visNetwork DT plotly
#'
# Function to generate the InterProScan Visualization
getIPRGenesVisualization <- function(data, app_data,
query_iprDatabases = c("Pfam", "Phobius", "TMHMM", "Gene3D"),
Expand Down

0 comments on commit a1a90f9

Please sign in to comment.