Skip to content
Snippets Groups Projects
Unverified Commit af6eda55 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

intersect_SNP.R: remove print

parent df87f670
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ snp$seq_list <- snp %>%
begin <- as.integer(x[ POS ]) - 10
end <- as.integer(x[ POS ]) + 10
chrom <- x[ CHROM ]
print(paste0(chrom, ":", begin, "-", end))
seq_restric <- fastafile[[ chrom ]] %>%
c2s() %>%
substr(begin, end) %>%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment