-
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 6, 2019
1 parent
63779a8
commit d8f2356
Showing
56 changed files
with
3,599 additions
and
8 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,5 @@ | ||
.DS_Store | ||
|
||
# History files | ||
.Rhistory | ||
.Rapp.history | ||
|
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,13 +1,53 @@ | ||
Package: surf | ||
Title: What the Package Does (One Line, Title Case) | ||
Type: Package | ||
Title: SURF: statistical utilities for RBP (RNA binding protein) functions | ||
Version: 0.0.0.9000 | ||
Date: 2019-08-30 | ||
Author: Fan Chen <[email protected]> | ||
Maintainer: Fan Chen <[email protected]> | ||
Authors@R: | ||
person(given = "First", | ||
family = "Last", | ||
person(given = "Fan", | ||
family = "Chen", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "YOUR-ORCID-ID")) | ||
Description: What the package does (one paragraph). | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-4508-6023")) | ||
Description: | ||
Celebrates the marriage of shRNA-seq and eCLIP-seq and finds data-driven hypothesis for RBP functions. | ||
URL: https:github.com/fchen365/surf | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Depends: | ||
R (>= 3.5), | ||
dplyr, | ||
doParallel, | ||
rtracklayer, | ||
DEXSeq | ||
Imports: | ||
arm, | ||
MASS, | ||
withr, | ||
scales, | ||
ggpubr, | ||
Matrix, | ||
AUCell, | ||
methods, | ||
stringr, | ||
ggplot2, | ||
ggrepel, | ||
IRanges, | ||
reshape2, | ||
Rsubread, | ||
ensembldb, | ||
data.table, | ||
RColorBrewer, | ||
SummarizedExperiment | ||
Suggests: | ||
knitr (>= 1.10), | ||
BiocStyle, | ||
rmarkdown, | ||
testthat (>= 2.1.0) | ||
VignetteBuilder: knitr | ||
biocViews: RNASeq, DNASeq, CLIPSeq, Sequencing, Transcription, | ||
Visualization, Coverage, Alignment, DataImport | ||
RoxygenNote: 7.0.0 |
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,2 +1,32 @@ | ||
# Generated by roxygen2: fake comment so roxygen2 overwrites silently. | ||
exportPattern("^[^\\.]") | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(addGeneTx) | ||
export(annotateEvent) | ||
export(c_granges) | ||
export(clusterByGroup) | ||
export(daseq) | ||
export(diffAUC) | ||
export(drseq) | ||
export(drseqData) | ||
export(fa.plot) | ||
export(fat) | ||
export(featureCounts) | ||
export(getAUC) | ||
export(getEvent) | ||
export(getFeature) | ||
export(getFeatureSignal) | ||
export(getIsoPartsList) | ||
export(getMultiTxGene) | ||
export(getRankings) | ||
export(heatmapAUC) | ||
export(import) | ||
export(inferTarget) | ||
export(parseEvent) | ||
export(plotDispFunc) | ||
export(prepDrseqAnno) | ||
export(scatterAUC) | ||
export(screenSurfEvent) | ||
export(surfData) | ||
export(tximport2) | ||
export(volcano.plot) | ||
exportMethods(getAUC) |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# surf 0.0.0.9000 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. |
Binary file not shown.
Oops, something went wrong.