Entering edit mode
3.4 years ago
shahbaz.ahmed
▴
40
I'm learning to work with Bioconductor in R and i have a .fa file of about 70 genes containing cds, cdna, genomic, protein and utr sequence of each gene. I want to make two separate files with only cds and the genomic sequence of all those genes by dropping all other types of sequences. can we do it in BiocManager or with any other package in R? Thank you