Entering edit mode
Hi all
I'm dealing with a large FASTA file that contains 2500 contings.
I'm trying to find which contings have a specific DNA sequence and get its coordinates in the specific contig.
when using vmatchPattern I get Granges object only for the 3 first contings.
I would like to get only the contings which have the specific sequence
Thank you
Avner
here are the problematic code lines :
heb_DNAset <- readDNAStringSet("GCA_027704765.1_ASM2770476v1_genomic.fna")
match <- vmatchPattern("ACTCAGGGCGCTTTAGGATG",heb_DNAset )
match
# include your problematic code here with any corresponding output
# please also include the results of running the following in an R session
sessionInfo( )