-
Notifications
You must be signed in to change notification settings - Fork 14
add unit tests to fa2domain #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
92f3728
e1fb372
1264786
3838564
c91d38b
cc565de
a5faf8f
cd80c65
ffbaf0e
3d37328
729ab5c
a74e53d
7ca0c57
1337e7f
8e4b31c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| #' InterProScan Column Names | ||
| #' | ||
| #' A character vector containing the expected column names from an | ||
| #' InterProScan output table. This dataset is useful for validating, | ||
| #' parsing, or reconstructing data frames produced by InterProScan. | ||
| #' | ||
| #' @format A character vector with 13 elements: | ||
| #' \describe{ | ||
| #' \item{AccNum}{Accession number of the sequence.} | ||
| #' \item{SeqMD5Digest}{MD5 digest of the sequence.} | ||
| #' \item{SLength}{Length of the sequence.} | ||
| #' \item{Analysis}{Type of analysis or database used (e.g., Pfam, SMART).} | ||
| #' \item{DB.ID}{Database-specific identifier.} | ||
| #' \item{SignDesc}{Description of the signature or domain.} | ||
| #' \item{StartLoc}{Start position of the match on the sequence.} | ||
| #' \item{StopLoc}{Stop position of the match on the sequence.} | ||
| #' \item{Score}{Score assigned to the match (if applicable).} | ||
| #' \item{Status}{Status of the analysis (e.g., OK, WARNING).} | ||
| #' \item{RunDate}{Date the InterProScan analysis was run.} | ||
| #' \item{IPRAcc}{InterPro accession number.} | ||
| #' \item{IPRDesc}{InterPro entry description.} | ||
| #' } | ||
| #' | ||
| #' @source Generated internally to represent standard InterProScan output fields. | ||
| #' @examples | ||
| #' data(ipr_colnames) | ||
| #' ipr_colnames | ||
| "ipr_colnames" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| library(testthat) | ||
| library(MolEvolvR) | ||
|
|
||
| test_check("MolEvolvR") | ||
Uh oh!
There was an error while loading. Please reload this page.