HenrikBengtsson / aroma.seq

🔬 R package: aroma.seq: High-Throughput Sequence Analysis using the Aroma Framework
https://github.com/HenrikBengtsson/aroma.seq
0 stars 1 forks source link

ROBUSTNESS: Add explicit 'stringsAsFactors' arguments [rbind] #51

Open HenrikBengtsson opened 4 years ago

HenrikBengtsson commented 4 years ago

deleted

HenrikBengtsson commented 4 years ago
$ pkg=aroma.seq; echo "$pkg:"; (cd "$pkg"; grep -E "^[ \t]*[^#].*rbind" -- */*.R | grep -vF stringsAsFactors;)
aroma.seq:
R/BamDataFile.R:    stats <- Reduce(rbind, stats)
R/BwaIndexSet.R:  seqInfo <- Reduce(rbind, seqInfo)
R/GatkAlleleCounting.R:    df <- Reduce(rbind, dfList)
R/segmentByPairedPSCBS.SeqzFileSet.R:  stats <- Reduce(rbind, stats)
R/segmentByPairedPSCBS.SeqzFileSet.R:  dataS <- Reduce(rbind, dataS)