View source: R/GuibentifExtraData.R
GuibentifExtraData | R Documentation |
Obtain the trajectory and NMP ordering data used in Guibentif et al.
GuibentifExtraData()
This function downloads the data used in some of the analyses from Guibentif et al. (2020). Specifically, it contains the NMP cell orderings, and the atlas somitogenesis trajectory data.
This data is stored in a list.
The first element of the list is named atlas_somite_trajectories
, and is itelf a list that contains:
masses
:A data.frame containing the mass allocated to each cell from each trajectory (note: excluding extraembryonic, mixed_gastrulation timepoint, and doublet or stripped nuclei cells).
membership
:A data.frame containing the somite trajectory labels used in the paper, calculated from masses
.
The second element is named nmp_orderings
, and is also a list, which contains:
atlas
:A data.frame containing the position for each cell in the NMP ordering from the embryo atlas (see EmbryoAtlasData
).
wt_chimera
:A data.frame containing the position for each cell in the NMP ordering from the WT chimera data (see WTChimeraData
).
t_chimera
:A data.frame containing the position for each cell in the NMP ordering from the T chimera data (see TChimeraData
).
A list
of the relevant somitogenesis trajectory and NMP ordering data will be returned.
Details of the list structure are described in Details, below.
Jonathan Griffiths
Guibentif C, Griffiths JA et al. (2020). Title. Journal 566, 7745:490-495.
data <- GuibentifExtraData()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.