You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Q1. If I want to use de.method="wilcox", would you mind giving me how to modify the code?
Q2. And, is it appropriate to use com.markers from getClassicMarkers() in `SingleR(... de.method="wilcox"...) or really com.markers should only be used for de.method="classic"?
Thank you again!
The text was updated successfully, but these errors were encountered:
(Adapted from SingleR:::.get_genes_by_de, which is what trainSingleR calls under the hood.)
This will give you a list of lists of markers that is comparable to the output of getClassicMarkers.
Q2. And, is it appropriate to use com.markers from getClassicMarkers() in `SingleR(... de.method="wilcox"...) or really com.markers should only be used for de.method="classic"?
If you give genes=, any setting of de.method= will be ignored.
Hi there,
Thanks again for a great package.
In the tutorial (https://bioconductor.org/books/release/SingleRBook/using-multiple-references.html#using-harmonized-labels), the gene from references are determined via
getClassicMarkers()
for use when de.method="classic".Q1. If I want to use
de.method="wilcox"
, would you mind giving me how to modify the code?Q2. And, is it appropriate to use com.markers from
getClassicMarkers()
in `SingleR(... de.method="wilcox"...) or really com.markers should only be used for de.method="classic"?Thank you again!
The text was updated successfully, but these errors were encountered: