-
Notifications
You must be signed in to change notification settings - Fork 7
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
Showing
329 changed files
with
15,002 additions
and
5,289 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
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
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
Binary file not shown.
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
16 changes: 16 additions & 0 deletions
16
revdep/checks.noindex/SSHAARP/new/SSHAARP.Rcheck/00install.out
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,16 @@ | ||
* installing *source* package ‘SSHAARP’ ... | ||
** package ‘SSHAARP’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** data | ||
*** moving datasets to lazyload DB | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
** help | ||
*** installing help indices | ||
** building package indices | ||
** installing vignettes | ||
** testing if installed package can be loaded from temporary location | ||
** testing if installed package can be loaded from final location | ||
** testing if installed package keeps a record of temporary installation path | ||
* DONE (SSHAARP) |
100 changes: 100 additions & 0 deletions
100
revdep/checks.noindex/SSHAARP/new/SSHAARP.Rcheck/SSHAARP-Ex.R
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,100 @@ | ||
pkgname <- "SSHAARP" | ||
source(file.path(R.home("share"), "R", "examples-header.R")) | ||
options(warn = 1) | ||
library('SSHAARP') | ||
|
||
base::assign(".oldSearch", base::search(), pos = 'CheckExEnv') | ||
base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv') | ||
cleanEx() | ||
nameEx("BLAASD") | ||
### * BLAASD | ||
|
||
flush(stderr()); flush(stdout()) | ||
|
||
### Name: BLAASD | ||
### Title: BLAASD - Build Loci Amino Acid Specific Dataframe | ||
### Aliases: BLAASD | ||
|
||
### ** Examples | ||
|
||
#BLAASD with one locus as input | ||
|
||
#BLAASD with multiple loci as input | ||
|
||
|
||
|
||
cleanEx() | ||
nameEx("PALM") | ||
### * PALM | ||
|
||
flush(stderr()); flush(stdout()) | ||
|
||
### Name: PALM | ||
### Title: Population Allele Locating Mapmaker | ||
### Aliases: PALM | ||
|
||
### ** Examples | ||
|
||
#example to produce a color frequency heat map where migrant populations are filtered out | ||
PALM("DRB1*26F~28E~30Y",filename = solberg_dataset[85:100,], filterMigrant=TRUE) | ||
#example to produce a greyscale heat map where migrant populations are not filtered out | ||
PALM("DRB1*26F~28E~30Y", filename = solberg_dataset[85:100,], color=FALSE, filterMigrant=FALSE) | ||
|
||
|
||
|
||
|
||
cleanEx() | ||
nameEx("checkMotif") | ||
### * checkMotif | ||
|
||
flush(stderr()); flush(stdout()) | ||
|
||
### Name: checkMotif | ||
### Title: Syntactic and semantic validation of HLA amino acid motifs | ||
### Aliases: checkMotif | ||
|
||
### ** Examples | ||
|
||
#Example where a motif is formatted correctly | ||
|
||
#Example where format is incorrect | ||
|
||
#Example where an amino acid position does not exist | ||
|
||
|
||
|
||
cleanEx() | ||
nameEx("findMotif") | ||
### * findMotif | ||
|
||
flush(stderr()); flush(stdout()) | ||
|
||
### Name: findMotif | ||
### Title: Returns an alignment data frame of alleles that share a specific | ||
### amino acid motif | ||
### Aliases: findMotif | ||
|
||
### ** Examples | ||
|
||
|
||
#example with actual motif | ||
|
||
#example with non-existent motif | ||
|
||
#extracting names of alleles with user-defined motif | ||
findMotif("DRB1*26F~28E~30Y")[,4] | ||
|
||
|
||
|
||
### * <FOOTER> | ||
### | ||
cleanEx() | ||
options(digits = 7L) | ||
base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") | ||
grDevices::dev.off() | ||
### | ||
### Local variables: *** | ||
### mode: outline-minor *** | ||
### outline-regexp: "\\(> \\)?### [*]+" *** | ||
### End: *** | ||
quit('no') |
Oops, something went wrong.