Description Usage Arguments Value Author(s) Examples
This method takes an siRNA screen as input and check its consistency (i.e. check that the format of the data is suitable for the usage with our scsR package). The method prints meaningful warnings for every inconsistency that can be detected
1 2 | check_consistency(screen, scoreColName = "score", geneColName = "GeneID",
seqColName="siRNA_seq")
|
screen |
Dataframe containing the results of the siRNA scree |
scoreColName |
name of the column that contains the score of the screen (character vector) |
geneColName |
name of the column that contains the gene identifier of the screen (character vector) |
seqColName |
name of the column that contains the siRNA sequences in the screen. (the sequences have to be provided in the guide/antisense orientation and each sequence must be in the format of a character vector, i.e. a simple string). (character vector) |
return the data frame passed in input with possible consistency corrections.
Andrea Franceschini
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.