problem in extracting sequences
1
0
Entering edit mode
8.6 years ago

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?

sequence • 1.5k views
ADD COMMENT
1
Entering edit mode
8.6 years ago

Write a few lines of code in R with GenomicFeatures, in particular the extractTranscriptSeqs() function.

ADD COMMENT
0
Entering edit mode

With base R, it's just a matter of subsetting the data frame.

ADD REPLY
0
Entering edit mode

I'm assuming that the person doesn't have a data frame that includes the sequences...

ADD REPLY

Login before adding your answer.

Traffic: 2649 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6