Filtering RNAseq data of one sample from two different species
1
0
Entering edit mode
3.2 years ago
arturo.marin ▴ 20

Hi,

I have data from cells culture. In this culture there is two different species of mammal. This is caused by the technique to obtain stem cells. Is there some specific software or way to filtering the data from one of the species and do the RNAseq analysis with the rest of the data?

rna-seq • 600 views
ADD COMMENT
0
Entering edit mode

Hi GeneMax, your solution worked fine. Thanks.

ADD REPLY
3
Entering edit mode
3.2 years ago
GenoMax 141k

Use bbsplit.sh from BBmap suite with reference genomes for both organisms to bin the data. See the answer (and links in it) here: A: Extracting contaminated reads from the sequenced data . You will need to pay special attentions to ambiguous2= parameter to decide what to do with reads that bin to both genomes. You may want to keep them in both.

ambiguous2=<best>   Set behavior only for reads that map ambiguously to multiple different references.
                    Normal 'ambiguous=' controls behavior on all ambiguous reads;
                    Ambiguous2 excludes reads that map ambiguously within a single reference.
                       best   (use the first best site)
                       toss   (consider unmapped)
                       all   (write a copy to the output for each reference to which it maps)
                       split   (write a copy to the AMBIGUOUS_ output for each reference to which it maps)
ADD COMMENT
0
Entering edit mode

Hi GenoMax, I will try your solution with BBmap. Thanks.

ADD REPLY

Login before adding your answer.

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