getInput | R Documentation |
Formatting input data by combine gene counts with cell cycle time
getInput(
rawCountsLabeledMature,
rawCountsUnlabeledMature,
rawCountsLabeledPrecursor,
rawCountsUnlabeledPrecursor,
cells,
labelingTime
)
rawCountsLabeledMature |
a data frame count gene expression matrix of labeled mature RNAs, rownames are genes are colnames are cells. |
rawCountsUnlabeledMature |
a data frame count gene expression matrix of unlabeled mature RNAs, rownames are genes are colnames are cells. |
rawCountsLabeledPrecursor |
a data frame count gene expression matrix of unlabeled precursor RNAs, rownames are genes are colnames are cells. |
rawCountsUnlabeledPrecursor |
a data frame count gene expression matrix of unlabeled precursor RNAs, rownames are genes are colnames are cells. |
labelingTime |
numeric the 4sU labeling time for the cells |
cellInfo |
a data frame with columns: cell_id (unique cell id) cc_Time (cell cycle time in minutes) |
a data frame with columns: gene, cc_time, labeling_time, p_u, p_total, m_u, m_total, captureEfficiencyPerCell
observedData <- getInput(rawCounts = raw_counts, cellInfo=cells_info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.