Browse code

Delete HPA_data.R

Pooja Gangras authored on 02/05/2022 22:38:56 • GitHub committed on 02/05/2022 22:38:56
Showing 1 changed files

1 1
deleted file mode 100644
... ...
@@ -1,16 +0,0 @@
1
-#' SurfaltR Gene Name and Transcript ID Test Data- Highly Expressed Human 
2
-#' Alternative Transcripts
3
-#'
4
-#' For the gene name and transcript ID input, we have included 10 unique human
5
-#' transcripts from 7 different genes annotated as alternative by APPRIS. These
6
-#' genes were derived from supplementary data 12 from Uhlén et all 2015.
7
-#' This data has been formatted to be compatible with the package.
8
-#'
9
-#' @format A data frame with 10 rows and 2 variables:
10
-#' \describe{
11
-#' \item{gene_name}{Gene name corresponding to transcript ID}
12
-#' \item{transcript}{transcript ID of gene of interest}
13
-#' ...
14
-#' }
15
-#' @source \url{https://science.sciencemag.org/content/347/6220/1260419/tab-figures-data}
16
-"hpa_genes"