Skip to content

Commit

Permalink
Merge pull request #43 from HallemLab/development
Browse files Browse the repository at this point in the history
Fixing minor bugs
  • Loading branch information
astrasb authored May 22, 2024
2 parents 5ff6ff8 + 5b1249d commit ea2ece5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UI/README/README_Features.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For user-provided genes/sequences, this tab reports the fractional GC content, c
* highly expressed *B. malayi* genes [(Han *et al*, 2020)](https://www.genetics.org/content/216/4/947)
* highly expressed *P. pacificus* genes [(Han *et al*, 2020)](https://www.genetics.org/content/216/4/947)

To analyze transgenes, coding sequences can be provided via a text box. To analyze native genes, stable gene or transcript IDs with prefixes "SSTP," "SRAE," "SPAL," "SVE," "NBR," "Bma," "Ppa," or "WB" can be provided either through direct input via the appropriate textbox, or in bulk as a comma-separated text file. Users may also provide a *C. elegans* gene name, provided it is prefaced with the string "Ce-", or *C. elegans* stable transcript IDs as is. Finally, users may direcly provide coding sequences for analysis, either as a 2-column CSV file listing sequence names and coding sequences, or a FASTA file containing named coding sequences.
To analyze transgenes, coding sequences can be provided via a text box. To analyze native genes, stable gene or transcript IDs with prefixes "SSTP," "SRAE," "SPAL," "SVE," "NBR," "Bma," "Ppa," or "WB" can be provided either through direct input via the appropriate textbox, or in bulk as a comma-separated text file. Users may also provide a *C. elegans* gene name, provided it is prefaced with the string "Ce-", or *C. elegans* stable transcript IDs as is. Finally, users may directly provide coding sequences for analysis, either as a 2-column CSV file listing sequence names and coding sequences, or a FASTA file containing named coding sequences.

Users may download an Excel file containing fractional GC content values, codon adaptation indices, and coding sequences for the user-provided genes.

Expand Down
5 changes: 4 additions & 1 deletion installpackages.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ if (!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")

BiocManager::install("biomaRt")
BiocManager::install("Biostrings")
library(cubar)

pacman::p_load(shiny,shinyjs,seqinr,htmltools,shinyWidgets,shinythemes,magrittr,tidyverse,openxlsx,read.gb,tools,DT,ggplot2,markdown)

pacman::p_load(shiny,shinyjs,seqinr,htmltools,shinyWidgets,shinythemes,magrittr,tidyverse,openxlsx,read.gb,tools,DT,ggplot2,markdown,cubar)

0 comments on commit ea2ece5

Please sign in to comment.