Browse Source

Introducció de capçalera.

main
marcelcosta 2 years ago
parent
commit
bf1d3aff1d
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      chromatoR/app.R

+ 9
- 0
chromatoR/app.R

@ -1,3 +1,12 @@
##########################################################
# #
# This app has been written by Marcel Costa-García, #
# and has reused some internal functions from sangerseqR #
# package, including getPeaks and peakvalues #
# #
##########################################################
library(shiny)
library(tidyverse)
library(sangerseqR)

Loading…
Cancel
Save