Browse code

Delete HPA_mouse_data.R

Pooja Gangras authored on 02/05/2022 22:39:04 • GitHub committed on 02/05/2022 22:39:04
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 Mouse Alternative Transcripts
2
-#'
3
-#' For the gene name and transcript ID input, we have included 5 unique mouse
4
-#' transcripts from 5 different genes annotated as alternative by APPRIS. These
5
-#' genes were derived from supplementary data 12 from Uhlén et all 2015. This
6
-#' data has been formatted to be compatible with the package and to match the
7
-#' genes in the HPA human gene dataset.
8
-#'
9
-#' @format A data frame with 5 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_mouse_genes"