cd /usr/local/bin/PRSice_v1.25 #THE DIRECTORY WHERE I HAVE "PRSice_v1.25.R"#
R -q --file=./PRSice_v1.25.R --args base TOY_BASE_GWAS.assoc target TOY_TARGET_DATA slower 0 supper 0.5 sinc 0.01 covary F clump.snps F plink ./plink_1.9_mac_160914 figname EXAMPLE_1
OUTPUT
> library(batch)
> start.time <- proc.time()[3]
> options(echo = FALSE)
#################################
#
#
#
#
# PRSice: Polygenic Risk Score software
#
# Jack Euesden, Cathryn M. Lewis, Paul F. O'Reilly 2014
#
#
# If you use PRSice in published work, please cite:
#
# "PRSice: Polygenic Risk Score software"
# Euesden, Lewis, O'Reilly, Bioinformatics (2015) 31 (9):1466-1468
#
#
#
#
#################################
#################################
#
# Read in Command Line Arguments & interpret
#
#################################
$base
[1] "TOY_BASE_GWAS.assoc"
$target
[1] "TOY_TARGET_DATA"
$slower
[1] 0
$supper
[1] 0.5
$sinc
[1] 0.01
$covary
[1] "F"
$clump.snps
[1] "F"
$plink
[1] "./plink_1.9_mac_160914"
$figname
[1] "EXAMPLE_1"
#################################
#
# Check options match
#
#################################
[1] "Using current directory as working directory"
#################################
#
# Check base input format
#
#################################
[1] "WARNING: No SE column in base data"
#################################
#
# Remove Ambiguous SNPs
#
#################################
#################################
#
# Deal with strand flips if target is in genotype format and produce input files for polygenic scoring
#
#################################
#################################
#
# Polygenic scoring!
#
#################################
#################################
#
# Regression Models
#
#################################
Error in file(file, "rt") : cannot open the connection Calls: read.table -> file Execution halted.
cd /usr/local/bin/PRSice_v1.2
R -q --file=./PRSice_v1.25.R --args base TOY_BASE_GWAS.assoc target TOY_TARGET_DATA slower 0 supper 0.5 sinc 0.01 covary F clump.snps F plink ./plink_1.9_mac_160914 figname EXAMPLE_1 debug.mode T plink.silent F
$debug.mode
[1] "T"
$plink.silent
[1] "F"
#################################
#
# Check options match
#
#################################
[1] "Using current directory as working directory"
#################################
#
# Check base input format
#
#################################
[1] "WARNING: No SE column in base data"
#################################
#
# Remove Ambiguous SNPs
#
#################################
PLINK v1.90b2i 64-bit (8 Sep 2014) https://www.cog-genomics.org/plink2
(C) 2005-2014 Shaun Purcell, Christopher Chang GNU General Public License v3
Logging to non_synonymous_snps_only.log.
Note: --noweb has no effect since no web check is implemented yet.
8192 MB RAM detected; reserving 4096 MB for main workspace.
91062 variants loaded from .bim file.
2000 people (1024 males, 976 females) loaded from .fam.
2000 phenotype values loaded from .fam.
--exclude: 91062 variants remaining.
Using 1 thread (no multithreaded calculations invoked).
Calculating allele frequencies... done.
Warning: 648016 het. haploid genotypes present (see non_synonymous_snps_only.hh
).
Total genotyping rate is 0.996442.
91062 variants and 2000 people pass filters and QC.
Among remaining phenotypes, 1000 are cases and 1000 are controls.
--make-bed to non_synonymous_snps_only.bed + non_synonymous_snps_only.bim +
non_synonymous_snps_only.fam ... done.
#################################
#
# Deal with strand flips if target is in genotype format and produce input files for polygenic scoring
#
#################################
PLINK v1.90b2i 64-bit (8 Sep 2014) https://www.cog-genomics.org/plink2
(C) 2005-2014 Shaun Purcell, Christopher Chang GNU General Public License v3
Logging to flipped_target.log.
Note: --noweb has no effect since no web check is implemented yet.
8192 MB RAM detected; reserving 4096 MB for main workspace.
91062 variants loaded from .bim file.
2000 people (1024 males, 976 females) loaded from .fam.
2000 phenotype values loaded from .fam.
--flip: 0 SNPs flipped.
Using 1 thread (no multithreaded calculations invoked).
Calculating allele frequencies... done.
Warning: 648016 het. haploid genotypes present (see flipped_target.hh ).
Total genotyping rate is 0.996442.
91062 variants and 2000 people pass filters and QC.
Among remaining phenotypes, 1000 are cases and 1000 are controls.
--make-bed to flipped_target.bed + flipped_target.bim + flipped_target.fam ...
done.
#################################
#
# Polygenic scoring!
#
#################################
PLINK v1.90b2i 64-bit (8 Sep 2014) https://www.cog-genomics.org/plink2
(C) 2005-2014 Shaun Purcell, Christopher Chang GNU General Public License v3
Logging to PROFILES.log.
Note: --noweb has no effect since no web check is implemented yet.
8192 MB RAM detected; reserving 4096 MB for main workspace.
91062 variants loaded from .bim file.
2000 people (1024 males, 976 females) loaded from .fam.
2000 phenotype values loaded from .fam.
Using 1 thread (no multithreaded calculations invoked).
Calculating allele frequencies... done.
Warning: 648016 het. haploid genotypes present (see PROFILES.hh ).
Total genotyping rate is 0.996442.
91062 variants and 2000 people pass filters and QC.
Among remaining phenotypes, 1000 are cases and 1000 are controls.
--score: 0 ranges processed (52 empty ranges skipped).
Results written to PROFILES.*.profile.
#################################
#
# Regression Models
#
#################################
Error in file(file, "rt") : cannot open the connection
Calls: read.table -> file
In addition: Warning message: