With base R, it's just a matter of subsetting the data frame.
• 0 views
•
link
I have a file which contains n number of transcript id of up-regulated genes in csv format. and i need to extract the sequences of only those id's which are up-regulated. how can i extract those sequences?
Write a few lines of code in R with GenomicFeatures, in particular the extractTranscriptSeqs() function.
Log in to answer this question.