Skip to content
Snippets Groups Projects
Commit 4e90d35f authored by Blaise Li's avatar Blaise Li
Browse files

Save notes.

parent 28b03b1e
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,12 @@ ...@@ -14,6 +14,12 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
"""Functions used in Jupyter notebooks.""" """Functions used in Jupyter notebooks."""
Some_notes = """
Good ref is important. Whole genome should be OK, but could be highly expressed genes.
TODO: Try other projections than PCA: manifold learning (for instance t-SNE)...
"""
from itertools import chain, combinations from itertools import chain, combinations
import json import json
from operator import attrgetter, itemgetter from operator import attrgetter, itemgetter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment