@@ -65,7 +50,6 @@ R <- substr(ref,nick+1,nchar(ref))
...
@@ -65,7 +50,6 @@ R <- substr(ref,nick+1,nchar(ref))
if(substr(R,0,4)=='TTAT'){
if(substr(R,0,4)=='TTAT'){
L=paste0(L,'TAT')
L=paste0(L,'TAT')
}
}
L
l<-nchar(L)# number of nucleotides of the left hand sequence
l<-nchar(L)# number of nucleotides of the left hand sequence
r<-nchar(R)# number of nucleotides of the right hand sequence
r<-nchar(R)# number of nucleotides of the right hand sequence
k1<-30# how far you want to cut back to search, this needs to to be adjusted based on how large the deletions are, but i think this covers up to 30 bp of deletion on either side.
k1<-30# how far you want to cut back to search, this needs to to be adjusted based on how large the deletions are, but i think this covers up to 30 bp of deletion on either side.