Conversion of Fasta format to Tabular format and vice versa
GenomicFeatures and BSgenome are two widely used packages for genomic data analysis in R Bioconductor. They have variety of functions to work with genome features. Unfortunately, there are only a limited species you can work with BSgenome.
You can use “readr” package to download CSV file and R data file from the github.
Steps
Go to the github repository link where you have the CSV file
I designed this Shiny app to generate growth curves. This app is based on ggplot and dplyr functions.You can try by downloading sample data here.Codes are available on my Github.
This week I did some virus neutralization test and I was wondering if there is any way to show the results in 96-well plate format. I was trying to find if there is any R package that can do this.
Rsubread package for RNA-Seq Data Analysis