Analysis of Next Generation of Sequencing DAta
1
0
Entering edit mode
Jerry Cholo ▴ 190
@jerry-cholo-6218
Last seen 9.5 years ago

Hello,

I would like to use publicly available datasets (next generation of sequencing including both DNA and RNA sequencing data) associated to “ovarian cancer” existing in Sequence Read Archive (SRA) or any other resources.

May someone let me know which package(s) is (are) available through Bioconductor allowing me to play with the software so that I can both EXTRACT and ANALYZE the data?

To extract the data, I used SRAdb, but I don’t know how to use “rs” (please see below)

rs = getSRA(search terms = "ovarian cancer", out types = c("run", "study"), sra con = sra con)

to analyze the data.  I appreciate if someone can provide me some information.

Thanks,

Jerry   

SRAdb • 1.3k views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States

There might be a bit of confusion.  SRAdb allows quick and SQL-based searches of SRA metadata.  In some cases when the data are open-access and not controlled-access, SRAdb can facilitate downloading SRA data.  To perform searches, the getSRA function returns a data.frame (called "rs" in the question).  The function, getSRAfile() is used to actually get the data; read the help page for more details.  Once the data are downloaded, the SRA toolkit (a separate software package available from NCBI) to extract the data from the archive files downloaded from SRA.  Analysis will be up to you at that point and will often involve both bioconductor and non-bioconductor tools.

ADD COMMENT

Login before adding your answer.

Traffic: 442 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