Description Usage Arguments Value References See Also Examples
Determines essentiality for a set of genes from Gumbel or Tradis. For Gumbel, a gene is considered essential if it was assigned a call of "E". For Tradis, essential genes are those with 0 read counts. The filtered data frame which is returned contains the additional columns used in defining essentiality.
1 | et_essential(tool, input_df, cutoff, filter = TRUE)
|
tool |
String; one of "Gumbel" or "Tradis". |
input_df |
Data frame containing essentiality call for all replicates for a given condition. |
cutoff |
Threshold for determining essentiality based on the number of replicates. Recommend setting to one less than the number of replicates. |
filter |
If |
Filtered data frame of essential genes for the condition.
None.
https://github.com/hancockinformatics/EssentialTnSeq
1 2 3 4 | ## Not run:
et_essential("Gumbel", treatment1_df, cutoff = 2, filter = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.