I have a DNA sequence of length 50k as my argument in fasta format.
I want to pick substring from it for this i use following code
Library (stringi)
stri_sub(x, from= , to= )
But it reads the black spaces as well please tell me how to resolve this problem