Nothing
summary_mQTL <-
function(results,redfile,Th=5){
# Function to summarize the results of a all the runs and their differences
# Input: 2D results of LOD scores
# Output: Summaries
print(paste("Summarize single runs",gsub(".ppm", "",redfile)))
summa<-summarize(results,redfile,Th)
print(summa)
write.table(summa, file=paste("signif",gsub(".ppm", "","dat",redfile),sep="."),quote=FALSE,sep="\t")
# print("Prepare the pairs")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.