-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
21 changed files
with
447 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
doc_ct2 = function(){ | ||
"A ChIPtsne2 object" | ||
"A ChIPtsne2 object." | ||
} | ||
|
||
doc_group_VAR = function(){ | ||
"Attribute name to add to rowData for storing new row/region grouping assignment. Will be overwritten if it exists." | ||
} | ||
|
||
doc_return_group = function(){ | ||
"Updated ChIPtsne2 object with group assignment added to rowData using specified group_VAR" | ||
"Updated ChIPtsne2 object with group assignment added to rowData using specified group_VAR." | ||
} | ||
|
||
doc_extra_VARS = function(){ | ||
"Extra attributes from rowData or colData to carry through. These attributes will be available for facetting and similar ggplot2 operations." | ||
} | ||
|
||
doc_return_data = function(){ | ||
"If TRUE, no plot is returned but the final plotted data.frame is returned instead. Default is FALSE." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.