From bf1d3aff1d41e9659209f3325a6b2462252c3b7e Mon Sep 17 00:00:00 2001 From: marcelcosta Date: Tue, 12 Jul 2022 09:01:18 +0200 Subject: [PATCH] =?UTF-8?q?Introducci=C3=B3=20de=20cap=C3=A7alera.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chromatoR/app.R | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/chromatoR/app.R b/chromatoR/app.R index dea8a66..390fdcf 100644 --- a/chromatoR/app.R +++ b/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)