The data package and analysis work flow for the manuscript Targeted expression profiling by RNA-Seq improves detection of cellular dynamics during pregnancy and identifies a role for T cells in term parturition by Adi L. Tarca, Roberto Romero, Zhonghui Xu, Nardhy Gomez-Lopez, Offer Erez, Chaur-Dong Hsu, Sonia S. Hassan & Vincent J. Carey, Sci.Rep. 2019 is available at:
https://github.com/aditarca/pregnomics
To install the data package use the following R code:
library(devtools)
if(!require(pregnomics)){
install_github(“aditarca/pregnomics”,ref = “main”)
}else{library(pregnomics)}
For details on the analysis workflow using these data see the vignette of the package here