# NOT RUN {
# we give a typical SSP output as character vector; instead we could also
# give the name of a text file
SSPout <- c(
" Please cite:",
"",
" Shen, J. et al. SHEsisPlus, a toolset for genetic studies ...",
" Shi, Y. et al. SHEsis, a powerful software platform ...",
" Li, Z. et al. A partition-ligation-combination-subdivision ...",
"",
"if you find this tool useful in your research. Thanks!",
"",
"Haplotype Analysis:",
"",
"Haplotypes with frequency <0.03 are ignored.",
"Loci chosen for haplotype analysis: m1, m2, m3, m4",
"Haplotype Total count Beta SE R2 T p",
"1122 2232 0.002 0.01 1.01e-04 0.252 0.8",
"1222 230 -0.019 0.017 0.002 -1.15 0.25",
"1221 152 -0.01 0.024 2.94e-04 -0.43 0.667",
"2222 288 0.008 0.02 2.93e-04 0.429 0.667",
"1121 142 -0.009 0.022 2.81e-04 -0.42 0.674"
)
read.ShesisPlus.output(SSPout)
# }
Run the code above in your browser using DataLab