-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fan Chen
committed
Dec 19, 2020
1 parent
a4ea80e
commit b603fd5
Showing
59 changed files
with
1,104 additions
and
788 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
^surf\.Rproj$ | ||
^\.Rproj\.user$ | ||
^LICENSE\.md$ | ||
^README.Rmd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,18 @@ Package: surf | |
Type: Package | ||
Title: Statistical Utility for RBP (RNA binding protein) Functions | ||
Version: 0.0.0.9000 | ||
Date: 2019-08-30 | ||
Date: 2020-12-12 | ||
Authors@R: | ||
person(given = "Fan", | ||
family = "Chen", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-4508-6023")) | ||
person(given = "Sunduz", | ||
family = "Keles", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-9048-0922")) | ||
Description: | ||
The marriage of RNA-seq and CLIP-seq for data-supported hypothesis for RBP functions. | ||
URL: https:github.com/fchen365/surf | ||
|
@@ -23,6 +28,7 @@ Imports: | |
arm, | ||
doMC, | ||
MASS, | ||
withr, | ||
rlang, | ||
dplyr, | ||
tidyr, | ||
|
@@ -34,17 +40,24 @@ Imports: | |
ggpubr, | ||
Matrix, | ||
AUCell, | ||
IRanges, | ||
methods, | ||
stringr, | ||
forcats, | ||
ggplot2, | ||
foreach, | ||
parallel, | ||
reshape2, | ||
magrittr, | ||
Rsubread, | ||
S4Vectors, | ||
ensembldb, | ||
tidyverse, | ||
data.table, | ||
rtracklayer, | ||
BiocGenerics, | ||
BiocParallel, | ||
GenomicRanges, | ||
SummarizedExperiment, | ||
Suggests: | ||
knitr, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.