Skip to content

Commit

Permalink
init -- under-documented
Browse files Browse the repository at this point in the history
  • Loading branch information
Fan Chen committed Dec 6, 2019
1 parent 63779a8 commit d8f2356
Show file tree
Hide file tree
Showing 56 changed files with 3,599 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store

# History files
.Rhistory
.Rapp.history
Expand Down
52 changes: 46 additions & 6 deletions DESCRIPTION
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
34 changes: 32 additions & 2 deletions NAMESPACE
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)
3 changes: 3 additions & 0 deletions NEWS.md
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 added R/.DS_Store
Binary file not shown.
Loading

0 comments on commit d8f2356

Please sign in to comment.