Polyester RNA-seq simulation
Hi EveryOne,
I am trying Polyester tool to simulate RNA-seq reads. i got a R code, but that will produce reads from chr22, but i want to generate reads from all chromosomes. I am very new to R. Can i get code or suggestions. Thanks in advance.
• 1,924 views
•
link
1 answer
The manual is only using sequence for chr22 as an example.
fasta_file = system.file('extdata', 'chr22.fa', package='polyester')
You will need to replace chr22.fa with a genome.fa, if you need the full genome.
• 1 views
•
link
Log in to answer this question.
Without actual code you are using it is difficult for people to see what is going on. Please edit the original post and add your code/output samples.
Here is the github manual which i have used. Thank you