-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Add file format prose description #267
Conversation
Yes! This sounds like what I've been annoying @falexwolf about more or less since I joined the group :). Another important part would be some more entry-level stuff like very small basic examples of slicing AnnData objects. Maybe also how to use groupby etc. We get a lot of questions/issues on that. This would be more than just "how to use pandas" and "how to use numpy" as it's about how AnnData objects react to different slicing (e.g. |
@LuckyMD I think some of what you're asking about is covered (though briefly) in the new For thinks like Groupby for pairwise t-test
|
I think "cookbook" style documentation is definitely the way forward for I need to check out the new anndata documentation it seems. |
* Added as a section to `docs/index.rst` so it gets rendered * Fixed some formatting * Commented out bash examples * Editting for brevity and clarity
87707a2
to
ecdfe2d
Compare
Hi @ivirshup I updated everything to intersphinx links and interpreter blocks (as opposed to regular code blocks). I also corrected the odd typo. LGTM |
@falexwolf @flying-sheep
This is WIP PR for adding new docs to AnnData. Currently it contains a first draft of a document meant to replace this one
Right now I'm thinking there should be three main documents:
hdf5
andzarr
.DataFrame
, dataframe, data-frame, data frame?