-
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
Marek Gierlinski
authored and
Marek Gierlinski
committed
Jun 16, 2017
1 parent
6feb00f
commit 7ff3304
Showing
4 changed files
with
46 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -17,3 +17,4 @@ Imports: | |
ggExtra, | ||
dendextend, | ||
limma | ||
Suggests: testthat |
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,22 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(evidenceColumns) | ||
export(intensityStats) | ||
export(limmaDE) | ||
export(limmaTable) | ||
export(makePeptideTable) | ||
export(makeProteinTable) | ||
export(normalizeTable) | ||
export(normalizingFactors) | ||
export(plotClustering) | ||
export(plotCorrelationMatrix) | ||
export(plotFID) | ||
export(plotMV) | ||
export(plotPdist) | ||
export(plotPeptideCount) | ||
export(plotProtPeptides) | ||
export(plotProteins) | ||
export(plotVolcano) | ||
export(readEvidenceFile) | ||
export(readPeptideFile) | ||
import(ggplot2) |
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
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,4 @@ | ||
library(testthat) | ||
library(proteus) | ||
|
||
test_check("proteus") |