Skip to content

Commit

Permalink
Supple
Browse files Browse the repository at this point in the history
  • Loading branch information
khaled-rahman committed Feb 1, 2017
1 parent bccfed7 commit ce15546
Show file tree
Hide file tree
Showing 56 changed files with 213,240 additions and 337 deletions.
5,311 changes: 5,311 additions & 0 deletions CRISPRpred/SupplementaryFiles/Supplementary File1.csv

Large diffs are not rendered by default.

9,633 changes: 9,633 additions & 0 deletions CRISPRpred/SupplementaryFiles/Supplementary File2.csv

Large diffs are not rendered by default.

5,311 changes: 5,311 additions & 0 deletions CRISPRpred/SupplementaryFiles/Supplementary File3.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CRISPRpred/crisprpred/R_src/datapartition/datapartition.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' dataset = datapartition(data, nfold = 5)
datapartition = function(data, targetcolumn, leaveonegene = FALSE, genename, nfold = 10) {
if (leaveonegene == TRUE) {
if (nchar(genename) < 1) {
if (!genename %in% data[targetcolumn][,1]) {
cat("Please provide a valid Gene name\n")
}else{
training = data[!data[targetcolumn][,1] %in% genename,]
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified CRISPRpred/crisprpred/data-raw/.RData
100755 → 100644
Binary file not shown.
Loading

0 comments on commit ce15546

Please sign in to comment.