Skip to content
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

ROBUSTNESS: Add explicit 'stringsAsFactors' arguments [read.table] #50

Open
HenrikBengtsson opened this issue May 2, 2020 · 0 comments
Milestone

Comments

@HenrikBengtsson
Copy link
Owner

$ (cd aroma.seq; grep -A 1 -F "read.table" -- R/*.R;)
R/CnvKitCopyNumberRatioFile.R:## Doesn't work, because 'flavor' is passed along all the way to read.table(),
R/CnvKitCopyNumberRatioFile.R-## which gives an error on 'unused argument (flavor = "PSCBS")'.   See also
--
R/FastaReferenceIndexFile.R:  data <- read.table(pathname, sep="\t", colClasses=colClasses)
R/FastaReferenceIndexFile.R-  ## Column names as in GATK (suggested in thread 'How can I prepare a
@HenrikBengtsson HenrikBengtsson added this to the Next release milestone May 2, 2020
@HenrikBengtsson HenrikBengtsson changed the title ROBUSTNESS: Add explicit 'stringsAsFactors' arguments ROBUSTNESS: Add explicit 'stringsAsFactors' arguments [read.table] May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant